|
tesseract
4.00.00dev
|
#include <recodebeam.h>
Public Member Functions | |
| RecodeNode () | |
| RecodeNode (int c, int uni_id, PermuterType perm, bool dawg_start, bool word_start, bool end, bool dup, float cert, float s, const RecodeNode *p, DawgPositionVector *d, uinT64 hash) | |
| RecodeNode (RecodeNode &src) | |
| RecodeNode & | operator= (RecodeNode &src) |
| ~RecodeNode () | |
| void | Print (int null_char, const UNICHARSET &unicharset, int depth) const |
Public Attributes | |
| int | code |
| int | unichar_id |
| PermuterType | permuter |
| bool | start_of_dawg |
| bool | start_of_word |
| bool | end_of_word |
| bool | duplicate |
| float | certainty |
| float | score |
| const RecodeNode * | prev |
| DawgPositionVector * | dawgs |
| uinT64 | code_hash |
Definition at line 89 of file recodebeam.h.
|
inline |
Definition at line 90 of file recodebeam.h.
|
inline |
Definition at line 103 of file recodebeam.h.
|
inline |
Definition at line 123 of file recodebeam.h.
|
inline |
Definition at line 133 of file recodebeam.h.
|
inline |
Definition at line 127 of file recodebeam.h.
| void tesseract::RecodeNode::Print | ( | int | null_char, |
| const UNICHARSET & | unicharset, | ||
| int | depth | ||
| ) | const |
Definition at line 42 of file recodebeam.cpp.
| float tesseract::RecodeNode::certainty |
Definition at line 160 of file recodebeam.h.
| int tesseract::RecodeNode::code |
Definition at line 138 of file recodebeam.h.
| uinT64 tesseract::RecodeNode::code_hash |
Definition at line 169 of file recodebeam.h.
| DawgPositionVector* tesseract::RecodeNode::dawgs |
Definition at line 166 of file recodebeam.h.
| bool tesseract::RecodeNode::duplicate |
Definition at line 158 of file recodebeam.h.
| bool tesseract::RecodeNode::end_of_word |
Definition at line 153 of file recodebeam.h.
| PermuterType tesseract::RecodeNode::permuter |
Definition at line 144 of file recodebeam.h.
| const RecodeNode* tesseract::RecodeNode::prev |
Definition at line 164 of file recodebeam.h.
| float tesseract::RecodeNode::score |
Definition at line 162 of file recodebeam.h.
| bool tesseract::RecodeNode::start_of_dawg |
Definition at line 147 of file recodebeam.h.
| bool tesseract::RecodeNode::start_of_word |
Definition at line 149 of file recodebeam.h.
| int tesseract::RecodeNode::unichar_id |
Definition at line 140 of file recodebeam.h.