Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the image type of a fusion image.
Syntax
typedef enum _NUI_FUSION_IMAGE_TYPE
{
NUI_FUSION_IMAGE_TYPE_INVALID = 0,
NUI_FUSION_IMAGE_TYPE_COLOR = 1,
NUI_FUSION_IMAGE_TYPE_FLOAT = 2,
NUI_FUSION_IMAGE_TYPE_POINT_CLOUD = 3
} NUI_FUSION_IMAGE_TYPE;
Constants
Constant | Description |
---|---|
NUI_FUSION_IMAGE_TYPE_INVALID | Invalid image. |
NUI_FUSION_IMAGE_TYPE_COLOR | Color image. |
NUI_FUSION_IMAGE_TYPE_FLOAT | Float image. |
NUI_FUSION_IMAGE_TYPE_POINT_CLOUD | Point cloud image. |
Requirements
Header: nuikinectfusionvolume.h
Library: TBD