Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dtabfind.cpp1233 int n_height = n_top_y - n_bottom_y; in AdjacentBlob() local
1234 if (v_overlap > kCharVerticalOverlapFraction * MIN(height, n_height) && in AdjacentBlob()
1235 !DifferentSizes(height, n_height)) { in AdjacentBlob()