Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcolpartition.h124 return median_top_; in CLISTIZEH()
309 return (median_top_ + median_bottom_) / 2; in CLISTIZEH()
379 return std::min(median_top_, other.median_top_) - in CLISTIZEH()
395 int height = std::min(median_top_ - median_bottom_, in CLISTIZEH()
396 other.median_top_ - other.median_bottom_); in CLISTIZEH()
830 int median_top_ = 0; in CLISTIZEH() local
H A Dcolpartition.cpp95 median_top_(-INT32_MAX), in ColPartition()
167 part->median_top_ = top; in MakeLinePartition()
516 median_bottom_, median_top_); in OKDiacriticMerge()
945 median_top_ = bounding_box_.top(); in ComputeLimits()
971 median_top_ = static_cast<int>(top_stats.median() + 0.5); in ComputeLimits()
1816 part->median_top_ = median_top_; in ShallowCopy()
2222 std::min(top, median_top_) - std::max(bottom, median_bottom_); in ThisPartitionBetter()
2225 int this_miss = median_top_ - median_bottom_ - this_overlap; in ThisPartitionBetter()
2230 other_overlap, this_miss, other_miss, median_top_, in ThisPartitionBetter()
2231 other.median_top_); in ThisPartitionBetter()
[all …]