Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dcolpartition.cpp729 side_steps.median(), part->top_spacing(), part->bottom_spacing()); in LineSpacingBlocks()
758 part->top_spacing(), part->bottom_spacing(), in LineSpacingBlocks()
759 next_part->top_spacing(), next_part->bottom_spacing(), in LineSpacingBlocks()
1212 stats.add(part->top_spacing(), 1); in MedianSpacing()
1290 total_top += upper->top_spacing(); in SmoothSpacings()
1297 int top_spacing = static_cast<int>(total_top / total_count + 0.5); in SmoothSpacings() local
1310 neighbourhood[i]->top_spacing(), in SmoothSpacings()
1315 tprintf("Mean spacing = %d/%d\n", top_spacing, bottom_spacing); in SmoothSpacings()
1320 upper->set_top_spacing(top_spacing); in SmoothSpacings()
Dcolpartition.h154 int top_spacing() const { in CLISTIZEH()