Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcolpartition.cpp2297 int median_space = MedianSpacing(page_height, it); in SmoothSpacings() local
2338 !OKSpacingBlip(resolution, median_space, neighbourhood, 0)) && in SmoothSpacings()
2341 !OKSpacingBlip(resolution, median_space, neighbourhood, -1) || in SmoothSpacings()
2342 !neighbourhood[PN_LOWER]->SpacingEqual(median_space, resolution)) && in SmoothSpacings()
2345 !OKSpacingBlip(resolution, median_space, neighbourhood, 1) || in SmoothSpacings()
2346 !neighbourhood[PN_UPPER]->SpacingEqual(median_space, resolution)))) { in SmoothSpacings()
2413 median_space = MedianSpacing(page_height, end_it); in SmoothSpacings()