tesseract
3.05.02
|
#include <intproto.h>
Public Member Functions | |
INT_FEATURE_STRUCT () | |
INT_FEATURE_STRUCT (const FCOORD &pos, uinT8 theta) | |
INT_FEATURE_STRUCT (int x, int y, int theta) | |
void | print () const |
Public Attributes | |
uinT8 | X |
uinT8 | Y |
uinT8 | Theta |
inT8 | CP_misses |
Definition at line 135 of file intproto.h.
|
inline |
Definition at line 136 of file intproto.h.
Builds a feature from an FCOORD for position with all the necessary clipping and rounding.
Definition at line 210 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 217 of file intproto.cpp.
|
inline |
Definition at line 148 of file intproto.h.
inT8 INT_FEATURE_STRUCT::CP_misses |
Definition at line 146 of file intproto.h.
uinT8 INT_FEATURE_STRUCT::Theta |
Definition at line 145 of file intproto.h.
uinT8 INT_FEATURE_STRUCT::X |
Definition at line 143 of file intproto.h.
uinT8 INT_FEATURE_STRUCT::Y |
Definition at line 144 of file intproto.h.