Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/opencl/
H A Dopenclwrapper.cpp1837 int horLinePos = lineWidth + rand() % (height - 2 * lineWidth); in populateTessScoreEvaluationInputData() local
1840 for (int col = horLinePos - lineWidth / 2; col < horLinePos + lineWidth / 2; in populateTessScoreEvaluationInputData()