Tesseract 3.01
tesseract::ViterbiStateEntry Struct Reference

#include <language_model.h>

Inheritance diagram for tesseract::ViterbiStateEntry:
ELIST_LINK

List of all members.

Public Member Functions

 ViterbiStateEntry (BLOB_CHOICE *pb, ViterbiStateEntry *pe, BLOB_CHOICE *b, float c, 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_CHOICEparent_b
ViterbiStateEntryparent_vse
float ratings_sum
float min_certainty
int length
LanguageModelConsistencyInfo consistency_info
AssociateStats associate_stats
LanguageModelFlagsType top_choice_flags
LanguageModelDawgInfodawg_info
LanguageModelNgramInfongram_info
bool updated

Constructor & Destructor Documentation

tesseract::ViterbiStateEntry::ViterbiStateEntry ( BLOB_CHOICE pb,
ViterbiStateEntry pe,
BLOB_CHOICE b,
float  c,
const LanguageModelConsistencyInfo ci,
const AssociateStats as,
LanguageModelFlagsType  tcf,
LanguageModelDawgInfo d,
LanguageModelNgramInfo n 
) [inline]
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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines