Home
last modified time | relevance | path

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

/external/tesseract/ccmain/
Dcallnet.cpp56 float *next_score) { in callnet() argument
88 *next_score = next_max_out; in callnet()
Dcallnet.h30 float *next_score);
Dreject.h125 float next_score,
Dreject.cpp1169 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()