|
tesseract
4.00.00dev
|
Public Member Functions | |
| void | Initialize () |
| void | ComputeBest () |
Public Attributes | |
| inT32 | BlobLength |
| bool | HasNonfragment |
| UNICHAR_ID | best_unichar_id |
| int | best_match_index |
| FLOAT32 | best_rating |
| GenericVector< UnicharRating > | match |
| GenericVector< CP_RESULT_STRUCT > | CPResults |
Definition at line 82 of file adaptmatch.cpp.
|
inline |
Definition at line 99 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 93 of file adaptmatch.cpp.
| int ADAPT_RESULTS::best_match_index |
Definition at line 86 of file adaptmatch.cpp.
| FLOAT32 ADAPT_RESULTS::best_rating |
Definition at line 87 of file adaptmatch.cpp.
| UNICHAR_ID ADAPT_RESULTS::best_unichar_id |
Definition at line 85 of file adaptmatch.cpp.
| inT32 ADAPT_RESULTS::BlobLength |
Definition at line 83 of file adaptmatch.cpp.
| GenericVector<CP_RESULT_STRUCT> ADAPT_RESULTS::CPResults |
Definition at line 89 of file adaptmatch.cpp.
| bool ADAPT_RESULTS::HasNonfragment |
Definition at line 84 of file adaptmatch.cpp.
| GenericVector<UnicharRating> ADAPT_RESULTS::match |
Definition at line 88 of file adaptmatch.cpp.