Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dtablefind.cpp263 int x_margin = 20; in ConsecutiveBoxes() local
265 return (abs(b1.left() - b2.left()) < x_margin) && in ConsecutiveBoxes()
266 (abs(b1.right() - b2.right()) < x_margin) && in ConsecutiveBoxes()