Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Dchopper.cpp816 TPOINT topleft2; in total_containment() local
820 blob_bounding_box(blob2, &topleft2, &botright2); in total_containment()
822 return (bounds_inside (topleft1, botright1, topleft2, botright2) || in total_containment()
823 bounds_inside (topleft2, botright2, topleft1, botright1)); in total_containment()