Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Doutlines.h36 #define LARGE_DISTANCE 100000 /* Used for closest dist */ macro
Dchop.cpp384 int best_dist = LARGE_DISTANCE;/* Best point found */ in vertical_projection_point()