KinectCaptureOpenNIDataType Enumeration |
http://www.emgu.com
Open ni data type used by the retrieve functions
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic enum OpenNIDataType
Public Enumeration OpenNIDataType
public enum class OpenNIDataType
Members
| Member name | Value | Description |
---|
| DepthMap | 0 |
Depth values in mm (CV_16UC1)
|
| PointCloudMap | 1 |
XYZ in meters (CV_32FC3)
|
| DisparityMap | 2 |
Disparity in pixels (CV_8UC1)
|
| DisparityMap32f | 3 |
Disparity in pixels (CV_32FC1)
|
| ValidDepthMask | 4 |
CV_8UC1
|
| BgrImage | 5 |
Bgr image
|
| GrayImage | 6 |
Gray Image
|
See Also