Searched refs:AdaptiveOn (Results 1 – 2 of 2) sorted by relevance
/external/tesseract/classify/ |
D | adaptmatch.cpp | 224 BOOL8 AdaptiveOn, 1632 BOOL8 AdaptiveOn = TRUE; in DebugAdaptiveClassifier() local 1638 ShowBestMatchFor(Blob, LineStats, LastClass, AdaptiveOn, PreTrainedOn); in DebugAdaptiveClassifier() 1645 AdaptiveOn = TRUE; in DebugAdaptiveClassifier() 1651 AdaptiveOn = FALSE; in DebugAdaptiveClassifier() 1657 AdaptiveOn = TRUE; in DebugAdaptiveClassifier() 1672 ShowBestMatchFor(Blob, LineStats, LastClass, AdaptiveOn, PreTrainedOn); in DebugAdaptiveClassifier() 2697 BOOL8 AdaptiveOn, in ShowBestMatchFor() argument 2770 if (AdaptiveOn) { in ShowBestMatchFor()
|
D | classify.h | 130 BOOL8 AdaptiveOn,
|