tesseract
3.03
|
Public Member Functions | |
void | Initialize () |
Public Attributes | |
inT32 | BlobLength |
bool | HasNonfragment |
GenericVector< ScoredClass > | match |
ScoredClass | best_match |
GenericVector< CP_RESULT_STRUCT > | CPResults |
Definition at line 88 of file adaptmatch.cpp.
void ADAPT_RESULTS::Initialize | ( | ) | [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 97 of file adaptmatch.cpp.
{ BlobLength = MAX_INT32; HasNonfragment = false; best_match.unichar_id = NO_CLASS; best_match.shape_id = -1; best_match.rating = WORST_POSSIBLE_RATING; best_match.adapted = false; best_match.config = 0; best_match.fontinfo_id = kBlankFontinfoId; best_match.fontinfo_id2 = kBlankFontinfoId; }
Definition at line 92 of file adaptmatch.cpp.
Definition at line 89 of file adaptmatch.cpp.
Definition at line 93 of file adaptmatch.cpp.
Definition at line 90 of file adaptmatch.cpp.
Definition at line 91 of file adaptmatch.cpp.