Home
last modified time | relevance | path

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

/external/tesseract/api/
Dbaseapi.cpp949 int w_conf = static_cast<int>(100 + 5 * choice->certainty()); in AllWordConfidences() local
951 if (w_conf < 0) w_conf = 0; in AllWordConfidences()
952 if (w_conf > 100) w_conf = 100; in AllWordConfidences()
953 conf[n_word++] = w_conf; in AllWordConfidences()