|
tesseract 3.04.01
|
#include <fontinfo.h>
Public Member Functions | |
| ScoredFont () | |
| ScoredFont (int font_id, uinT16 classifier_score) | |
Public Attributes | |
| inT32 | fontinfo_id |
| uinT16 | score |
Definition at line 38 of file fontinfo.h.
| tesseract::ScoredFont::ScoredFont | ( | ) | [inline] |
Definition at line 39 of file fontinfo.h.
: fontinfo_id(-1), score(0) {}
| tesseract::ScoredFont::ScoredFont | ( | int | font_id, |
| uinT16 | classifier_score | ||
| ) | [inline] |
Definition at line 40 of file fontinfo.h.
: fontinfo_id(font_id), score(classifier_score) {}
Definition at line 45 of file fontinfo.h.
Definition at line 47 of file fontinfo.h.