Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dcolpartition.cpp697 int page_height = tright.y() - bleft.y(); in LineSpacingBlocks() local
723 part->set_bottom_spacing(page_height); in LineSpacingBlocks()
724 part->set_top_spacing(page_height); in LineSpacingBlocks()
736 SmoothSpacings(resolution, page_height, block_parts); in LineSpacingBlocks()
1206 static int MedianSpacing(int page_height, ColPartition_IT it) { in MedianSpacing() argument
1207 STATS stats(0, page_height); in MedianSpacing()
1220 void ColPartition::SmoothSpacings(int resolution, int page_height, in SmoothSpacings() argument
1236 int median_space = MedianSpacing(page_height, it); in SmoothSpacings()
1334 median_space = MedianSpacing(page_height, end_it); in SmoothSpacings()
Dtablefind.cpp757 int page_height = tright().y() - bleft().y(); in GetTableRegions() local
758 ASSERT_HOST(page_height > 0); in GetTableRegions()
760 bool* table_region = new bool[page_height]; in GetTableRegions()
764 for (int i = 0; i < page_height; i++) { in GetTableRegions()
785 for (int i = 1; i < page_height; i++) { in GetTableRegions()
Dcolpartition.h460 static void SmoothSpacings(int resolution, int page_height, in CLISTIZEH()