Share via


CameraPoseFinderParameters Structure

Defines the number of poses and feature sample locations used by the CameraPoseFinder class.

Syntax

public value struct CameraPoseFinderParameters
public struct CameraPoseFinderParameters
var cameraPoseFinderParameters = {
      featureSampleLocationsPerFrameCount : /* Your value */, 
      maxDepthThreshold : /* Your value */, 
      maxPoseHistoryCount : /* Your value */
}     

Members

CameraPoseFinderParameters has the following members.

Fields

Name Description
FeatureSampleLocationsPerFrameCount The number of features to extract per frame.
MaxDepthThreshold The maximum depth to use when choosing a threshold value for each of the sample features in a key frame.
MaxPoseHistoryCount The maximum size of the camera pose finder pose history database.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

Microsoft.Kinect.Fusion Namespace