Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Dheuristic.cpp311 FLOAT32 squat = width_rec->widths[2*x]; in width_priority() local
313 squat /= normalizing_height; in width_priority()
316 penalty += fp_width_cost(squat, x == 0 || x == width_rec->num_chars -1); in width_priority()
318 if (width_rec->num_chars == 1 && squat > MAX_SQUAT) in width_priority()
322 if (squat > heuristic_max_char_wh_ratio) in width_priority()
323 penalty += squat - heuristic_max_char_wh_ratio; in width_priority()