Home
last modified time | relevance | path

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

/external/tesseract/ccstruct/
Dblobbox.cpp67 float test_ymin, test_ymax; //limits of part blob in chop() local
85 rotation, test_ymin, test_ymax); in chop()
89 /*rotation, */ test_ymin, test_ymax); in chop()
91 if (test_ymin < ymin) in chop()
92 ymin = test_ymin; in chop()