Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dcolpartition.cpp1181 int other_overlap = MIN(top, other.median_top_) - in ThisPartitionBetter() local
1184 int other_miss = other.median_top_ - other.median_bottom_ - other_overlap; in ThisPartitionBetter()
1188 this_overlap, other_overlap, this_miss, other_miss, in ThisPartitionBetter()
1195 if (this_overlap > other_overlap) in ThisPartitionBetter()
1197 if (this_overlap < other_overlap) in ThisPartitionBetter()