#include <shapetable.h>
Definition at line 105 of file shapetable.h.
◆ ShapeQueueEntry() [1/2]
tesseract::ShapeQueueEntry::ShapeQueueEntry |
( |
| ) |
|
|
inline |
◆ ShapeQueueEntry() [2/2]
tesseract::ShapeQueueEntry::ShapeQueueEntry |
( |
const ShapeRating & |
rating, |
|
|
int |
level0 |
|
) |
| |
|
inline |
◆ operator<()
bool tesseract::ShapeQueueEntry::operator< |
( |
const ShapeQueueEntry & |
other | ) |
const |
|
inline |
Definition at line 110 of file shapetable.h.
110 {
112 return true;
113 }
115 return level > other.level;
116 }
117 return false;
118 }
◆ level
int tesseract::ShapeQueueEntry::level |
◆ result
The documentation for this struct was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/src/classify/shapetable.h