NUI_FUSION_RECONSTRUCTION_PARAMETERS Structure
Contains the parameters for a Kinect Fusion reconstruction.
Syntax
typedef struct _NUI_FUSION_RECONSTRUCTION_PARAMETERS {
FLOAT voxelsPerMeter;
UINT voxelCountX;
UINT voxelCountY;
UINT voxelCountZ;
} NUI_FUSION_RECONSTRUCTION_PARAMETERS;
Members
- voxelsPerMeter
The number of voxels per meter. - voxelCountX
The size of the reconstruction volume in voxels in the X axis. - voxelCountY
The size of the reconstruction volume in voxels in the Y axis. - voxelCountZ
The size of the reconstruction volume in voxels in the Z axis.
Requirements
Header: nuikinectfusioncolorvolume.h
Library: TBD