Home
last modified time | relevance | path

Searched refs:CNResult (Results 1 – 1 of 1) sorted by relevance

/external/tesseract/classify/
Dadaptmatch.cpp1965 INT_RESULT_STRUCT CNResult, BLResult; in GetBestRatingFor() local
1968 CNResult.Rating = BLResult.Rating = 1.0; in GetBestRatingFor()
1985 CNAdjust[ClassId], &CNResult, NO_DEBUG); in GetBestRatingFor()
2007 return (MIN (BLResult.Rating, CNResult.Rating)); in GetBestRatingFor()
2729 INT_RESULT_STRUCT CNResult, BLResult; in ShowBestMatchFor() local
2736 CNResult.Rating = BLResult.Rating = 2.0; in ShowBestMatchFor()
2762 CNAdjust[ClassId], &CNResult, NO_DEBUG); in ShowBestMatchFor()
2765 CNResult.Config, CNResult.Rating * 100.0, CNAdjust[ClassId]); in ShowBestMatchFor()
2802 if (BLResult.Rating < CNResult.Rating) { in ShowBestMatchFor()
2823 ConfigMask = 1 << CNResult.Config; in ShowBestMatchFor()
[all …]