#include <cube_object.h>
List of all members.
Public Member Functions |
| CubeObject (CubeRecoContext *cntxt, CharSamp *char_samp) |
| CubeObject (CubeRecoContext *cntxt, IMAGE *img, int left, int top, int wid, int hgt) |
| CubeObject (CubeRecoContext *cntxt, Pix *pix, int left, int top, int wid, int hgt) |
| ~CubeObject () |
WordAltList * | RecognizeWord (LangModel *lang_mod=NULL) |
WordAltList * | RecognizePhrase (LangModel *lang_mod=NULL) |
int | WordCost (const char *str) |
BeamSearch * | BeamObj () const |
WordAltList * | AlternateList () const |
CubeSearchObject * | SrchObj () const |
CharSamp * | CharSample () const |
void | SetCharSampOwnership (bool own_char_samp) |
Protected Member Functions |
bool | Normalize () |
Constructor & Destructor Documentation
tesseract::CubeObject::CubeObject |
( |
CubeRecoContext * |
cntxt, |
|
|
IMAGE * |
img, |
|
|
int |
left, |
|
|
int |
top, |
|
|
int |
wid, |
|
|
int |
hgt |
|
) |
| |
tesseract::CubeObject::CubeObject |
( |
CubeRecoContext * |
cntxt, |
|
|
Pix * |
pix, |
|
|
int |
left, |
|
|
int |
top, |
|
|
int |
wid, |
|
|
int |
hgt |
|
) |
| |
tesseract::CubeObject::~CubeObject |
( |
| ) |
|
Member Function Documentation
WordAltList* tesseract::CubeObject::AlternateList |
( |
| ) |
const [inline] |
BeamSearch* tesseract::CubeObject::BeamObj |
( |
| ) |
const [inline] |
CharSamp* tesseract::CubeObject::CharSample |
( |
| ) |
const [inline] |
bool tesseract::CubeObject::Normalize |
( |
| ) |
[protected] |
void tesseract::CubeObject::SetCharSampOwnership |
( |
bool |
own_char_samp | ) |
[inline] |
int tesseract::CubeObject::WordCost |
( |
const char * |
str | ) |
|
The documentation for this class was generated from the following files: