Home
last modified time | relevance | path

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

/external/tesseract/ccstruct/
Dpageres.h40 class WERD_RES; in ELISTIZEH()
42 ELISTIZEH (WERD_RES)
137 class WERD_RES:public ELIST_LINK //word result
190 WERD_RES() { in WERD_RES() function
193 WERD_RES( //simple constructor in WERD_RES() function
219 WERD_RES(const WERD_RES &source) { in WERD_RES() function
223 ~WERD_RES (); //destructor
225 WERD_RES& operator=(const WERD_RES& source); //from this
227 static WERD_RES* deep_copy(const WERD_RES* src) { in deep_copy()
228 return new WERD_RES(*src); in deep_copy()
[all …]
Dpageres.cpp28 CLISTIZE (BLOCK_RES) ELISTIZE (ROW_RES) ELISTIZE (WERD_RES) in CLISTIZE()
91 WERD_RES *combo = NULL; //current combination of fuzzies in ROW_RES()
92 WERD_RES *word_res; //current word in ROW_RES()
106 word_res = new WERD_RES (word_it.data ()); in ROW_RES()
119 combo = new WERD_RES (copy_word); in ROW_RES()
133 WERD_RES & WERD_RES::operator= ( //assign word_res in operator =()
134 const WERD_RES & source //from this in operator =()
191 WERD_RES::~WERD_RES () { in ~WERD_RES()
212 WERD_RES *PAGE_RES_IT::restart_page() { in restart_page()
238 WERD_RES *PAGE_RES_IT::internal_forward(BOOL8 new_block) { in internal_forward()
[all …]
/external/tesseract/ccmain/
Dtesseractclass.h37 class WERD_RES; variable
110 WERD_RES *word, //word to do
132 void fix_rep_char(WERD_RES *word);
140 WERD_RES *word, //word to do
145 WERD_RES *word,
158 WERD_RES *word, // word to adapt to
177 void set_unlv_suspects(WERD_RES *word);
178 UNICHAR_ID get_rep_char(WERD_RES *word); // what char is repeated?
232 WERD_RES *word,
237 BOOL8 one_ell_conflict(WERD_RES *word_res, BOOL8 update_map);
[all …]
Dreject.h100 void reject_blanks(WERD_RES *word);
101 void reject_I_1_L(WERD_RES *word);
103 void reject_poor_matches(WERD_RES *word, BLOB_CHOICE_LIST_CLIST *blob_choices);
109 void reject_edge_blobs(WERD_RES *word);
132 void dont_allow_dubious_chars(WERD_RES *word);
134 void dont_allow_1Il(WERD_RES *word);
137 WERD_RES *word);
138 void flip_hyphens(WERD_RES *word);
139 void flip_0O(WERD_RES *word);
Ddocqual.h119 WERD_RES *word,
123 WERD_RES *word);
125 WERD_RES *word,
129 void unrej_good_chs(WERD_RES *word, ROW *row);
133 BOOL8 terrible_word_crunch(WERD_RES *word, GARBAGE_LEVEL garbage_level);
135 CRUNCH_MODE word_deletable(WERD_RES *word, inT16 &delete_mode);
136 inT16 failure_count(WERD_RES *word);
Dadaptions.h84 void reject_all_ems(WERD_RES *word);
85 void reject_all_fullstops(WERD_RES *word);
86 void reject_suspect_fullstops(WERD_RES *word);
87 BOOL8 suspect_em(WERD_RES *word, inT16 index);
88 BOOL8 suspect_fullstop(WERD_RES *word, inT16 i);
Doutput.h66 WERD_RES *word, //word to do
90 WERD_RES *word, //word to do
98 WERD_RES *word);
101 void write_unlv_text(WERD_RES *word);
102 void ensure_rep_chars_are_consistent(WERD_RES *word);
Dfixspace.cpp77 WERD_RES *word_res; in fix_fuzzy_spaces()
184 best_perm.deep_copy(&current_perm, &WERD_RES::deep_copy); in fix_fuzzy_space_list()
199 WERD_RES *src_wd; in initialise_search()
200 WERD_RES *new_wd; in initialise_search()
205 new_wd = new WERD_RES (*src_wd); in initialise_search()
218 WERD_RES *word; in match_current_words()
261 WERD_RES *word; //current word in eval_word_spacing()
371 BOOL8 Tesseract::digit_or_numeric_punct(WERD_RES *word, int char_position) { in digit_or_numeric_punct()
401 WERD_RES *word; in transform_to_next_perm()
402 WERD_RES *prev_word; in transform_to_next_perm()
[all …]
Dfixspace.h53 WERD_RES *word);
54 BOOL8 fixspace_thinks_word_done(WERD_RES *word);
56 inT16 worst_noise_blob(WERD_RES *word_res, float *worst_noise_score);
58 void fixspace_dbg(WERD_RES *word);
Dfixxht.h69 WERD_RES *word_res, //word to do
78 void improve_estimate(WERD_RES *word_res,
84 WERD_RES *word);
86 void est_ambigs(WERD_RES *word_res,
Dcontrol.h141 void classify_word_pass2(WERD_RES *word, ROW *row);
143 WERD_RES *word, //word to do
164 BOOL8 check_debug_pt(WERD_RES *word, int location);
Dreject.cpp205 WERD_RES *word, in set_done()
336 WERD_RES *word, in make_reject_map()
440 void reject_blanks(WERD_RES *word) { in reject_blanks()
453 void reject_I_1_L(WERD_RES *word) { in reject_I_1_L()
469 WERD_RES *word, in reject_poor_matches()
597 void reject_edge_blobs(WERD_RES *word) { in reject_edge_blobs()
637 BOOL8 Tesseract::one_ell_conflict(WERD_RES *word_res, BOOL8 update_map) { in one_ell_conflict()
869 WERD_RES *word) { in test_ambig_word()
933 void Tesseract::nn_recover_rejects(WERD_RES *word, ROW *row) { in nn_recover_rejects()
983 WERD_RES *word, in nn_match_word()
[all …]
Ddocqual.cpp130 WERD_RES *word, in word_blob_quality()
219 inT16 word_outline_errs(WERD_RES *word) { in word_outline_errs()
241 void word_char_quality(WERD_RES *word, in word_char_quality()
326 void unrej_good_chs(WERD_RES *word, ROW *row) { in unrej_good_chs()
459 WERD_RES *word; in unrej_good_quality_words()
751 WERD_RES *word; in tilde_crunch()
832 BOOL8 terrible_word_crunch(WERD_RES *word, GARBAGE_LEVEL garbage_level) { in terrible_word_crunch()
870 BOOL8 Tesseract::potential_word_crunch(WERD_RES *word, in potential_word_crunch()
922 WERD_RES *word; in tilde_delete()
992 void Tesseract::convert_bad_unlv_chs(WERD_RES *word_res) { in convert_bad_unlv_chs()
[all …]
Dadaptions.cpp100 WERD_RES *word, in word_adaptable()
197 void Tesseract::collect_ems_for_adaption(WERD_RES *word, in collect_ems_for_adaption()
309 WERD_RES *word, in collect_characters_for_adaption()
528 void Tesseract::adapt_to_good_ems(WERD_RES *word, in adapt_to_good_ems()
767 void Tesseract::adapt_to_good_samples(WERD_RES *word, in adapt_to_good_samples()
1047 void reject_all_ems(WERD_RES *word) { in reject_all_ems()
1058 void reject_all_fullstops(WERD_RES *word) { in reject_all_fullstops()
1069 void Tesseract::reject_suspect_ems(WERD_RES *word) { in reject_suspect_ems()
1082 void reject_suspect_fullstops(WERD_RES *word) { in reject_suspect_fullstops()
1094 BOOL8 suspect_em(WERD_RES *word, inT16 index) { in suspect_em()
[all …]
Doutput.cpp204 WERD_RES *word = page_res_it.word (); in write_results()
432 WERD_RES *word, //word to do
647 WERD_RES *word, //word to do in write_shm_text()
807 WERD_RES *word) {
878 void write_unlv_text(WERD_RES *word) {
945 UNICHAR_ID Tesseract::get_rep_char(WERD_RES *word) { // what char is repeated? in get_rep_char()
958 void ensure_rep_chars_are_consistent(WERD_RES *word) { in ensure_rep_chars_are_consistent()
999 void Tesseract::set_unlv_suspects(WERD_RES *word_res) { in set_unlv_suspects()
Dfixxht.cpp135 WERD_RES *word_res, //word to do in re_estimate_x_ht()
501 void Tesseract::check_block_occ(WERD_RES *word_res) { in check_block_occ()
669 void improve_estimate(WERD_RES *word_res, in improve_estimate()
723 WERD_RES *word) { in reject_ambigs()
737 WERD_RES *word_res, in est_ambigs()
Dcontrol.cpp198 WERD_RES word_res(word); in recog_interactive()
599 WERD_RES *word, //word to do in classify_word_pass1()
755 void Tesseract::classify_word_pass2(WERD_RES *word, BLOCK* block, ROW *row) { in classify_word_pass2()
757 WERD_RES new_x_ht_word (word->word); in classify_word_pass2()
949 WERD_RES *word, //word to do in match_word_pass2()
1066 void Tesseract::fix_rep_char(WERD_RES *word_res) { in fix_rep_char()
1443 BOOL8 check_debug_pt(WERD_RES *word, int location) { in check_debug_pt()
1539 WERD_RES *word, // word to adapt to in set_word_fonts()
1645 WERD_RES *word; //current word in font_recognition_pass()
1770 WERD_RES *word; //current word in add_in_one_row()
/external/tesseract/api/
Dbaseapi.cpp452 WERD_RES *word = page_res_it.word(); in GetTextlines()
520 WERD_RES *word = page_res_it.word(); in GetWords()
634 WERD_RES *word_res = page_res_it.word(); in RecognizeForChopTest()
700 WERD_RES *word = page_res_it.word(); in GetUTF8Text()
716 static int ConvertWordToBoxText(WERD_RES *word, in ConvertWordToBoxText()
792 WERD_RES *word = page_res_it.word(); in GetBoxText()
831 WERD_RES *word = page_res_it.word(); in GetUNLVText()
947 WERD_RES *word = res_it.word(); in AllWordConfidences()
1134 WERD_RES *word = page_res_it.word(); in TextLength()
1384 WERD_RES *word = page_res_it.word(); in extract_result()