Tesseract
3.02
|
#include <cube_object.h>
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) |
CharAltList * | RecognizeChar () |
BeamSearch * | BeamObj () const |
WordAltList * | AlternateList () const |
CubeSearchObject * | SrchObj () const |
CharSamp * | CharSample () const |
void | SetCharSampOwnership (bool own_char_samp) |
Protected Member Functions | |
bool | Normalize () |
Definition at line 91 of file cube_object.h.
tesseract::CubeObject::CubeObject | ( | CubeRecoContext * | cntxt, |
CharSamp * | char_samp | ||
) |
Definition at line 26 of file cube_object.cpp.
tesseract::CubeObject::CubeObject | ( | CubeRecoContext * | cntxt, |
IMAGE * | img, | ||
int | left, | ||
int | top, | ||
int | wid, | ||
int | hgt | ||
) |
Definition at line 32 of file cube_object.cpp.
tesseract::CubeObject::CubeObject | ( | CubeRecoContext * | cntxt, |
Pix * | pix, | ||
int | left, | ||
int | top, | ||
int | wid, | ||
int | hgt | ||
) |
Definition at line 40 of file cube_object.cpp.
tesseract::CubeObject::~CubeObject | ( | ) |
Definition at line 76 of file cube_object.cpp.
|
inline |
Definition at line 122 of file cube_object.h.
|
inline |
Definition at line 117 of file cube_object.h.
|
inline |
Definition at line 133 of file cube_object.h.
|
protected |
Definition at line 256 of file cube_object.cpp.
CharAltList * tesseract::CubeObject::RecognizeChar | ( | ) |
Definition at line 246 of file cube_object.cpp.
WordAltList * tesseract::CubeObject::RecognizePhrase | ( | LangModel * | lang_mod = NULL | ) |
Definition at line 214 of file cube_object.cpp.
WordAltList * tesseract::CubeObject::RecognizeWord | ( | LangModel * | lang_mod = NULL | ) |
Definition at line 209 of file cube_object.cpp.
|
inline |
Definition at line 138 of file cube_object.h.
|
inline |
Definition at line 127 of file cube_object.h.
int tesseract::CubeObject::WordCost | ( | const char * | str | ) |
Definition at line 220 of file cube_object.cpp.