tesseract v5.3.3.20231005
|
#include <featdefs.h>
Public Member Functions | |
CHAR_DESC_STRUCT (const FEATURE_DEFS_STRUCT &FeatureDefs) | |
~CHAR_DESC_STRUCT () | |
Public Attributes | |
uint32_t | NumFeatureSets |
std::array< FEATURE_SET_STRUCT *, NUM_FEATURE_TYPES > | FeatureSets |
Definition at line 47 of file featdefs.h.
|
inline |
Allocate a new character description, initialize its feature sets to be empty, and return it.
Definition at line 50 of file featdefs.h.
|
inline |
Release the memory consumed by the specified character description and all of the features in that description.
Definition at line 56 of file featdefs.h.
std::array<FEATURE_SET_STRUCT *, NUM_FEATURE_TYPES> tesseract::CHAR_DESC_STRUCT::FeatureSets |
Definition at line 63 of file featdefs.h.
uint32_t tesseract::CHAR_DESC_STRUCT::NumFeatureSets |
Definition at line 62 of file featdefs.h.