|
tesseract
4.0.0-1-g2a2b
|
#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_t 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_t | code_hash |
Definition at line 92 of file recodebeam.h.
|
inline |
Definition at line 93 of file recodebeam.h.
|
inline |
Definition at line 106 of file recodebeam.h.
|
inline |
Definition at line 126 of file recodebeam.h.
|
inline |
Definition at line 136 of file recodebeam.h.
|
inline |
Definition at line 130 of file recodebeam.h.
| void tesseract::RecodeNode::Print | ( | int | null_char, |
| const UNICHARSET & | unicharset, | ||
| int | depth | ||
| ) | const |
Definition at line 48 of file recodebeam.cpp.
| float tesseract::RecodeNode::certainty |
Definition at line 163 of file recodebeam.h.
| int tesseract::RecodeNode::code |
Definition at line 141 of file recodebeam.h.
| uint64_t tesseract::RecodeNode::code_hash |
Definition at line 172 of file recodebeam.h.
| DawgPositionVector* tesseract::RecodeNode::dawgs |
Definition at line 169 of file recodebeam.h.
| bool tesseract::RecodeNode::duplicate |
Definition at line 161 of file recodebeam.h.
| bool tesseract::RecodeNode::end_of_word |
Definition at line 156 of file recodebeam.h.
| PermuterType tesseract::RecodeNode::permuter |
Definition at line 147 of file recodebeam.h.
| const RecodeNode* tesseract::RecodeNode::prev |
Definition at line 167 of file recodebeam.h.
| float tesseract::RecodeNode::score |
Definition at line 165 of file recodebeam.h.
| bool tesseract::RecodeNode::start_of_dawg |
Definition at line 150 of file recodebeam.h.
| bool tesseract::RecodeNode::start_of_word |
Definition at line 152 of file recodebeam.h.
| int tesseract::RecodeNode::unichar_id |
Definition at line 143 of file recodebeam.h.