|
Tesseract
3.02
|
#include <blobs.h>
Public Member Functions | |
| TWERD () | |
| TWERD (const TWERD &src) | |
| ~TWERD () | |
| TWERD & | operator= (const TWERD &src) |
| void | SetupBLNormalize (const BLOCK *block, const ROW *row, float x_height, bool numeric_mode, DENORM *denorm) const |
| void | Normalize (const DENORM &denorm) |
| void | CopyFrom (const TWERD &src) |
| void | Clear () |
| void | ComputeBoundingBoxes () |
| int | NumBlobs () const |
| TBOX | bounding_box () const |
| void | MergeBlobs (int start, int end) |
| void | plot (ScrollView *window) |
Static Public Member Functions | |
| static TWERD * | PolygonalCopy (WERD *src) |
Public Attributes | |
| TBLOB * | blobs |
| bool | latin_script |
| TWERD * | next |
|
inline |
| TBOX TWERD::bounding_box | ( | ) | const |
Definition at line 483 of file blobs.cpp.
| void TWERD::Clear | ( | ) |
Definition at line 469 of file blobs.cpp.
| void TWERD::ComputeBoundingBoxes | ( | ) |
Definition at line 477 of file blobs.cpp.
| void TWERD::CopyFrom | ( | const TWERD & | src | ) |
Definition at line 454 of file blobs.cpp.
| void TWERD::MergeBlobs | ( | int | start, |
| int | end | ||
| ) |
Definition at line 494 of file blobs.cpp.
| void TWERD::Normalize | ( | const DENORM & | denorm | ) |
Definition at line 447 of file blobs.cpp.
| void TWERD::plot | ( | ScrollView * | window | ) |
| void TWERD::SetupBLNormalize | ( | const BLOCK * | block, |
| const ROW * | row, | ||
| float | x_height, | ||
| bool | numeric_mode, | ||
| DENORM * | denorm | ||
| ) | const |
Definition at line 424 of file blobs.cpp.