Home
last modified time | relevance | path

Searched refs:min_gap (Results 1 – 3 of 3) sorted by relevance

/external/tesseract/ccmain/
Dfixspace.cpp408 inT16 min_gap = MAX_INT16; in transform_to_next_perm() local
416 if (gap < min_gap) in transform_to_next_perm()
417 min_gap = gap; in transform_to_next_perm()
422 if (min_gap < MAX_INT16) { in transform_to_next_perm()
432 if (gap <= min_gap) { in transform_to_next_perm()
/external/tesseract/textord/
Dwordseg.cpp198 inT32 min_gap; //min interesting gap in row_words() local
227 min_gap = (inT32) floor (gap_stats.ile (textord_words_width_ile)); in row_words()
Dtablefind.cpp437 double min_gap = kMinMaxGapInTextPartition * part->median_size(); in HasWideOrNoInterWordGap() local
462 return (max_partition_gap < min_gap); in HasWideOrNoInterWordGap()