Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dblkocc.cpp171 inT32 asc_occ; in test_underline() local
202 asc_occ = 0; in test_underline()
204 if (occ >= blob_box.bottom () && projection.pile_count (occ) > asc_occ) in test_underline()
205 asc_occ = projection.pile_count (occ); in test_underline()
207 tprintf ("%d %d %d\n", desc_occ, x_occ, asc_occ); in test_underline()
209 if (desc_occ == 0 && x_occ == 0 && asc_occ == 0) { in test_underline()
217 if (asc_occ > x_occ + x_occ in test_underline()
218 && asc_occ > blob_width * textord_underline_threshold) in test_underline()