Searched refs:best_perm (Results 1 – 2 of 2) sorted by relevance
/external/tesseract/ccmain/ |
D | fixspace.cpp | 164 WERD_RES_LIST &best_perm, in fix_fuzzy_space_list() argument 172 best_score = eval_word_spacing(best_perm); // default score in fix_fuzzy_space_list() 173 dump_words (best_perm, best_score, 1, improved); in fix_fuzzy_space_list() 176 initialise_search(best_perm, current_perm); in fix_fuzzy_space_list() 183 best_perm.clear (); in fix_fuzzy_space_list() 184 best_perm.deep_copy(¤t_perm, &WERD_RES::deep_copy); in fix_fuzzy_space_list() 191 dump_words (best_perm, best_score, 3, improved); in fix_fuzzy_space_list() 686 void Tesseract::fix_noisy_space_list(WERD_RES_LIST &best_perm, ROW *row, in fix_noisy_space_list() argument 689 WERD_RES_IT best_perm_it(&best_perm); in fix_noisy_space_list() 698 best_score = fp_eval_word_spacing (best_perm); in fix_noisy_space_list() [all …]
|
D | tesseractclass.h | 342 void fix_noisy_space_list(WERD_RES_LIST &best_perm, ROW *row, BLOCK* block); 344 WERD_RES_LIST &best_perm,
|