Home
last modified time | relevance | path

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

/external/tesseract/ccmain/
Dcharsample.cpp296 float min_score = MAX_INT32; in nn_match_score() local
301 if (score < min_score) in nn_match_score()
302 min_score = score; in nn_match_score()
305 return min_score; in nn_match_score()