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 a value indicating whether to smooth skeleton data to reduce the amount of variation in the data between frames.
Syntax
public bool IsSmoothingEnabled { get; }
'Declaration
Public ReadOnly Property IsEnabled As Boolean
Property Value
Type: Boolean
true if smoothing is enabled; otherwise, false.
Remarks
If you enable smoothing, you will get the default smoothing values from the TransformSmoothParameters properties. You can also supply custom smoothing values with the SkeletonStream.SmoothParameters property.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
SkeletonStream Class
SkeletonStream Members
Microsoft.Kinect Namespace