FusionImageType Enumeration
The Kinect Fusion image types.
Syntax
public enum FusionImageType
Members
Member name | Value | Description | |
---|---|---|---|
Color | 1 | RGB32 color data. | |
Float | 2 | A single float per pixel - used for depth and alignment residual information from AlignDepthFloatToReconstruction. | |
Invalid | 0 | Invalid image type. | |
PointCloud | 3 | A point cloud consisting of 6 floats per pixel (3D Point x,y,z, Normal x,y,z). |
Requirements
Namespace: Microsoft.Kinect.Toolkit.Fusion
Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)