|
tesseract
4.1.1
|
Public Member Functions | |
| void | Initialize () |
| void | ComputeBest () |
Public Attributes | |
| int32_t | BlobLength |
| bool | HasNonfragment |
| UNICHAR_ID | best_unichar_id |
| int | best_match_index |
| float | best_rating |
| GenericVector< UnicharRating > | match |
| GenericVector< CP_RESULT_STRUCT > | CPResults |
Definition at line 91 of file adaptmatch.cpp.
|
inline |
Definition at line 108 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 102 of file adaptmatch.cpp.
| int ADAPT_RESULTS::best_match_index |
Definition at line 95 of file adaptmatch.cpp.
| float ADAPT_RESULTS::best_rating |
Definition at line 96 of file adaptmatch.cpp.
| UNICHAR_ID ADAPT_RESULTS::best_unichar_id |
Definition at line 94 of file adaptmatch.cpp.
| int32_t ADAPT_RESULTS::BlobLength |
Definition at line 92 of file adaptmatch.cpp.
| GenericVector<CP_RESULT_STRUCT> ADAPT_RESULTS::CPResults |
Definition at line 98 of file adaptmatch.cpp.
| bool ADAPT_RESULTS::HasNonfragment |
Definition at line 93 of file adaptmatch.cpp.
| GenericVector<UnicharRating> ADAPT_RESULTS::match |
Definition at line 97 of file adaptmatch.cpp.