Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp806 STATS pitch_stats(0, maxwidth); in find_row_pitch() local
826 dm_pitch_iqr = pitch_stats.ile(0.75) - pitch_stats.ile(0.25); in find_row_pitch()
827 dm_pitch = pitch_stats.ile(0.5); in find_row_pitch()
830 pitch_stats.clear(); in find_row_pitch()
836 pitch_iqr = pitch_stats.ile(0.75) - pitch_stats.ile(0.25); in find_row_pitch()
843 initial_pitch = pitch_stats.ile(0.5); in find_row_pitch()
848 pitch_iqr = pitch_stats.ile(0.75) - pitch_stats.ile(0.25); in find_row_pitch()
855 initial_pitch = pitch_stats.ile(0.5); in find_row_pitch()
880 pitch_iqr = pitch_stats.ile(0.75) - pitch_stats.ile(0.25); in find_row_pitch()
881 pitch = pitch_stats.ile(0.5); in find_row_pitch()
[all …]
H A Dtopitch.h103 STATS *pitch_stats, // centre-centre stats