Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dtopitch.cpp1078 inT32 width_units; //no of widths in blob in count_pitch_stats() local
1103 width_units = in count_pitch_stats()
1105 if (width_units < 1) in count_pitch_stats()
1106 width_units = 1; in count_pitch_stats()
1107 width_units--; in count_pitch_stats()
1111 width_units = width < 1 + words_default_fixed_limit in count_pitch_stats()
1115 width_units = 0; //everything in in count_pitch_stats()
1118 width_units * initial_pitch) / 2); in count_pitch_stats()
1119 if (prev_valid && width_units >= 0) { in count_pitch_stats()
1128 prev_centre = (inT32) (x_centre + width_units * initial_pitch); in count_pitch_stats()
[all …]