Home
last modified time | relevance | path

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

/external/tesseract/classify/
Dintproto.cpp1884 int Xmin, Xmax, Ymin, Ymax; in RenderIntProto() local
1904 Xmin = Ymin = NUM_PP_BUCKETS; in RenderIntProto()
1915 if (Bucket < Ymin) in RenderIntProto()
1916 Ymin = Bucket; in RenderIntProto()
1922 Y = (Ymin + Ymax + 1) / 2.0 * PROTO_PRUNER_SCALE - DISPLAY_OFFSET; in RenderIntProto()