|
tesseract 3.04.01
|
Public Member Functions | |
| BlockGroup () | |
| BlockGroup (BLOCK *block) | |
Public Attributes | |
| TBOX | bounding_box |
| FCOORD | rotation |
| float | angle |
| float | min_xheight |
| GenericVector< BLOCK * > | blocks |
Definition at line 713 of file tordmain.cpp.
| tesseract::BlockGroup::BlockGroup | ( | ) | [inline] |
Definition at line 714 of file tordmain.cpp.
: rotation(1.0f, 0.0f), angle(0.0f), min_xheight(1.0f) {}
| tesseract::BlockGroup::BlockGroup | ( | BLOCK * | block | ) | [inline, explicit] |
Definition at line 715 of file tordmain.cpp.
: bounding_box(block->bounding_box()), rotation(block->re_rotation()), angle(block->re_rotation().angle()), min_xheight(block->x_height()) { blocks.push_back(block); }
Definition at line 727 of file tordmain.cpp.
Definition at line 731 of file tordmain.cpp.
Definition at line 723 of file tordmain.cpp.
Definition at line 729 of file tordmain.cpp.
Definition at line 725 of file tordmain.cpp.