MCPcopy Create free account
hub / github.com/creatale/node-dv / GetShapeTable

Method GetShapeTable

deps/tesseract/classify/tessclassifier.cpp:54–56  ·  view source on GitHub ↗

Provides access to the ShapeTable that this classifier works with.

Source from the content-addressed store, hash-verified

52
53// Provides access to the ShapeTable that this classifier works with.
54const ShapeTable* TessClassifier::GetShapeTable() const {
55 return classify_->shape_table();
56}
57// Provides access to the UNICHARSET that this classifier works with.
58// Only needs to be overridden if GetShapeTable() can return NULL.
59const UNICHARSET& TessClassifier::GetUnicharset() const {

Callers 1

TestClassifierMethod · 0.45

Calls 1

shape_tableMethod · 0.80

Tested by 1

TestClassifierMethod · 0.36