|
Tesseract 3.01
|
#include <intmatcher.h>
Public Member Functions | |
| void | Clear (const INT_CLASS class_template) |
| void | ClearFeatureEvidence (const INT_CLASS class_template) |
| void | NormalizeSums (INT_CLASS ClassTemplate, inT16 NumFeatures, inT32 used_features) |
| void | UpdateSumOfProtoEvidences (INT_CLASS ClassTemplate, BIT_VECTOR ConfigMask, inT16 NumFeatures) |
Public Attributes | |
| uinT8 | feature_evidence_ [MAX_NUM_CONFIGS] |
| int | sum_feature_evidence_ [MAX_NUM_CONFIGS] |
| uinT8 | proto_evidence_ [MAX_NUM_PROTOS][MAX_PROTO_INDEX] |
| void ScratchEvidence::Clear | ( | const INT_CLASS | class_template | ) |
---------------------------------------------------------------------------- Private Code ----------------------------------------------------------------------------
| void ScratchEvidence::ClearFeatureEvidence | ( | const INT_CLASS | class_template | ) |
| void ScratchEvidence::NormalizeSums | ( | INT_CLASS | ClassTemplate, |
| inT16 | NumFeatures, | ||
| inT32 | used_features | ||
| ) |
| void ScratchEvidence::UpdateSumOfProtoEvidences | ( | INT_CLASS | ClassTemplate, |
| BIT_VECTOR | ConfigMask, | ||
| inT16 | NumFeatures | ||
| ) |
| uinT8 ScratchEvidence::feature_evidence_[MAX_NUM_CONFIGS] |
| uinT8 ScratchEvidence::proto_evidence_[MAX_NUM_PROTOS][MAX_PROTO_INDEX] |
| int ScratchEvidence::sum_feature_evidence_[MAX_NUM_CONFIGS] |