Home
last modified time | relevance | path

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

/external/tesseract/ccmain/
Dfixxht.cpp813 inT16 lowest_top = MAX_INT16; in dodgy_blob() local
821 if (lowest_top > outline_box.top ()) in dodgy_blob()
822 lowest_top = outline_box.top (); in dodgy_blob()
826 return highest_bottom >= lowest_top; in dodgy_blob()