tesseract
4.0.0-1-g2a2b
|
#include <shapetable.h>
Public Member Functions | |
UnicharRating () | |
UnicharRating (int u, float r) | |
void | Print () const |
Static Public Member Functions | |
static int | SortDescendingRating (const void *t1, const void *t2) |
static int | FirstResultWithUnichar (const GenericVector< UnicharRating > &results, UNICHAR_ID unichar_id) |
Public Attributes | |
UNICHAR_ID | unichar_id |
float | rating |
bool | adapted |
uint8_t | config |
uint16_t | feature_misses |
GenericVector< ScoredFont > | fonts |
Definition at line 41 of file shapetable.h.
|
inline |
Definition at line 42 of file shapetable.h.
|
inline |
Definition at line 45 of file shapetable.h.
|
static |
Definition at line 58 of file shapetable.cpp.
|
inline |
Definition at line 49 of file shapetable.h.
|
inlinestatic |
Definition at line 56 of file shapetable.h.
bool tesseract::UnicharRating::adapted |
Definition at line 80 of file shapetable.h.
uint8_t tesseract::UnicharRating::config |
Definition at line 82 of file shapetable.h.
uint16_t tesseract::UnicharRating::feature_misses |
Definition at line 84 of file shapetable.h.
GenericVector<ScoredFont> tesseract::UnicharRating::fonts |
Definition at line 88 of file shapetable.h.
float tesseract::UnicharRating::rating |
Definition at line 78 of file shapetable.h.
UNICHAR_ID tesseract::UnicharRating::unichar_id |
Definition at line 75 of file shapetable.h.