Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dtopitch.cpp1411 double sp_var; //space error in compute_pitch_sd() local
1487 sp_var = seg_it.data ()->position () - prev_right; in compute_pitch_sd()
1488 sp_var -= floor (sp_var / initial_pitch + 0.5) * initial_pitch; in compute_pitch_sd()
1489 sp_var *= sp_var; in compute_pitch_sd()
1490 spsum += sp_var; in compute_pitch_sd()
1658 double sp_var; //space error in print_pitch_sd() local
1695 sp_var = seg_it.data ()->position () - prev_right; in print_pitch_sd()
1696 sp_var -= floor (sp_var / initial_pitch + 0.5) * initial_pitch; in print_pitch_sd()
1697 sp_var *= sp_var; in print_pitch_sd()
1698 spsum += sp_var; in print_pitch_sd()