Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dadaptmatch.cpp1383 float best_certainty = -FLT_MAX; in ConvertMatchesToChoices() local
1409 if (Certainty > best_certainty) { in ConvertMatchesToChoices()
1410 best_certainty = std::min(Certainty, static_cast<float>(classify_adapted_pruning_threshold)); in ConvertMatchesToChoices()
1411 } else if (adapted && Certainty / classify_adapted_pruning_factor < best_certainty) { in ConvertMatchesToChoices()