#include <tessclassifier.h>
|
| | TessClassifier (bool pruner_only, tesseract::Classify *classify) |
| |
| | ~TessClassifier () override=default |
| |
| int | UnicharClassifySample (const TrainingSample &sample, Pix *page_pix, int debug, UNICHAR_ID keep_this, GenericVector< UnicharRating > *results) override |
| |
| const ShapeTable * | GetShapeTable () const override |
| |
| const UNICHARSET & | GetUnicharset () const override |
| |
| int | DisplayClassifyAs (const TrainingSample &sample, Pix *page_pix, int unichar_id, int index, PointerVector< ScrollView > *windows) override |
| |
| virtual | ~ShapeClassifier ()=default |
| |
| virtual int | BestShapeForUnichar (const TrainingSample &sample, Pix *page_pix, UNICHAR_ID unichar_id, ShapeRating *result) |
| |
| virtual void | DebugDisplay (const TrainingSample &sample, Pix *page_pix, UNICHAR_ID unichar_id) |
| |
| virtual void | UnicharPrintResults (const char *context, const GenericVector< UnicharRating > &results) const |
| |
| virtual void | PrintResults (const char *context, const GenericVector< ShapeRating > &results) const |
| |
Definition at line 36 of file tessclassifier.h.
◆ TessClassifier()
Definition at line 38 of file tessclassifier.h.
39 : pruner_only_(pruner_only), classify_(classify) {}
◆ ~TessClassifier()
| tesseract::TessClassifier::~TessClassifier |
( |
| ) |
|
|
overridedefault |
◆ DisplayClassifyAs()
◆ GetShapeTable()
| const ShapeTable * tesseract::TessClassifier::GetShapeTable |
( |
| ) |
const |
|
overridevirtual |
◆ GetUnicharset()
| const UNICHARSET & tesseract::TessClassifier::GetUnicharset |
( |
| ) |
const |
|
overridevirtual |
◆ UnicharClassifySample()
The documentation for this class was generated from the following files: