Searched refs:next_score (Results 1 – 4 of 4) sorted by relevance
/external/tesseract/ccmain/ |
D | callnet.cpp | 56 float *next_score) { in callnet() argument 88 *next_score = next_max_out; in callnet()
|
D | callnet.h | 30 float *next_score);
|
D | reject.h | 125 float next_score,
|
D | reject.cpp | 1169 float next_score; in nn_match_char() local 1219 callnet(input_vector, &top, &top_score, &next, &next_score); in nn_match_char() 1220 conf_level = evaluate_net_match (top, top_score, next, next_score, in nn_match_char() 1226 top, top_score, next, next_score, tess_ch, conf_level); in nn_match_char() 1237 float next_score, in evaluate_net_match() argument 1256 (nn_reject_head_and_shoulders * top_score > next_score); in evaluate_net_match()
|