Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp159 float sp_sd; // space deviation in fix_row_pitch() local
397 float sp_sd; // space sd in try_doc_fixed() local
940 float sp_sd = 0.0f; // space sd in fixed_pitch_row() local
958 (row->used_dm_model || sp_sd > 20 || (pitch_sd == 0 && sp_sd > 10))))) { in fixed_pitch_row()
1116 float sp_sd; // space sd in tune_row_pitch() local
1147 best_sp_sd = sp_sd; in tune_row_pitch()
1169 best_sp_sd = sp_sd; in tune_row_pitch()
1297 float &sp_sd, // space sd in compute_pitch_sd() argument
1331 sp_sd = occupation; in compute_pitch_sd()
1436 sp_sd = sp_count > 0 ? sqrt(spsum / sp_count) : 0; in compute_pitch_sd()
[all …]
H A Dtopitch.h141 float &sp_sd, // space sd
/dports/biology/py-biom-format/biom-format-2.1.10/biom/tests/
H A Dtest_table.py3080 sp_sd = {(0, 0): 0, (0, 1): 0, (1, 0): 1, (1, 1): 1}
3081 exp = Table(sp_sd, ['1', '2'], ['a', 'b'])
3090 sp_sd = {(0, 0): 0, (0, 1): 1, (1, 0): 1, (1, 1): 1}
3091 exp = Table(sp_sd, ['1', '2'], ['a', 'b'])