Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/training/common/
H A Dmastertrainer.h185 return master_shapes_; in master_shapes()
258 ShapeTable master_shapes_; variable
H A Dmastertrainer.cpp95 if (!master_shapes_.Serialize(fp)) { in Serialize()
324 master_shapes_.AppendMasterShapes(char_shapes, nullptr); in SetupMasterShapes()
325 tprintf("Master shape_table:%s\n", master_shapes_.SummaryStr().c_str()); in SetupMasterShapes()