CustomJointOrientation Class (KinectEx)
This class effectively mimics the Kinect SDK's Joint struct, but does
so with a class that can be serialized and is not sealed. These capabilities
are needed to support both the smoothing / filtering and the DVR functions of
the KinectEx library.
System.Object
KinectEx.CustomJointOrientation
KinectEx.Smoothing.ExponentialJointOrientation
KinectEx.Smoothing.KalmanJointOrientation
KinectEx.CustomJointOrientation
KinectEx.Smoothing.ExponentialJointOrientation
KinectEx.Smoothing.KalmanJointOrientation
- C#
- VB
- C++
- F#
public class CustomJointOrientation : IJointOrientation
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
type public CustomJointOrientation = class interface IJointOrientation end
The CustomJointOrientation type exposes the following members.
Platforms | Name | Description | |
---|---|---|---|
CustomJointOrientation(JointType) | Create a new |
||
CustomJointOrientation(JointType) | Create a new |
||
CustomJointOrientation(JointType) | Create a new |
Platforms | Name | Description | |
---|---|---|---|
_jointType | The type of the joint. | ||
_orientation | The orientation. |
Platforms | Name | Description | |
---|---|---|---|
JointType | Gets or sets the type of the joint. (Implements IJointOrientation.JointType().) | ||
Orientation | Gets or sets the orientation. (Implements IJointOrientation.Orientation().) |
Platforms | Name | Description | |
---|---|---|---|
Update(IJointOrientation) | Update the joint orientation based on the referenced |
||
Update(JointOrientation) | Update the joint position based on the referened |
||
Update(JointOrientation) | Update the joint position based on the referened |
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