icl16u cx
x-center (in screen coords);
Definition: PixelSenseGrabber.h:66
undocument this line if you encounter any issues!
Definition: Any.h:37
Ipp8u icl8u
8Bit unsigned integer type for the ICL
Definition: BasicTypes.h:64
icl16u axisx
x-axis (related to first principal axis)
Definition: PixelSenseGrabber.h:68
PixelSense Grabber class.
Definition: PixelSenseGrabber.h:47
icl8u padding[32]
padding bytes (unused)
Definition: PixelSenseGrabber.h:72
ICLIO_API PixelSenseGrabber(float maxFPS=30)
Create a PixelSenseGrabber with given max. fps count.
icl32u area
size in pixels (correlated to pressure?)
Definition: PixelSenseGrabber.h:71
icl16u cy
y-center (in screen coords);
Definition: PixelSenseGrabber.h:67
icl8u __unknown
always 0x01 or 0x02 (no idea what this is?)
Definition: PixelSenseGrabber.h:59
Blob structure.
Definition: PixelSenseGrabber.h:56
ICLIO_API ~PixelSenseGrabber()
destructor
icl16u bbwidth
bounding box width (in screen coords)
Definition: PixelSenseGrabber.h:62
icl16u bbheight
bounding box height (in screen coords)
Definition: PixelSenseGrabber.h:63
Ipp32f icl32f
32Bit floating point type for the ICL
Definition: BasicTypes.h:55
icl16u posy
finger tip y-pos (in screen coords)
Definition: PixelSenseGrabber.h:65
#define ICLIO_API
Definition: CompatMacros.h:176
Common interface class for all grabbers.
Definition: Grabber.h:153
std::string str(const T &t)
convert a data type into a string using an std::ostringstream instance
Definition: StringUtils.h:136
Data * m_data
internal data structure
Definition: PixelSenseGrabber.h:48
uint32_t icl32u
32bit unsigned integer type for the ICL
Definition: BasicTypes.h:88
icl16u posx
finger tip x-pos (in screen coords)
Definition: PixelSenseGrabber.h:64
icl16u bby
upper left y of bounding box (in screen coords)
Definition: PixelSenseGrabber.h:61
virtual ICLIO_API const core::ImgBase * acquireImage()
default grab function
icl16u bbx
upper left x of bounding box (in screen coords)
Definition: PixelSenseGrabber.h:60
uint16_t icl16u
16bit unsigned integer type for the ICL
Definition: BasicTypes.h:91
icl16u axisy
y-axis (related to 2nd principal axis)
Definition: PixelSenseGrabber.h:69
icl32f angle
angle of first principal axis
Definition: PixelSenseGrabber.h:70
static ICLIO_API std::vector< Blob > extractBlobMetaData(const core::ImgBase *image)
this utility method can be used to extract the meta-data of a grabbed image
ICLIO_API std::istream & operator>>(std::istream &is, ImageUndistortion &udist)
overloaded ostream operator for ImageUndistortion instances
std::ostream & operator<<(std::ostream &stream, const FourCC &fourCC)
overloaded ostream operator for type fourCC
Definition: FourCC.h:97
icl16u id
blob ID
Definition: PixelSenseGrabber.h:57
icl8u action
0x2 enter/exit, 0x3 update?
Definition: PixelSenseGrabber.h:58
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131