xn::ImageGenerator Class Reference
[C++ Reference]
#include <XnCppWrapper.h>
List of all members.
Detailed Description
Represents an image generator
Constructor & Destructor Documentation
xn::ImageGenerator::ImageGenerator |
( |
XnNodeHandle |
hNode = NULL |
) |
[inline] |
xn::ImageGenerator::ImageGenerator |
( |
const NodeWrapper & |
other |
) |
[inline] |
Member Function Documentation
Gets the current Grayscale16 image-map. This map is updated after a call to xnWaitAndUpdateData(). It is assumed that the node is currently in Grayscale16 pixel format. For full details and usage, see xnGetGrayscale16ImageMap
const XnGrayscale8Pixel* xn::ImageGenerator::GetGrayscale8ImageMap |
( |
|
) |
const [inline] |
Gets the current Grayscale8 image-map. This map is updated after a call to xnWaitAndUpdateData(). It is assumed that the node is currently in Grayscale8 pixel format. For full details and usage, see xnGetGrayscale8ImageMap
const XnUInt8* xn::ImageGenerator::GetImageMap |
( |
|
) |
const [inline] |
Gets the current image-map as a byte buffer. For full details, see xnGetImageMap().
void xn::ImageGenerator::GetMetaData |
( |
ImageMetaData & |
metaData |
) |
const [inline] |
XnPixelFormat xn::ImageGenerator::GetPixelFormat |
( |
|
) |
const [inline] |
const XnRGB24Pixel* xn::ImageGenerator::GetRGB24ImageMap |
( |
|
) |
const [inline] |
Gets the current RGB24 image-map. This map is updated after a call to xnWaitAndUpdateData(). It is assumed that the node is currently in RGB24 pixel format. For full details and usage, see xnGetRGB24ImageMap
Gets the current YUV422 image-map. This map is updated after a call to xnWaitAndUpdateData(). It is assumed that the node is currently in YUV422 pixel format. For full details and usage, see xnGetYUV422ImageMap
XnBool xn::ImageGenerator::IsPixelFormatSupported |
( |
XnPixelFormat |
Format |
) |
const [inline] |
Sets the pixel format of the image map. For full details and usage, see xnSetPixelFormat
void xn::ImageGenerator::UnregisterFromPixelFormatChange |
( |
XnCallbackHandle |
hCallback |
) |
[inline] |
The documentation for this class was generated from the following file: