tesseract
4.1.1
|
#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 40 of file shapetable.h.
|
inline |
Definition at line 41 of file shapetable.h.
|
inline |
Definition at line 44 of file shapetable.h.
|
static |
Definition at line 58 of file shapetable.cpp.
|
inline |
Definition at line 48 of file shapetable.h.
|
inlinestatic |
Definition at line 55 of file shapetable.h.
bool tesseract::UnicharRating::adapted |
Definition at line 79 of file shapetable.h.
uint8_t tesseract::UnicharRating::config |
Definition at line 81 of file shapetable.h.
uint16_t tesseract::UnicharRating::feature_misses |
Definition at line 83 of file shapetable.h.
GenericVector<ScoredFont> tesseract::UnicharRating::fonts |
Definition at line 87 of file shapetable.h.
float tesseract::UnicharRating::rating |
Definition at line 77 of file shapetable.h.
UNICHAR_ID tesseract::UnicharRating::unichar_id |
Definition at line 74 of file shapetable.h.