Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/training/common/
H A Dmastertrainer.cpp430 int total_xheight = 0; in LoadXHeights() local
444 total_xheight += xht; in LoadXHeights()
452 int mean_xheight = DivRounded(total_xheight, xheight_count); in LoadXHeights()