Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/include/tesseract/
H A Dpublictypes.h45 constexpr int kResolutionEstimationFactor = 10; variable
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dpagesegmain.cpp322 int res = IntCastRounded(to_block->line_size * kResolutionEstimationFactor); in SetupPageSegAndDetectOrientation()