Home
last modified time | relevance | path

Searched refs:BLOB_CHOICE_LIST_CLIST (Results 1 – 10 of 10) sorted by relevance

/external/tesseract/ccmain/
Dtesseractclass.h44 class BLOB_CHOICE_LIST_CLIST; variable
136 BLOB_CHOICE_LIST_CLIST *blob_choices);
156 BLOB_CHOICE_LIST_CLIST *blob_choices);
159 BLOB_CHOICE_LIST_CLIST *blob_choices); // detailed results
233 BLOB_CHOICE_LIST_CLIST *blob_choices,
306 BLOB_CHOICE_LIST_CLIST *blob_choices,
318 BLOB_CHOICE_LIST_CLIST *blob_choices,
334 BLOB_CHOICE_LIST_CLIST *blob_choices,
398 BLOB_CHOICE_LIST_CLIST *blob_choices,
408 BLOB_CHOICE_LIST_CLIST *blob_choices,
[all …]
Dtessbox.cpp44 BLOB_CHOICE_LIST_CLIST *blob_choices, in tess_segment_pass1()
86 BLOB_CHOICE_LIST_CLIST *blob_choices, in tess_segment_pass2()
134 BLOB_CHOICE_LIST_CLIST *blob_choices, in correct_segment_pass2()
162 BLOB_CHOICE_LIST_CLIST *blob_choices, in test_segment_pass2()
Dreject.h103 void reject_poor_matches(WERD_RES *word, BLOB_CHOICE_LIST_CLIST *blob_choices);
105 BLOB_CHOICE_LIST_CLIST *blob_choices);
Dtfacepp.cpp63 BLOB_CHOICE_LIST_CLIST *blob_choices, in recog_word()
134 BLOB_CHOICE_LIST_CLIST *blob_choices, // list of blob lists in recog_word_recursive()
246 BLOB_CHOICE_LIST_CLIST *blob_choices, in split_and_recog_word()
Dcontrol.cpp607 BLOB_CHOICE_LIST_CLIST local_blob_choices; in classify_word_pass1()
608 BLOB_CHOICE_LIST_CLIST *blob_choices; in classify_word_pass1()
617 blob_choices = new BLOB_CHOICE_LIST_CLIST(); in classify_word_pass1()
955 BLOB_CHOICE_LIST_CLIST local_blob_choices; in match_word_pass2()
956 BLOB_CHOICE_LIST_CLIST *blob_choices; in match_word_pass2()
959 blob_choices = new BLOB_CHOICE_LIST_CLIST(); in match_word_pass2()
1139 BLOB_CHOICE_LIST_CLIST *blob_choices) { in fix_quotes()
1190 BLOB_CHOICE_LIST_CLIST *blob_choices) { in fix_hyphens()
1540 BLOB_CHOICE_LIST_CLIST *blob_choices // detailed results in set_word_fonts()
Dcontrol.h149 BLOB_CHOICE_LIST_CLIST *blob_choices);
Dreject.cpp337 BLOB_CHOICE_LIST_CLIST *blob_choices, in make_reject_map()
470 BLOB_CHOICE_LIST_CLIST *blob_choices) { in reject_poor_matches()
520 BLOB_CHOICE_LIST_CLIST *blob_choices) { in compute_reject_threshold()
Dapplybox.cpp980 BLOB_CHOICE_LIST_CLIST blob_choices; in apply_box_testing()
/external/tesseract/ccstruct/
Dratngs.h164 inline BLOB_CHOICE_LIST_CLIST* blob_choices() { in blob_choices()
183 void set_blob_choices(BLOB_CHOICE_LIST_CLIST *blob_choices);
309 BLOB_CHOICE_LIST_CLIST *blob_choices_; // best choices for each blob
Dratngs.cpp138 void WERD_CHOICE::set_blob_choices(BLOB_CHOICE_LIST_CLIST *blob_choices) { in set_blob_choices()
254 this->blob_choices_ = new BLOB_CHOICE_LIST_CLIST; in operator +=()
312 this->blob_choices_ = new BLOB_CHOICE_LIST_CLIST(); in operator =()