Home
last modified time | relevance | path

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

/external/tesseract/ccmain/
Dfixxht.cpp147 STATS caps_ht (0, 300); //confirmed pts in wd in re_estimate_x_ht() local
199 caps_ht.add (blob_ht_above_baseline, 1); in re_estimate_x_ht()
220 caps_ht.add (blob_ht_above_baseline, 1); in re_estimate_x_ht()
226 est_caps_ht = estimate_from_stats (caps_ht); in re_estimate_x_ht()
271 improve_estimate(word_res, est_x_ht, est_caps_ht, x_ht, caps_ht); in re_estimate_x_ht()
272 est_caps_ht_certain = caps_ht.get_total () > 0; in re_estimate_x_ht()
287 improve_estimate(word_res, est_x_ht, est_caps_ht, x_ht, caps_ht); in re_estimate_x_ht()
318 if ((caps_ht.get_total () > 0) && in re_estimate_x_ht()
319 (est_x_ht + x_ht_ok_variation >= caps_ht.ile (0.0001))) { in re_estimate_x_ht()
515 float caps_ht; in check_block_occ() local
[all …]
Dfixxht.h75 float caps_ht,
82 STATS &caps_ht);