#include <textord.h>
Definition at line 41 of file textord.h.
◆ WordWithBox() [1/2]
tesseract::WordWithBox::WordWithBox |
( |
| ) |
|
|
inline |
◆ WordWithBox() [2/2]
tesseract::WordWithBox::WordWithBox |
( |
WERD * |
word | ) |
|
|
inlineexplicit |
Definition at line 44 of file textord.h.
46 int height = bounding_box_.
height();
47 bounding_box_.
pad(height, height);
◆ bounding_box()
const TBOX& tesseract::WordWithBox::bounding_box |
( |
| ) |
const |
|
inline |
Definition at line 50 of file textord.h.
50 {
return bounding_box_; }
◆ RejBlobs()
C_BLOB_LIST* tesseract::WordWithBox::RejBlobs |
( |
| ) |
const |
|
inline |
◆ true_bounding_box()
TBOX tesseract::WordWithBox::true_bounding_box |
( |
| ) |
const |
|
inline |
◆ word()
const WERD* tesseract::WordWithBox::word |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: