Home
last modified time | relevance | path

Searched refs:bottom_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()
764 int spacing_diff = next_part->bottom_spacing() - part->bottom_spacing(); in LineSpacingBlocks()
810 int line_spacing = part->bottom_spacing(); in MakeBlock()
1211 stats.add(part->bottom_spacing(), 1); in MedianSpacing()
1289 total_bottom += upper->bottom_spacing(); in SmoothSpacings()
1298 int bottom_spacing = static_cast<int>(total_bottom / total_count + 0.5); in SmoothSpacings() local
1311 neighbourhood[i]->bottom_spacing()); in SmoothSpacings()
1315 tprintf("Mean spacing = %d/%d\n", top_spacing, bottom_spacing); in SmoothSpacings()
[all …]
Dcolpartition.h148 int bottom_spacing() const { in CLISTIZEH()