Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/training/common/
H A Dmastertrainer.cpp302 ClusterShapes(kMinClusteredShapes, 1, kFontMergeDistance, &shapes); in SetupMasterShapes()
316 ClusterShapes(kMinClusteredShapes, kMaxUnicharsPerCluster, kFontMergeDistance, in SetupMasterShapes()
319 ClusterShapes(kMinClusteredShapes, kMaxUnicharsPerCluster, kFontMergeDistance, in SetupMasterShapes()
322 ClusterShapes(kMinClusteredShapes, kMaxUnicharsPerCluster, kFontMergeDistance, in SetupMasterShapes()
969 void MasterTrainer::ClusterShapes(int min_shapes, int max_shape_unichars, in ClusterShapes() function in tesseract::MasterTrainer
H A Dmastertrainer.h245 void ClusterShapes(int min_shapes, int max_shape_unichars, float max_dist,