Searched refs:TWERD (Results 1 – 21 of 21) sorted by relevance
/external/tesseract/wordrec/ |
D | wordrec.h | 41 BLOB_CHOICE_LIST_VECTOR *cc_recog(TWERD *tessword, 68 void update_blob_classifications(TWERD *word, 103 bool improve_one_blob(TWERD *word, 112 bool chop_one_blob(TWERD *word, 117 BLOB_CHOICE_LIST_VECTOR *chop_word_main(register TWERD *word, 123 void improve_by_chopping(register TWERD *word,
|
D | wordclass.cpp | 113 TWERD *word, const BLOB_CHOICE_LIST_VECTOR &choices) { in update_blob_classifications() 131 void write_text_files(TWERD *word, in write_text_files()
|
D | wordclass.h | 41 void write_text_files(TWERD *word,
|
D | chopper.h | 57 SEAM *attempt_blob_chop(TWERD *word, inT32 blob_number, SEAMS seam_list);
|
D | chopper.cpp | 169 SEAM *attempt_blob_chop(TWERD *word, inT32 blob_number, SEAMS seam_list) { in attempt_blob_chop() 291 bool Wordrec::improve_one_blob(TWERD *word, in improve_one_blob() 381 bool Wordrec::chop_one_blob(TWERD *word, in chop_one_blob() 492 BLOB_CHOICE_LIST_VECTOR *Wordrec::chop_word_main(register TWERD *word, in chop_word_main() 611 void Wordrec::improve_by_chopping(register TWERD *word, in improve_by_chopping()
|
D | tface.cpp | 224 BLOB_CHOICE_LIST_VECTOR *Wordrec::cc_recog(TWERD *tessword, in cc_recog()
|
/external/tesseract/cutil/ |
D | structures.h | 107 extern TWERD *newword(); 108 extern void oldword(TWERD *);
|
D | structures.cpp | 53 makestructure (newword, oldword, printword, TWERD,
|
/external/tesseract/ccmain/ |
D | tstruct.h | 46 TWERD *tessword, //word to convert 63 TWERD *make_tess_word( //convert owrd
|
D | tessio.h | 40 TWERD *readwords( //read some words 83 TWERD *word, /*word to write */
|
D | tessbox.cpp | 194 TWERD *tessword = make_tess_word(word, NULL); in tess_adaptable_word() 343 TWERD *tessword; //converted word in tess_adapter()
|
D | tstruct.cpp | 84 TWERD *tessword, //word to convert in make_ed_word() 289 TWERD *make_tess_word( //convert word in make_tess_word() 293 TWERD *tessword; //tess format in make_tess_word()
|
D | tfacepp.cpp | 142 TWERD *tessword; // tess format in recog_word_recursive()
|
D | docqual.cpp | 133 TWERD *tessword; //tess format in word_blob_quality() 246 TWERD *tessword; //tess format in word_char_quality() 328 TWERD *tessword; //tess format in unrej_good_chs()
|
/external/tesseract/ccutil/ |
D | tessclas.h | 80 } TWERD; /*word structure */ typedef 86 TWERD *words; /*list of words in row */
|
/external/tesseract/classify/ |
D | classify.h | 68 void AdaptToWord(TWERD *Word, 108 void GetAdaptThresholds (TWERD * Word, 150 int AdaptableWord(TWERD *Word,
|
D | adaptmatch.cpp | 167 void GetAdaptThresholds(TWERD * Word, 210 int NumBlobsIn(TWERD *Word); 402 void Classify::AdaptToWord(TWERD *Word, in AdaptToWord() 952 int Classify::AdaptableWord(TWERD *Word, in AdaptableWord() 1747 Classify::GetAdaptThresholds (TWERD * Word, in GetAdaptThresholds() 2480 int NumBlobsIn(TWERD *Word) { in NumBlobsIn()
|
/external/tesseract/ccstruct/ |
D | blobs.h | 76 void delete_word(TWERD *word);
|
D | blobs.cpp | 195 void delete_word(TWERD *word) { in delete_word()
|
/external/tesseract/textord/ |
D | tessout.h | 57 TWERD *word, //word to do
|
/external/tesseract/api/ |
D | baseapi.cpp | 644 TWERD *tessword = make_tess_word(bln_word, NULL); in RecognizeForChopTest()
|