tesseract v5.3.3.20231005
|
#include <intproto.h>
Public Member Functions | |
INT_TEMPLATES_STRUCT () | |
~INT_TEMPLATES_STRUCT () | |
Public Attributes | |
unsigned | NumClasses |
unsigned | NumClassPruners |
INT_CLASS_STRUCT * | Class [MAX_NUM_CLASSES] |
CLASS_PRUNER_STRUCT * | ClassPruners [MAX_NUM_CLASS_PRUNERS] |
Definition at line 106 of file intproto.h.
tesseract::INT_TEMPLATES_STRUCT::INT_TEMPLATES_STRUCT | ( | ) |
This constructor allocates a new set of integer templates initialized to hold 0 classes.
Definition at line 603 of file intproto.cpp.
tesseract::INT_TEMPLATES_STRUCT::~INT_TEMPLATES_STRUCT | ( | ) |
Definition at line 612 of file intproto.cpp.
INT_CLASS_STRUCT* tesseract::INT_TEMPLATES_STRUCT::Class[MAX_NUM_CLASSES] |
Definition at line 111 of file intproto.h.
CLASS_PRUNER_STRUCT* tesseract::INT_TEMPLATES_STRUCT::ClassPruners[MAX_NUM_CLASS_PRUNERS] |
Definition at line 112 of file intproto.h.
unsigned tesseract::INT_TEMPLATES_STRUCT::NumClasses |
Definition at line 109 of file intproto.h.
unsigned tesseract::INT_TEMPLATES_STRUCT::NumClassPruners |
Definition at line 110 of file intproto.h.