Home
last modified time | relevance | path

Searched refs:DENORM (Results 1 – 25 of 25) sorted by relevance

/external/tesseract/ccstruct/
Dnormalis.cpp30 const DENORM_SEG *DENORM::binary_search_segment(float src_x) const { in binary_search_segment()
52 float DENORM::scale_at_x(float src_x) const { // In normalized coords. in scale_at_x()
67 float DENORM::yshift_at_x(float src_x) const { // In normalized coords. in yshift_at_x()
88 float DENORM::x( //convert x coord in x()
101 float DENORM::y( //convert y coord in y()
110 DENORM::DENORM(float x, //from same pieces in DENORM() function in DENORM
151 DENORM::DENORM(const DENORM &src) { in DENORM() function in DENORM
158 DENORM & DENORM::operator= (const DENORM & src) { in operator =()
Dnormalis.h39 class DENORM
42 DENORM() { //constructor in DENORM() function
52 DENORM( //constructor in DENORM() function
65 DENORM( //constructor
74 DENORM(const DENORM &);
75 DENORM & operator= (const DENORM &);
76 ~DENORM () { in ~DENORM()
Dccstruct.h26 class DENORM; variable
45 DENORM *, BLOB_CHOICE_LIST *, const char*);
Dpolyblob.h48 DENORM *denorm); //inverse mapping out
50 const DENORM *denorm); //antidote
Dwerd.h186 ROW * row, DENORM * denorm = NULL);
190 DENORM * denorm = NULL); //optional antidote
193 const DENORM *denorm);
Dpolyblob.cpp245 DENORM *denorm //inverse mapping in baseline_normalise()
251 *denorm = DENORM (x_centre, bln_x_height / row->x_height (), row); in baseline_normalise()
268 const DENORM *denorm //antidote in baseline_denormalise()
Dwerd.cpp441 DENORM *denorm //antidote in baseline_normalise()
461 DENORM *denorm //antidote in baseline_normalise_x()
481 DENORM antidote (word_box.left () + in baseline_normalise_x()
519 antidote = DENORM (antidote.origin (), antidote.scale (), in baseline_normalise_x()
690 antidote = DENORM (antidote.origin (), antidote.scale (), in baseline_normalise_x()
711 const DENORM *denorm //antidote in baseline_denormalise()
Dpageres.h143 DENORM denorm; //for use on outword
Dratngs.h326 typedef void (*POLY_TESTER) (const STRING&, PBLOB *, DENORM *, BOOL8,
/external/tesseract/ccmain/
Dtessbox.cpp38 DENORM *denorm, //de-normaliser in tess_segment_pass1()
80 DENORM *denorm, //de-normaliser in tess_segment_pass2()
126 DENORM *denorm, in correct_segment_pass2()
154 DENORM *denorm, in test_segment_pass2()
214 DENORM *denorm, //de-normaliser in tess_cn_matcher()
245 DENORM *denorm, //de-normaliser in tess_bn_matcher()
274 DENORM *denorm, //de-normaliser in tess_default_matcher()
305 DENORM *denorm, //de-normaliser in tess_training_tester()
338 DENORM *denorm, //de-normalise in tess_adapter()
Dtesseractclass.h295 DENORM *denorm, //de-normaliser
311 DENORM *denorm, //de-normaliser
323 DENORM *denorm, //de-normaliser
385 DENORM *denorm, //de-normalise
392 DENORM *denorm, //de-normaliser
403 DENORM *denorm, //de-normaliser
413 DENORM *denorm, //de-normaliser
423 DENORM *denorm, //de-normaliser
437 DENORM *denorm, //de-normaliser
446 DENORM *denorm, //de-normaliser
[all …]
Dpaircmp.cpp72 DENORM denorm1, denorm2; in compare_blobs()
91 DENORM *denorm1, in compare_bln_blobs()
93 DENORM *denorm2) { in compare_bln_blobs()
Dcharsample.h55 DENORM *denorm,
85 DENORM *denorm() { in denorm()
104 DENORM *sample_denorm;
Dtstruct.h60 DENORM *denorm, //row info
70 TBLOB *make_rotated_tess_blob(const DENORM* denorm, PBLOB *blob,
Dcontrol.h156 DENORM *, //de-normaliser
163 float x_height, DENORM *denorm);
Dtfacepp.cpp54 DENORM *denorm, //de-normaliser in recog_word()
128 DENORM *denorm, // de-normaliser in recog_word_recursive()
238 DENORM *denorm, //de-normaliser in split_and_recog_word()
Dtessbox.h30 DENORM *denorm,
Doutput.h73 DENORM * denorm, //de-normalizer
Dtstruct.cpp257 DENORM *denorm, //row info in make_tess_row()
343 TBLOB *make_rotated_tess_blob(const DENORM* denorm, PBLOB *blob, in make_rotated_tess_blob()
Dcharsample.cpp53 CHAR_SAMPLE::CHAR_SAMPLE(PBLOB *blob, DENORM *denorm, char c) { in CHAR_SAMPLE()
85 DENORM *denorm = test_sample->denorm (); in match_sample()
Ddocqual.cpp143 DENORM denorm; in word_blob_quality()
255 DENORM denorm; in word_char_quality()
337 DENORM denorm; in unrej_good_chs()
Dapplybox.cpp922 DENORM denorm; in apply_box_training()
972 DENORM denorm; in apply_box_testing()
Doutput.cpp545 DENORM * denorm, //de-normalizer in make_reject()
Dcontrol.cpp1321 float x_height, DENORM *denorm) { in make_bln_copy()
/external/tesseract/wordrec/
Dwordrec.h185 DENORM *tess_denorm; //current denorm