Click or drag to resize
KinectCaptureOpenNIDataType Enumeration
http://www.emgu.com
Open ni data type used by the retrieve functions

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public enum OpenNIDataType
Members
  Member nameValueDescription
DepthMap0 Depth values in mm (CV_16UC1)
PointCloudMap1 XYZ in meters (CV_32FC3)
DisparityMap2 Disparity in pixels (CV_8UC1)
DisparityMap32f3 Disparity in pixels (CV_32FC1)
ValidDepthMask4 CV_8UC1
BgrImage5 Bgr image
GrayImage6 Gray Image
See Also