Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dblobbox.cpp392 int thr_height = 0; in ComputeEdgeOffsets() local
396 thr_height = pixGetHeight(thresholds); in ComputeEdgeOffsets()
397 scale_factor = IntCastRounded(static_cast<double>(grey_height) / thr_height); in ComputeEdgeOffsets()
409 pixGetPixel(thresholds, pt.x / scale_factor, thr_height - 1 - pt.y / scale_factor, in ComputeEdgeOffsets()