|
Tesseract
3.02
|
Public Member Functions | |
| void | Initialize () |
Public Attributes | |
| inT32 | BlobLength |
| int | NumMatches |
| bool | HasNonfragment |
| ScoredClass | match [MAX_NUM_CLASSES] |
| ScoredClass | best_match |
| CLASS_PRUNER_RESULTS | CPResults |
Definition at line 91 of file adaptmatch.cpp.
|
inline |
Initializes data members to the default values. Sets the initial rating of each class to be the worst possible rating (1.0).
Definition at line 101 of file adaptmatch.cpp.
| ScoredClass ADAPT_RESULTS::best_match |
Definition at line 96 of file adaptmatch.cpp.
| inT32 ADAPT_RESULTS::BlobLength |
Definition at line 92 of file adaptmatch.cpp.
| CLASS_PRUNER_RESULTS ADAPT_RESULTS::CPResults |
Definition at line 97 of file adaptmatch.cpp.
| bool ADAPT_RESULTS::HasNonfragment |
Definition at line 94 of file adaptmatch.cpp.
| ScoredClass ADAPT_RESULTS::match[MAX_NUM_CLASSES] |
Definition at line 95 of file adaptmatch.cpp.
| int ADAPT_RESULTS::NumMatches |
Definition at line 93 of file adaptmatch.cpp.