Share via


TransformSmoothParameters.JitterRadius Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets or sets the jitter-reduction radius (in meters), which determines how aggressively to remove jitter from the raw data. The jitter radius is >= 0 and the default value is 0.05 meters. Any jitter beyond this radius is clamped to the jitter reduction radius.

Syntax

public float JitterRadius { get; set; }
'Declaration
Public Property JitterRadius As Single 

Property Value

Type: Single
The jitter-reduction radius (in meters).

Remarks

To aggressively smooth out jitter from the raw data, set the jitter radius to a value larger than the jitter.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

TransformSmoothParameters Structure
TransformSmoothParameters Members
Microsoft.Kinect Namespace