19 #ifndef TESSERACT_CLASSIFY_CLUSTTOOL_H_ 20 #define TESSERACT_CLASSIFY_CLUSTTOOL_H_ 51 BOOL8 WriteInsigProtos);
55 #define ILLEGALSAMPLESIZE 5000 56 #define ILLEGALCIRCULARSPEC 5001 57 #define ILLEGALMINMAXSPEC 5002 58 #define ILLEGALSIGNIFICANCESPEC 5003 59 #define ILLEGALSTYLESPEC 5004 60 #define ILLEGALSAMPLECOUNT 5005 61 #define ILLEGALMEANSPEC 5006 62 #define ILLEGALVARIANCESPEC 5007 63 #define ILLEGALDISTRIBUTION 5008 64 #define ILLEGALFLOAT 5009 65 #define ILLEGALESSENTIALSPEC 5013 66 #endif // TESSERACT_CLASSIFY_CLUSTTOOL_H_ void WriteProtoList(FILE *File, uint16_t N, PARAM_DESC ParamDesc[], LIST ProtoList, BOOL8 WriteSigProtos, BOOL8 WriteInsigProtos)
PROTOTYPE * ReadPrototype(tesseract::TFile *fp, uint16_t N)
PROTOSTYLE ReadProtoStyle(const char *style)
void WritePrototype(FILE *File, uint16_t N, PROTOTYPE *Proto)
void WriteNFloats(FILE *File, uint16_t N, FLOAT32 Array[])
void WriteProtoStyle(FILE *File, PROTOSTYLE ProtoStyle)
uint16_t ReadSampleSize(tesseract::TFile *fp)
PARAM_DESC * ReadParamDesc(tesseract::TFile *fp, uint16_t N)
FLOAT32 * ReadNFloats(tesseract::TFile *fp, uint16_t N, FLOAT32 Buffer[])
void WriteParamDesc(FILE *File, uint16_t N, const PARAM_DESC ParamDesc[])