Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp161 STATS like_stats; // pitches in page in fix_row_pitch() local
167 like_stats.set_range(0, maxwidth); in fix_row_pitch()
204 like_stats.add(static_cast<int32_t>(row->fixed_pitch), textord_words_veto_power); in fix_row_pitch()
208 like_stats.add(static_cast<int32_t>(row->fixed_pitch), 1); in fix_row_pitch()
237 bad_row->fixed_pitch = like_stats.ile(0.5); in fix_row_pitch()
259 bad_row->fixed_pitch = like_stats.ile(0.5); in fix_row_pitch()