Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dstrokewidth.cpp917 int min_decent_overlap = (dir == BND_LEFT || dir == BND_RIGHT) ? height / 3 : width / 3; in FindGoodNeighbour() local
919 min_good_overlap = min_decent_overlap = 1; in FindGoodNeighbour()
1032 if (perp_overlap < min_decent_overlap) { in FindGoodNeighbour()