ExponentialSmoothingParameters Class (KinectEx.Smoothing)
Parameters used to control the smoothing of an ExponentialSmoother .
- C#
- VB
- C++
- F#
public class ExponentialSmoothingParameters : ISmootherParameters
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
type public ExponentialSmoothingParameters = class interface ISmootherParameters end
The ExponentialSmoothingParameters type exposes the following members.
Platforms | Name | Description | |
---|---|---|---|
ExponentialSmoothingParameters | Create an instance of |
Platforms | Name | Description | |
---|---|---|---|
Correction | How much to correct back from prediction. Can make things springy. | ||
JitterRadius | Maximum size of movement that will be assumed to be jitter. | ||
MaxDeviationRadius | Size of the max prediction radius. Can snap back to noisy data when too high. | ||
Prediction | Amount of prediction into the future to use. Can over shoot when too high. | ||
Smoothing | How much soothing will occur. Will lag when too high. |
Supported in:
Windows Desktop - .NET 4.5
Windows Desktop - .NET 4.5 (without Kinect SDK)
Windows 8.1 Store - WinRT
Windows 8.1 Store - WinRT (without Kinect SDK)
Windows Phone 8 - WinRT
Windows Desktop - .NET 4.5
Windows Desktop - .NET 4.5 (without Kinect SDK)
Windows 8.1 Store - WinRT
Windows 8.1 Store - WinRT (without Kinect SDK)
Windows Phone 8 - WinRT