#include <textord.h>
List of all members.
Detailed Description
Definition at line 41 of file textord.h.
Constructor & Destructor Documentation
| tesseract::WordWithBox::WordWithBox |
( |
| ) |
[inline] |
| tesseract::WordWithBox::WordWithBox |
( |
WERD * |
word | ) |
[inline, explicit] |
Definition at line 44 of file textord.h.
: word_(word), bounding_box_(word->bounding_box()) {
int height = bounding_box_.height();
bounding_box_.pad(height, height);
}
Member Function Documentation
| const TBOX& tesseract::WordWithBox::bounding_box |
( |
| ) |
const [inline] |
Definition at line 50 of file textord.h.
{ return bounding_box_; }
| C_BLOB_LIST* tesseract::WordWithBox::RejBlobs |
( |
| ) |
const [inline] |
| TBOX tesseract::WordWithBox::true_bounding_box |
( |
| ) |
const [inline] |
| const WERD* tesseract::WordWithBox::word |
( |
| ) |
const [inline] |
The documentation for this class was generated from the following file: