Home
last modified time | relevance | path

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

/external/tesseract/ccmain/
Dadaptions.cpp396 score = c_it.data ()->match_score (sample, this); in cluster_sample()
462 score = best_cluster->match_score (wait_sample, this); in check_wait_list()
689 score = c_it.data ()->match_score (sample, this); in adapt_to_good_ems()
751 best_cluster->match_score (sample, this); in adapt_to_good_ems()
885 score = c_it.data ()->match_score (sample, this); in adapt_to_good_samples()
942 best_cluster->match_score (sample, this); in adapt_to_good_samples()
Dcharsample.h139 float match_score(CHAR_SAMPLE *sample, tesseract::Tesseract* tess);
Dcharsample.cpp277 float CHAR_SAMPLES::match_score(CHAR_SAMPLE *sample, in match_score() function in CHAR_SAMPLES