|
Tesseract
3.02
|
#include <normalis.h>
Public Member Functions | |
| DENORM () | |
| DENORM (float x, float scaling, ROW *src) | |
| DENORM (float x, float scaling, double line_m, double line_c, inT16 seg_count, DENORM_SEG *seg_pts, BOOL8 using_row, ROW *src) | |
| DENORM (const DENORM &) | |
| DENORM & | operator= (const DENORM &) |
| ~DENORM () | |
| void | SetupBLNormalize (const BLOCK *block, const ROW *row, float x_height, const TBOX &word_box, int num_segs, const DENORM_SEG *segs) |
| void | SetupNormalization (const BLOCK *block, const ROW *row, const FCOORD *rotation, const DENORM *predecessor, const DENORM_SEG *segs, int num_segs, float x_origin, float y_origin, float x_scale, float y_scale, float final_xshift, float final_yshift) |
| void | LocalNormTransform (const TPOINT &pt, TPOINT *transformed) const |
| void | LocalNormTransform (const FCOORD &pt, FCOORD *transformed) const |
| void | NormTransform (const TPOINT &pt, TPOINT *transformed) const |
| void | NormTransform (const FCOORD &pt, FCOORD *transformed) const |
| void | LocalDenormTransform (const TPOINT &pt, TPOINT *original) const |
| void | LocalDenormTransform (const FCOORD &pt, FCOORD *original) const |
| void | DenormTransform (const TPOINT &pt, TPOINT *original) const |
| void | DenormTransform (const FCOORD &pt, FCOORD *original) const |
| void | LocalNormBlob (TBLOB *blob) const |
| bool | XHeightRange (int unichar_id, const UNICHARSET &unicharset, const TBOX &bbox, inT16 *min_xht, inT16 *max_xht) const |
| Pix * | pix () const |
| void | set_pix (Pix *pix) |
| bool | inverse () const |
| void | set_inverse (bool value) |
| const DENORM * | RootDenorm () const |
| const DENORM * | predecessor () const |
| float | x_scale () const |
| float | y_scale () const |
| const ROW * | row () const |
| void | set_row (ROW *row) |
| const BLOCK * | block () const |
| void | set_block (const BLOCK *block) |
Definition at line 59 of file normalis.h.
| DENORM::DENORM | ( | ) |
Definition at line 33 of file normalis.cpp.
| DENORM::DENORM | ( | float | x, |
| float | scaling, | ||
| ROW * | src | ||
| ) |
Definition at line 38 of file normalis.cpp.
| DENORM::DENORM | ( | float | x, |
| float | scaling, | ||
| double | line_m, | ||
| double | line_c, | ||
| inT16 | seg_count, | ||
| DENORM_SEG * | seg_pts, | ||
| BOOL8 | using_row, | ||
| ROW * | src | ||
| ) |
Definition at line 46 of file normalis.cpp.
| DENORM::DENORM | ( | const DENORM & | src | ) |
Definition at line 63 of file normalis.cpp.
| DENORM::~DENORM | ( | ) |
Definition at line 92 of file normalis.cpp.
|
inline |
Definition at line 276 of file normalis.h.
Definition at line 233 of file normalis.cpp.
Definition at line 240 of file normalis.cpp.
|
inline |
Definition at line 249 of file normalis.h.
Definition at line 210 of file normalis.cpp.
Definition at line 217 of file normalis.cpp.
| void DENORM::LocalNormBlob | ( | TBLOB * | blob | ) | const |
Definition at line 251 of file normalis.cpp.
Definition at line 170 of file normalis.cpp.
Definition at line 177 of file normalis.cpp.
Definition at line 190 of file normalis.cpp.
Definition at line 197 of file normalis.cpp.
Definition at line 71 of file normalis.cpp.
|
inline |
Definition at line 243 of file normalis.h.
|
inline |
Definition at line 260 of file normalis.h.
|
inline |
Definition at line 255 of file normalis.h.
|
inline |
Definition at line 270 of file normalis.h.
|
inline |
Definition at line 279 of file normalis.h.
|
inline |
Definition at line 252 of file normalis.h.
|
inline |
Definition at line 246 of file normalis.h.
|
inline |
Definition at line 273 of file normalis.h.
| void DENORM::SetupBLNormalize | ( | const BLOCK * | block, |
| const ROW * | row, | ||
| float | x_height, | ||
| const TBOX & | word_box, | ||
| int | num_segs, | ||
| const DENORM_SEG * | segs | ||
| ) |
Definition at line 99 of file normalis.cpp.
| void DENORM::SetupNormalization | ( | const BLOCK * | block, |
| const ROW * | row, | ||
| const FCOORD * | rotation, | ||
| const DENORM * | predecessor, | ||
| const DENORM_SEG * | segs, | ||
| int | num_segs, | ||
| float | x_origin, | ||
| float | y_origin, | ||
| float | x_scale, | ||
| float | y_scale, | ||
| float | final_xshift, | ||
| float | final_yshift | ||
| ) |
Definition at line 143 of file normalis.cpp.
|
inline |
Definition at line 264 of file normalis.h.
| bool DENORM::XHeightRange | ( | int | unichar_id, |
| const UNICHARSET & | unicharset, | ||
| const TBOX & | bbox, | ||
| inT16 * | min_xht, | ||
| inT16 * | max_xht | ||
| ) | const |
Definition at line 275 of file normalis.cpp.
|
inline |
Definition at line 267 of file normalis.h.