Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcolpartition.cpp45 PN_UPPER, enumerator
2301 if (i < PN_UPPER || it.cycled_list()) { in SmoothSpacings()
2311 while (neighbourhood[PN_UPPER] != nullptr) { in SmoothSpacings()
2334 (!neighbourhood[PN_UPPER]->SpacingsEqual(*neighbourhood[PN_LOWER], in SmoothSpacings()
2336 (neighbourhood[PN_UPPER] == nullptr || in SmoothSpacings()
2339 (neighbourhood[PN_UPPER - 1] == nullptr || in SmoothSpacings()
2343 (neighbourhood[PN_UPPER + 1] == nullptr || in SmoothSpacings()
2346 !neighbourhood[PN_UPPER]->SpacingEqual(median_space, resolution)))) { in SmoothSpacings()
2350 ColPartition *last_part = neighbourhood[PN_UPPER]; in SmoothSpacings()
2437 return parts[PN_UPPER]->SummedSpacingOK(*parts[PN_LOWER], median_spacing, in OKSpacingBlip()