tesseract
4.0.0-1-g2a2b
|
#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 132 of file intproto.h.
|
inline |
Definition at line 133 of file intproto.h.
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 207 of file intproto.cpp.
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 214 of file intproto.cpp.
|
inline |
Definition at line 145 of file intproto.h.
int8_t INT_FEATURE_STRUCT::CP_misses |
Definition at line 143 of file intproto.h.
uint8_t INT_FEATURE_STRUCT::Theta |
Definition at line 142 of file intproto.h.
uint8_t INT_FEATURE_STRUCT::X |
Definition at line 140 of file intproto.h.
uint8_t INT_FEATURE_STRUCT::Y |
Definition at line 141 of file intproto.h.