KalmanSmoothingParameters Class (KinectEx.Smoothing)

Contains member properties used to configure a KalmanSmooter.
System.Object
   KinectEx.Smoothing.KalmanSmoothingParameters

Namespace: KinectEx.Smoothing
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public class KalmanSmoothingParameters : ISmootherParameters

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public KalmanSmoothingParameters =
	class
		interface ISmootherParameters
	end

The KalmanSmoothingParameters type exposes the following members.

  Platforms Name Description
KalmanSmoothingParameters Initializes a new instance of the KalmanSmoothingParameters class. 
Top
  Platforms Name Description
JitterRadius Maximum size (in meters) of movement that will be assumed to be jitter. The default value is 0.03f. 
MeasurementUncertainty The degree of "uncertainty" applied to the X, Y, and Z measurements supplied by the Kinect sensor. In effect, higher values place more emphasis on the predicted location (based on velocity and delta-velocity vectors). So higher uncertainty means smoother movement but higher latency. The default value is 0.001f. 
Top
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