tesseract v5.3.3.20231005
tesseract::NORM_PROTOS Struct Reference

Public Member Functions

 NORM_PROTOS (size_t n)
 

Public Attributes

int NumParams = 0
 
int NumProtos
 
PARAM_DESCParamDesc = nullptr
 
std::vector< LISTProtos
 

Detailed Description

Definition at line 35 of file normmatch.cpp.

Constructor & Destructor Documentation

◆ NORM_PROTOS()

tesseract::NORM_PROTOS::NORM_PROTOS ( size_t  n)
inline

Definition at line 36 of file normmatch.cpp.

36 : NumProtos(n), Protos(n) {
37 }
std::vector< LIST > Protos
Definition: normmatch.cpp:41

Member Data Documentation

◆ NumParams

int tesseract::NORM_PROTOS::NumParams = 0

Definition at line 38 of file normmatch.cpp.

◆ NumProtos

int tesseract::NORM_PROTOS::NumProtos

Definition at line 39 of file normmatch.cpp.

◆ ParamDesc

PARAM_DESC* tesseract::NORM_PROTOS::ParamDesc = nullptr

Definition at line 40 of file normmatch.cpp.

◆ Protos

std::vector<LIST> tesseract::NORM_PROTOS::Protos

Definition at line 41 of file normmatch.cpp.


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