Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions | Static Public Member Functions | Private Attributes
icl::io::PixelSenseGrabber Class Reference

PixelSense Grabber class. More...

#include <PixelSenseGrabber.h>

Inheritance diagram for icl::io::PixelSenseGrabber:
icl::io::Grabber icl::utils::Uncopyable icl::utils::Configurable

List of all members.

Classes

struct  Blob
 Blob structure. More...

Public Member Functions

virtual ICLIO_API const
core::ImgBase
acquireImage ()
 default grab function
ICLIO_API PixelSenseGrabber (float maxFPS=30)
 Create a PixelSenseGrabber with given max. fps count.
ICLIO_API ~PixelSenseGrabber ()
 destructor

Static Public Member Functions

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

Private Attributes

Data * m_data
 internal data structure

Detailed Description

PixelSense Grabber class.

This grabber can be used to interface with devices implementing the Microsoft PixelSense technology, such as the Samsung SUR40 device.

The grabbed images will contain meta data which describes the natively detected blobs. To extract the meta-data as a vector of Blobs, the static PixelSenseGrabber::extractBlobMetaData method can be used


Constructor & Destructor Documentation

Create a PixelSenseGrabber with given max. fps count.

destructor


Member Function Documentation

default grab function

Reimplemented from icl::io::Grabber.

static ICLIO_API std::vector<Blob> icl::io::PixelSenseGrabber::extractBlobMetaData ( const core::ImgBase image) [static]

this utility method can be used to extract the meta-data of a grabbed image


Member Data Documentation

internal data structure

internal data pointer


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines