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.
Contains the parameters for a Kinect Fusion reconstruction.
Syntax
public value struct ReconstructionParameters
public struct ReconstructionParameters
var reconstructionParameters = {
voxelCountX : /* Your value */,
voxelCountY : /* Your value */,
voxelCountZ : /* Your value */,
voxelsPerMeter : /* Your value */
}
Members
ReconstructionParameters has the following members.
Fields
| Name | Description |
|---|---|
| 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. |
| VoxelsPerMeter | The number of voxels per meter. |
Requirements
Namespace: Microsoft.Kinect.Fusion
Metadata: microsoft.kinect.fusion.winmd