Searched refs:tess_denorm (Results 1 – 5 of 5) sorted by relevance
/external/tesseract/wordrec/ |
D | heuristic.cpp | 296 normalizing_height = tess_denorm->scale() * in width_priority() 297 (tess_denorm->row()->x_height() + tess_denorm->row()->ascenders()); in width_priority() 300 tess_denorm->row()->x_height(), tess_denorm->row()->ascenders(), in width_priority()
|
D | wordrec.h | 185 DENORM *tess_denorm; //current denorm variable
|
D | tface.cpp | 302 (pblob, blob, nblob, tess_word, tess_denorm, ratings, NULL); in call_matcher()
|
/external/tesseract/ccmain/ |
D | tfacepp.cpp | 148 tess_denorm = denorm; in recog_word_recursive() 337 (*tess_tester) (filename, blob, tess_denorm, correct_blob, text, count, &ratings); 367 (*tess_trainer) (filename, blob, tess_denorm, correct_blob, text, count, &ratings);
|
/external/tesseract/api/ |
D | baseapi.cpp | 653 tesseract_->tess_denorm = &word_res->denorm; in RecognizeForChopTest()
|