Home
last modified time | relevance | path

Searched refs:all_blobs_it (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dwerd.cpp419 C_BLOB_IT all_blobs_it(all_blobs); in ConstructWerdWithNewBlobs() local
420 for (all_blobs_it.mark_cycle_pt(); !all_blobs_it.cycled_list(); all_blobs_it.forward()) { in ConstructWerdWithNewBlobs()
421 C_BLOB *a_blob = all_blobs_it.data(); in ConstructWerdWithNewBlobs()
432 all_blobs_it.extract(); in ConstructWerdWithNewBlobs()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Ddevanagari_processing.cpp369 C_BLOB_IT all_blobs_it(new_blobs); in RefreshSegmentationWithNewBlobs() local
370 for (all_blobs_it.mark_cycle_pt(); !all_blobs_it.cycled_list(); all_blobs_it.forward()) { in RefreshSegmentationWithNewBlobs()
371 C_BLOB *a_blob = all_blobs_it.data(); in RefreshSegmentationWithNewBlobs()