Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp800 float dm_pitch_iqr; in find_row_pitch() local
822 dm_pitch_iqr = maxwidth * 2.0f; in find_row_pitch()
826 dm_pitch_iqr = pitch_stats.ile(0.75) - pitch_stats.ile(0.25); in find_row_pitch()
860 row_index, 'X', pitch_iqr, gap_iqr, dm_pitch_iqr, dm_gap_iqr, in find_row_pitch()
861 pitch_iqr > maxwidth && dm_pitch_iqr > maxwidth in find_row_pitch()
863 : (pitch_iqr * dm_gap_iqr <= dm_pitch_iqr * gap_iqr ? 'S' : 'M')); in find_row_pitch()
865 if (pitch_iqr > maxwidth && dm_pitch_iqr > maxwidth) { in find_row_pitch()
872 if (pitch_iqr * dm_gap_iqr <= dm_pitch_iqr * gap_iqr) { in find_row_pitch()
877 pitch_iqr, gap_iqr, dm_pitch_iqr, dm_gap_iqr); in find_row_pitch()
888 pitch_iqr, gap_iqr, dm_pitch_iqr, dm_gap_iqr); in find_row_pitch()
[all …]