Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dwordseg.cpp44 #define BLOCK_STATS_CLUSTERS 10 macro
346 float gaps[BLOCK_STATS_CLUSTERS]; in row_words2()
347 STATS cluster_stats[BLOCK_STATS_CLUSTERS + 1]; in row_words2()
401 BLOCK_STATS_CLUSTERS, cluster_stats); in row_words2()
402 } while (cluster_count > prev_count && cluster_count < BLOCK_STATS_CLUSTERS); in row_words2()
H A Dtopitch.cpp52 #define BLOCK_STATS_CLUSTERS 10 macro
663 float gaps[BLOCK_STATS_CLUSTERS]; in row_pitch_stats()
667 STATS cluster_stats[BLOCK_STATS_CLUSTERS + 1]; in row_pitch_stats()
696 BLOCK_STATS_CLUSTERS, cluster_stats); in row_pitch_stats()
697 } while (cluster_count > prev_count && cluster_count < BLOCK_STATS_CLUSTERS); in row_pitch_stats()