tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
ADAPT_RESULTS Struct Reference
Collaboration diagram for ADAPT_RESULTS:

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< UnicharRatingmatch
 
GenericVector< CP_RESULT_STRUCTCPResults
 

Member Function Documentation

◆ ComputeBest()

void ADAPT_RESULTS::ComputeBest ( )
inline

◆ Initialize()

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).

Member Data Documentation

◆ best_match_index

int ADAPT_RESULTS::best_match_index

◆ best_rating

float ADAPT_RESULTS::best_rating

◆ best_unichar_id

UNICHAR_ID ADAPT_RESULTS::best_unichar_id

◆ BlobLength

int32_t ADAPT_RESULTS::BlobLength

◆ CPResults

GenericVector<CP_RESULT_STRUCT> ADAPT_RESULTS::CPResults

◆ HasNonfragment

bool ADAPT_RESULTS::HasNonfragment

◆ match

GenericVector<UnicharRating> ADAPT_RESULTS::match

The documentation for this struct was generated from the following file: