Searched refs:INT_CLASS (Results 1 – 7 of 7) sorted by relevance
/external/tesseract/classify/ |
D | intmatcher.h | 81 void IntegerMatcher(INT_CLASS ClassTemplate, 91 int FindGoodProtos(INT_CLASS ClassTemplate, 100 int FindBadFeatures(INT_CLASS ClassTemplate, 124 void IMClearTables (INT_CLASS ClassTemplate, 141 int IMUpdateTablesForFeature (INT_CLASS ClassTemplate, 153 void IMDebugFeatureProtoError (INT_CLASS ClassTemplate, 161 void IMDisplayProtoDebugInfo (INT_CLASS ClassTemplate, 168 void IMDisplayFeatureDebugInfo(INT_CLASS ClassTemplate, 176 void IMUpdateSumOfProtoEvidences (INT_CLASS ClassTemplate, 183 void IMNormalizeSumOfEvidences (INT_CLASS ClassTemplate, [all …]
|
D | intproto.h | 143 INT_CLASS_STRUCT, *INT_CLASS; typedef 149 INT_CLASS Class[MAX_NUM_CLASSES]; 222 void AddIntClass(INT_TEMPLATES Templates, CLASS_ID ClassId, INT_CLASS Class); 224 int AddIntConfig(INT_CLASS Class); 226 int AddIntProto(INT_CLASS Class); 232 void AddProtoToProtoPruner(PROTO Proto, int ProtoId, INT_CLASS Class); 240 void ConvertConfig(BIT_VECTOR Config, int ConfigId, INT_CLASS Class); 242 void ConvertProto(PROTO Proto, int ProtoId, INT_CLASS Class); 246 void DisplayIntProto(INT_CLASS Class, PROTO_ID ProtoId, FLOAT32 Evidence); 248 INT_CLASS NewIntClass(int MaxNumProtos, int MaxNumConfigs);
|
D | intmatcher.cpp | 401 void IntegerMatcher(INT_CLASS ClassTemplate, in IntegerMatcher() 512 int FindGoodProtos(INT_CLASS ClassTemplate, in FindGoodProtos() 607 int FindBadFeatures(INT_CLASS ClassTemplate, in FindBadFeatures() 786 IMClearTables (INT_CLASS ClassTemplate, in IMClearTables() 887 IMUpdateTablesForFeature (INT_CLASS ClassTemplate, in IMUpdateTablesForFeature() 1056 IMDebugFeatureProtoError (INT_CLASS ClassTemplate, in IMDebugFeatureProtoError() 1194 IMDisplayProtoDebugInfo (INT_CLASS ClassTemplate, in IMDisplayProtoDebugInfo() 1256 void IMDisplayFeatureDebugInfo(INT_CLASS ClassTemplate, in IMDisplayFeatureDebugInfo() 1308 IMUpdateSumOfProtoEvidences (INT_CLASS ClassTemplate, in IMUpdateSumOfProtoEvidences() 1366 IMNormalizeSumOfEvidences (INT_CLASS ClassTemplate, in IMNormalizeSumOfEvidences() [all …]
|
D | intproto.cpp | 163 INT_CLASS Class, 205 void AddIntClass(INT_TEMPLATES Templates, CLASS_ID ClassId, INT_CLASS Class) { in AddIntClass() 245 int AddIntConfig(INT_CLASS Class) { in AddIntConfig() 267 int AddIntProto(INT_CLASS Class) { in AddIntProto() 360 void AddProtoToProtoPruner(PROTO Proto, int ProtoId, INT_CLASS Class) { in AddProtoToProtoPruner() 494 void ConvertConfig(BIT_VECTOR Config, int ConfigId, INT_CLASS Class) { in ConvertConfig() 527 void ConvertProto(PROTO Proto, int ProtoId, INT_CLASS Class) { in ConvertProto() 588 INT_CLASS IClass; in CreateIntTemplates() 661 void DisplayIntProto(INT_CLASS Class, PROTO_ID ProtoId, FLOAT32 Evidence) { in DisplayIntProto() 686 INT_CLASS NewIntClass(int MaxNumProtos, int MaxNumConfigs) { in NewIntClass() [all …]
|
D | adaptive.cpp | 52 INT_CLASS IntClass; in AddAdaptedClass() 258 INT_CLASS IClass; in PrintAdaptedTemplates()
|
D | adaptmatch.cpp | 199 INT_CLASS IClass, 838 INT_CLASS IClass; in InitAdaptedClass() 1015 INT_CLASS IClass; in AdaptToChar() 2217 INT_CLASS IClass; in MakeNewTemporaryConfig() 2288 INT_CLASS IClass, in MakeNewTempProtos()
|
/external/tesseract/training/ |
D | mftraining.cpp | 621 INT_CLASS Class = ClassForClassId (Templates, i); in WritePFFMTable()
|