Home
last modified time | relevance | path

Searched refs:ProtoSetIndex (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dintmatcher.cpp760 int ProtoSetIndex; in UpdateTablesForFeature() local
773 for (ProtoSetIndex = 0, ActualProtoNum = 0; ProtoSetIndex < ClassTemplate->NumProtoSets; in UpdateTablesForFeature()
774 ProtoSetIndex++) { in UpdateTablesForFeature()
775 ProtoSet = ClassTemplate->ProtoSets[ProtoSetIndex]; in UpdateTablesForFeature()
891 int ProtoSetIndex; in DebugFeatureProtoError() local
914 for (ProtoSetIndex = 0; ProtoSetIndex < ClassTemplate->NumProtoSets; ProtoSetIndex++) { in DebugFeatureProtoError()
935 for (ProtoSetIndex = 0; ProtoSetIndex < ClassTemplate->NumProtoSets; ProtoSetIndex++) { in DebugFeatureProtoError()
996 int ProtoSetIndex; in DisplayProtoDebugInfo() local
1004 for (ProtoSetIndex = 0; ProtoSetIndex < ClassTemplate->NumProtoSets; ProtoSetIndex++) { in DisplayProtoDebugInfo()
1075 int ProtoSetIndex; in UpdateSumOfProtoEvidences() local
[all …]
H A Dintproto.cpp1537 int ProtoSetIndex; in RenderIntProto() local
1552 ProtoSetIndex = IndexForProto(ProtoId); in RenderIntProto()
1553 Proto = &(ProtoSet->Protos[ProtoSetIndex]); in RenderIntProto()