Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp798 float pitch_iqr; in find_row_pitch() local
833 pitch_iqr = maxwidth * 3.0f; in find_row_pitch()
861 pitch_iqr > maxwidth && dm_pitch_iqr > maxwidth 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()
891 pitch_iqr = dm_pitch_iqr; in find_row_pitch()
897 tprintf("p_iqr/g=%g:p_iqr/x=%g:iqr_res=%c:", pitch_iqr / gap_iqr, pitch_iqr / block->xheight, in find_row_pitch()
898 pitch_iqr < gap_iqr * textord_fpiqr_ratio && in find_row_pitch()
[all …]