tesseract v5.3.3.20231005
clusttool.cpp File Reference
#include "clusttool.h"
#include <cmath>
#include <locale>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  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)
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 18 of file clusttool.cpp.

◆ MAXSAMPLESIZE

#define MAXSAMPLESIZE   65535

max num of dimensions in feature space

Definition at line 31 of file clusttool.cpp.

◆ QUOTED_TOKENSIZE

#define QUOTED_TOKENSIZE   "79"

Definition at line 30 of file clusttool.cpp.

◆ TOKENSIZE

#define TOKENSIZE   80

max size of tokens read from an input file

Definition at line 29 of file clusttool.cpp.