|
Tesseract
3.02
|
#include <stopper.h>
Public Member Functions | |
| VIABLE_CHOICE_STRUCT () | |
| VIABLE_CHOICE_STRUCT (int length) | |
| ~VIABLE_CHOICE_STRUCT () | |
| void | Init (const WERD_CHOICE &word_choice, const PIECES_STATE &pieces_state, const float certainties[], FLOAT32 adjust_factor) |
| void | SetBlobChoices (const BLOB_CHOICE_LIST_VECTOR &src_choices) |
Public Attributes | |
| int | Length |
| float | Rating |
| float | Certainty |
| FLOAT32 | AdjustFactor |
| bool | ComposedFromCharFragments |
| CHAR_CHOICE * | Blob |
| BLOB_CHOICE_LIST_CLIST * | blob_choices |
| VIABLE_CHOICE_STRUCT::VIABLE_CHOICE_STRUCT | ( | ) |
Definition at line 107 of file stopper.cpp.
|
explicit |
Definition at line 101 of file stopper.cpp.
| VIABLE_CHOICE_STRUCT::~VIABLE_CHOICE_STRUCT | ( | ) |
Definition at line 112 of file stopper.cpp.
| void VIABLE_CHOICE_STRUCT::Init | ( | const WERD_CHOICE & | word_choice, |
| const PIECES_STATE & | pieces_state, | ||
| const float | certainties[], | ||
| FLOAT32 | adjust_factor | ||
| ) |
Definition at line 120 of file stopper.cpp.
| void VIABLE_CHOICE_STRUCT::SetBlobChoices | ( | const BLOB_CHOICE_LIST_VECTOR & | src_choices | ) |
Definition at line 146 of file stopper.cpp.
| CHAR_CHOICE* VIABLE_CHOICE_STRUCT::Blob |