Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dtordmain.cpp234 STATS v_stats(0, height + 1); in SetBlobStrokeWidth() local
248 v_stats.add(pixel * 2 - 1, 1); in SetBlobStrokeWidth()
252 v_stats.add(pixel * 2, 1); in SetBlobStrokeWidth()
260 v_stats.print(stderr, true); in SetBlobStrokeWidth()
272 h_stats.get_total(), v_stats.get_total(), (width+height) /4); in SetBlobStrokeWidth()
277 v_stats.median(), v_stats.ile(0.25f), v_stats.ile(0.75f), in SetBlobStrokeWidth()
278 v_stats.sd()); in SetBlobStrokeWidth()
283 if (v_stats.get_total() >= (width + height) / 4) in SetBlobStrokeWidth()
284 blob->set_vert_stroke_width(v_stats.ile(0.5f)); in SetBlobStrokeWidth()
288 if (v_stats.get_total() >= (width + height) / 4 || in SetBlobStrokeWidth()
[all …]