tesseract::BoxWord Class Reference
#include <boxword.h>
List of all members.
Constructor & Destructor Documentation
tesseract::BoxWord::BoxWord |
( |
|
) |
|
tesseract::BoxWord::BoxWord |
( |
const BoxWord & |
src |
) |
[explicit] |
tesseract::BoxWord::~BoxWord |
( |
|
) |
|
Member Function Documentation
const TBOX& tesseract::BoxWord::BlobBox |
( |
int |
index |
) |
const [inline] |
ScriptPos tesseract::BoxWord::BlobPosition |
( |
int |
index |
) |
const [inline] |
const TBOX& tesseract::BoxWord::bounding_box |
( |
|
) |
const [inline] |
void tesseract::BoxWord::ClipToOriginalWord |
( |
const BLOCK * |
block, |
|
|
WERD * |
original_word | |
|
) |
| | |
void tesseract::BoxWord::CopyFrom |
( |
const BoxWord & |
src |
) |
|
BoxWord * tesseract::BoxWord::CopyFromNormalized |
( |
const DENORM * |
denorm, |
|
|
TWERD * |
tessword | |
|
) |
| | [static] |
void tesseract::BoxWord::DeleteAllBoxes |
( |
|
) |
|
void tesseract::BoxWord::DeleteBox |
( |
int |
index |
) |
|
void tesseract::BoxWord::InsertBox |
( |
int |
index, |
|
|
const TBOX & |
box | |
|
) |
| | |
const int tesseract::BoxWord::length |
( |
|
) |
const [inline] |
void tesseract::BoxWord::MergeBoxes |
( |
int |
start, |
|
|
int |
end | |
|
) |
| | |
void tesseract::BoxWord::ProcessMatchedBlobs |
( |
const TWERD & |
other, |
|
|
TessCallback1< int > * |
cb | |
|
) |
| | const |
void tesseract::BoxWord::SetScriptPositions |
( |
const UNICHARSET & |
unicharset, |
|
|
bool |
small_caps, |
|
|
TWERD * |
tessword, |
|
|
WERD_CHOICE * |
best_choice | |
|
) |
| | |
The documentation for this class was generated from the following files:
- /home/rays/src/opensrc/tesseract-ocr/ccstruct/boxword.h
- /home/rays/src/opensrc/tesseract-ocr/ccstruct/boxword.cpp