Share via


ReconstructionParameters Structure

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

See also

Reference

Microsoft.Kinect.Fusion Namespace