Searched refs:CNAdjust (Results 1 – 1 of 1) sorted by relevance
/external/tesseract/classify/ |
D | adaptmatch.cpp | 1973 uinT8 *CNAdjust = new uinT8[MAX_NUM_CLASSES]; in GetBestRatingFor() local 1979 CNFeatures, CNAdjust, &BlobLength); in GetBestRatingFor() 1985 CNAdjust[ClassId], &CNResult, NO_DEBUG); in GetBestRatingFor() 2004 delete[] CNAdjust; in GetBestRatingFor() 2743 uinT8 *CNAdjust = new uinT8[MAX_NUM_CLASSES]; in ShowBestMatchFor() local 2753 CNFeatures, CNAdjust, in ShowBestMatchFor() 2762 CNAdjust[ClassId], &CNResult, NO_DEBUG); in ShowBestMatchFor() 2765 CNResult.Config, CNResult.Rating * 100.0, CNAdjust[ClassId]); in ShowBestMatchFor() 2830 CNAdjust[ClassId], &CNResult, matcher_debug_flags); in ShowBestMatchFor() 2834 delete[] CNAdjust; in ShowBestMatchFor()
|