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 smoothing parameters for transforming raw skeleton tracking data.
Syntax
public TransformSmoothParameters SmoothParameters { get; }
'Declaration
Public ReadOnly Property SmoothParameters As TransformSmoothParameters
Property Value
Type: TransformSmoothParameters
Smoothing parameters.
Remarks
This property is used only if SkeletonStream.IsSmoothingEnabled is set to true.
If custom smoothing is not specified, the runtime uses default smoothing properties, which are listed in the TransformSmoothParameters topic.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
SkeletonStream Class
SkeletonStream Members
Microsoft.Kinect Namespace