ExponentialJointOrientation Class (KinectEx.Smoothing)

A class representing a CustomJointOrientation who's values are "smoothed" using a Double Exponential filtering algorithm.
System.Object
   KinectEx.CustomJointOrientation
      KinectEx.Smoothing.ExponentialJointOrientation

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

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public ExponentialJointOrientation =
	class
		inherit CustomJointOrientation
	end

The ExponentialJointOrientation type exposes the following members.

  Platforms Name Description
ExponentialJointOrientation(JointType) Create an exponential smoothing joint with default configuration values. 
ExponentialJointOrientation(JointType, ISmootherParameters) Create an exponential smoothing joint with custom configuration values. 
ExponentialJointOrientation(JointType) Create an exponential smoothing joint with default configuration values. 
ExponentialJointOrientation(JointType, ISmootherParameters) Create an exponential smoothing joint with custom configuration values. 
ExponentialJointOrientation(JointType) Create an exponential smoothing joint with default configuration values. 
ExponentialJointOrientation(JointType, ISmootherParameters) Create an exponential smoothing joint with custom configuration values. 
Top
  Platforms Name Description
_jointType The type of the joint. (Inherited from CustomJointOrientation.)
_orientation The orientation. (Inherited from CustomJointOrientation.)
Top
  Platforms Name Description
JointType Gets or sets the type of the joint. (Inherited from CustomJointOrientation.)
Orientation Gets or sets the orientation. (Inherited from CustomJointOrientation.)
Top
  Platforms Name Description
Update(IJointOrientation) Update (and filter) the joint orientation based on the referenced IJointOrientation. (Overrides CustomJointOrientation.Update().)
Update(JointOrientation) Update the joint position based on the referened Joint. (Inherited from CustomJointOrientation.)
Update(JointOrientation) Update the joint position based on the referened Joint. (Inherited from CustomJointOrientation.)
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