Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dtablefind.cpp475 TBOX gap_box = TBOX(previous_blob.botright(), box.topleft()); in LiesInGap() local
476 if (gap_box.major_overlap(period_box)) { in LiesInGap()