#include <shapeclassifier.h>
Definition at line 36 of file shapeclassifier.h.
| tesseract::ShapeRating::ShapeRating |
( |
| ) |
|
|
inline |
| tesseract::ShapeRating::ShapeRating |
( |
int |
s, |
|
|
float |
r |
|
) |
| |
|
inline |
| static int tesseract::ShapeRating::SortDescendingRating |
( |
const void * |
t1, |
|
|
const void * |
t2 |
|
) |
| |
|
inlinestatic |
Definition at line 42 of file shapeclassifier.h.
45 if (a->rating > b->rating) {
47 }
else if (a->rating < b->rating) {
50 return a->shape_id - b->shape_id;
| float tesseract::ShapeRating::font |
| float tesseract::ShapeRating::rating |
| float tesseract::ShapeRating::raw |
| int tesseract::ShapeRating::shape_id |
The documentation for this struct was generated from the following file: