Tesseract 3.01
tesseract::CubeObject Class Reference

#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 ()
WordAltListRecognizeWord (LangModel *lang_mod=NULL)
WordAltListRecognizePhrase (LangModel *lang_mod=NULL)
int WordCost (const char *str)
BeamSearchBeamObj () const
WordAltListAlternateList () const
CubeSearchObjectSrchObj () const
CharSampCharSample () const
void SetCharSampOwnership (bool own_char_samp)

Protected Member Functions

bool Normalize ()

Constructor & Destructor Documentation

tesseract::CubeObject::CubeObject ( CubeRecoContext cntxt,
CharSamp char_samp 
)
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]
WordAltList * tesseract::CubeObject::RecognizePhrase ( LangModel lang_mod = NULL)
WordAltList * tesseract::CubeObject::RecognizeWord ( LangModel lang_mod = NULL)
void tesseract::CubeObject::SetCharSampOwnership ( bool  own_char_samp) [inline]
CubeSearchObject* tesseract::CubeObject::SrchObj ( ) const [inline]
int tesseract::CubeObject::WordCost ( const char *  str)

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines