tesseract::ViterbiStateEntry Struct Reference
#include <language_model.h>
List of all members.
Public Member Functions |
| ViterbiStateEntry (BLOB_CHOICE *pb, ViterbiStateEntry *pe, BLOB_CHOICE *b, float c, float ol, const LanguageModelConsistencyInfo &ci, const AssociateStats &as, LanguageModelFlagsType tcf, LanguageModelDawgInfo *d, LanguageModelNgramInfo *n) |
| ~ViterbiStateEntry () |
bool | Consistent () const |
Static Public Member Functions |
static int | Compare (const void *e1, const void *e2) |
Public Attributes |
float | cost |
BLOB_CHOICE * | parent_b |
ViterbiStateEntry * | parent_vse |
float | ratings_sum |
float | min_certainty |
int | adapted |
int | length |
float | outline_length |
LanguageModelConsistencyInfo | consistency_info |
AssociateStats | associate_stats |
LanguageModelFlagsType | top_choice_flags |
LanguageModelDawgInfo * | dawg_info |
LanguageModelNgramInfo * | ngram_info |
bool | updated |
Constructor & Destructor Documentation
tesseract::ViterbiStateEntry::~ViterbiStateEntry |
( |
|
) |
[inline] |
Member Function Documentation
static int tesseract::ViterbiStateEntry::Compare |
( |
const void * |
e1, |
|
|
const void * |
e2 | |
|
) |
| | [inline, static] |
bool tesseract::ViterbiStateEntry::Consistent |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file: