Searched refs:InsertBlobsToGrid (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/ |
H A D | tabfind.cpp | 89 void TabFind::InsertBlobsToGrid(bool h_spread, bool v_spread, BLOBNBOX_LIST *blobs, in InsertBlobsToGrid() function in tesseract::TabFind 451 InsertBlobsToGrid(false, false, image_blobs, this); in DontFindTabVectors() 452 InsertBlobsToGrid(true, false, &block->blobs, this); in DontFindTabVectors() 522 InsertBlobsToGrid(true, false, image_blobs, this); in FindInitialTabVectors() 524 InsertBlobsToGrid(true, false, &block->blobs, this); in FindInitialTabVectors() 1315 InsertBlobsToGrid(false, false, image_blobs, this); in Deskew() 1316 InsertBlobsToGrid(true, false, &block->blobs, this); in Deskew()
|
H A D | tabfind.h | 66 void InsertBlobsToGrid(bool h_spread, bool v_spread, BLOBNBOX_LIST *blobs,
|
H A D | colfind.cpp | 380 InsertBlobsToGrid(false, false, &image_bblobs_, this); in FindBlocks() 381 InsertBlobsToGrid(true, true, &input_block->blobs, this); in FindBlocks()
|