![]() |
OpenNI 1.5.2
|
#include <XnTypes.h>
Public Attributes | |
| XnBool | bEnabled |
| XnUInt16 | nXOffset |
| XnUInt16 | nYOffset |
| XnUInt16 | nXSize |
| XnUInt16 | nYSize |
Cropping configuration
| XnBool XnCropping::bEnabled |
TRUE if cropping is turned on, FALSE otherwise.
| XnUInt16 XnCropping::nXOffset |
Offset in the X-axis, in pixels.
| XnUInt16 XnCropping::nXSize |
Number of pixels in the X-axis.
| XnUInt16 XnCropping::nYOffset |
Offset in the Y-axis, in pixels.
| XnUInt16 XnCropping::nYSize |
Number of pixels in the Y-axis.
1.7.6.1