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 reconstruction processing modes.
Syntax
typedef enum _NUI_FUSION_RECONSTRUCTION_PROCESSOR_TYPE
{
NUI_FUSION_RECONSTRUCTION_PROCESSOR_TYPE_CPU = 1,
NUI_FUSION_RECONSTRUCTION_PROCESSOR_TYPE_AMP = 2
} NUI_FUSION_RECONSTRUCTION_PROCESSOR_TYPE;
Constants
Constant | Description |
---|---|
NUI_FUSION_RECONSTRUCTION_PROCESSOR_TYPE_CPU | Reconstruction is performed on the GPU. |
NUI_FUSION_RECONSTRUCTION_PROCESSOR_TYPE_AMP | Reconstruction is performed on the CPU. |
Requirements
Header: nuikinectfusionvolume.h
Library: TBD