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.5, 1.6, 1.7, 1.8
Gets or sets the maximum radius (in meters) that a filtered position can deviate from raw data. The maximum deviation value is >= 0 and the default value is 0.04 meters. A filtered value that exceeds this radius is clamped at the maximum radius in the direction of the filtered value.
Syntax
public float MaxDeviationRadius { get; set; }
'Declaration
Public Property MaxDeviationRadius As Single
Property Value
Type: Single
The maximum deviation (in meters) that a filtered position can deviate from raw data.
Remarks
Use this property to reduce large variations between raw data and a filtered position; raw data that exceeds the deviation radius will be clamped to the maximum value set.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
TransformSmoothParameters Structure
TransformSmoothParameters Members
Microsoft.Kinect Namespace