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.
Kinect for Windows 1.8
Gets the maximum depth to use when choosing a threshold value for each of the sample features in a key frame.
Syntax
public float MaxDepthThreshold { get; }
Property Value
Type: Single
The maximum depth to use when choosing a threshold value for each of the sample features in a key frame, in meters. The minumum value for this threshold is 0.4f. The maximum value for this threshold is the closest working distance that you expect in your scenario (for example, if all of your reconstruction will be within two meters, set this value to 2.0f).
Remarks
Setting a large threshold for this value can make the system less discriminative. Long-distance scenarios will require you to implement more features to maintain matching performance.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Fusion
Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)
See Also
Reference
CameraPoseFinderParameters Class
CameraPoseFinderParameters Members
Microsoft.Kinect.Toolkit.Fusion Namespace