tesseract v5.3.3.20231005
|
#include <intproto.h>
Public Member Functions | |
INT_FEATURE_STRUCT () | |
INT_FEATURE_STRUCT (const FCOORD &pos, uint8_t theta) | |
INT_FEATURE_STRUCT (int x, int y, int theta) | |
void | print () const |
Public Attributes | |
uint8_t | X |
uint8_t | Y |
uint8_t | Theta |
int8_t | CP_misses |
Definition at line 119 of file intproto.h.
|
inline |
Definition at line 120 of file intproto.h.
tesseract::INT_FEATURE_STRUCT::INT_FEATURE_STRUCT | ( | const FCOORD & | pos, |
uint8_t | theta | ||
) |
Builds a feature from an FCOORD for position with all the necessary clipping and rounding.
Definition at line 197 of file intproto.cpp.
tesseract::INT_FEATURE_STRUCT::INT_FEATURE_STRUCT | ( | int | x, |
int | y, | ||
int | theta | ||
) |
Builds a feature from ints with all the necessary clipping and casting.
Definition at line 203 of file intproto.cpp.
|
inline |
Definition at line 132 of file intproto.h.
int8_t tesseract::INT_FEATURE_STRUCT::CP_misses |
Definition at line 130 of file intproto.h.
uint8_t tesseract::INT_FEATURE_STRUCT::Theta |
Definition at line 129 of file intproto.h.
uint8_t tesseract::INT_FEATURE_STRUCT::X |
Definition at line 127 of file intproto.h.
uint8_t tesseract::INT_FEATURE_STRUCT::Y |
Definition at line 128 of file intproto.h.