Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dcolfind.cpp1617 int neighbour_top = neighbour->median_top(); in FindPartitionPartners() local
1618 int neighbour_y = (neighbour_bottom + neighbour_top) / 2; in FindPartitionPartners()
1628 int dist = upper ? neighbour_bottom - top : bottom - neighbour_top; in FindPartitionPartners()
1692 int neighbour_top = test_part->median_top(); in AddToTempPartList() local
1693 int neighbour_y = (neighbour_bottom + neighbour_top) / 2; in AddToTempPartList()