|
tesseract
5.0.0
|
Go to the source code of this file.
Namespaces | |
| tesseract | |
Macros | |
| #define | _USE_MATH_DEFINES |
| #define | TOKENSIZE 80 |
| max size of tokens read from an input file More... | |
| #define | QUOTED_TOKENSIZE "79" |
| #define | MAXSAMPLESIZE 65535 |
| max num of dimensions in feature space More... | |
Functions | |
| uint16_t | tesseract::ReadSampleSize (TFile *fp) |
| PARAM_DESC * | tesseract::ReadParamDesc (TFile *fp, uint16_t N) |
| PROTOTYPE * | tesseract::ReadPrototype (TFile *fp, uint16_t N) |
| void | tesseract::WriteParamDesc (FILE *File, uint16_t N, const PARAM_DESC ParamDesc[]) |
| void | tesseract::WritePrototype (FILE *File, uint16_t N, PROTOTYPE *Proto) |
| #define _USE_MATH_DEFINES |
Definition at line 18 of file clusttool.cpp.
| #define MAXSAMPLESIZE 65535 |
max num of dimensions in feature space
Definition at line 31 of file clusttool.cpp.
| #define QUOTED_TOKENSIZE "79" |
Definition at line 30 of file clusttool.cpp.
| #define TOKENSIZE 80 |
max size of tokens read from an input file
Definition at line 29 of file clusttool.cpp.