Home
last modified time | relevance | path

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

/external/tesseract/dict/
Dstopper.cpp593 const float Certainties[], in LogNewChoice() argument
622 best_raw_choice_ = NewViableChoice(WordChoice, AdjustFactor, Certainties); in LogNewChoice()
625 FillViableChoice(WordChoice, AdjustFactor, Certainties, true, in LogNewChoice()
630 NewViableChoice(WordChoice, AdjustFactor, Certainties); in LogNewChoice()
663 FillViableChoice(WordChoice, AdjustFactor, Certainties, true, NewChoice); in LogNewChoice()
667 NewChoice = NewViableChoice (WordChoice, AdjustFactor, Certainties); in LogNewChoice()
1154 const float Certainties[]) { in NewViableChoice() argument
1173 FillViableChoice(WordChoice, AdjustFactor, Certainties, false, NewChoice); in NewViableChoice()
1226 FLOAT32 AdjustFactor, const float Certainties[], in FillViableChoice() argument
1260 x++, NewChar++, Certainties++, BlobWidth++) { in FillViableChoice()
[all …]
Ddict.h282 const float Certainties[]);
299 const float Certainties[], bool raw_choice);
308 FLOAT32 AdjustFactor, const float Certainties[],