tesseract v5.3.3.20231005
tesseract::MERGE_CLASS_NODE Struct Reference

#include <commontraining.h>

Public Member Functions

 MERGE_CLASS_NODE (const char *label)
 

Public Attributes

std::string Label
 
int NumMerged [MAX_NUM_PROTOS]
 
tesseract::CLASS_TYPE Class
 

Detailed Description

Definition at line 91 of file commontraining.h.

Constructor & Destructor Documentation

◆ MERGE_CLASS_NODE()

tesseract::MERGE_CLASS_NODE::MERGE_CLASS_NODE ( const char *  label)
inline

Definition at line 92 of file commontraining.h.

93 }
#define MAX_NUM_PROTOS
Definition: intproto.h:48
#define MAX_NUM_CONFIGS
Definition: intproto.h:47
CLASS_TYPE NewClass(int NumProtos, int NumConfigs)
Definition: protos.cpp:145
tesseract::CLASS_TYPE Class

Member Data Documentation

◆ Class

tesseract::CLASS_TYPE tesseract::MERGE_CLASS_NODE::Class

Definition at line 96 of file commontraining.h.

◆ Label

std::string tesseract::MERGE_CLASS_NODE::Label

Definition at line 94 of file commontraining.h.

◆ NumMerged

int tesseract::MERGE_CLASS_NODE::NumMerged[MAX_NUM_PROTOS]

Definition at line 95 of file commontraining.h.


The documentation for this struct was generated from the following file: