C# Class Kinect.Gestures.Swipes.Frames.KinectGestureSwipeLeftToRightFrame1

Describes the first frame of a left to right swipe.
Inheritance: IKinectGestureFrame
Mostrar archivo Open project: NIAEFEUP/Kommando Class Usage Examples

Public Methods

Method Description
ProcessFrame ( Microsoft.Kinect.Skeleton skeleton ) : KinectGestureResult

Checks if the given skeleton's tracking data matches the gesture represented by this frame.

Method Details

ProcessFrame() public method

Checks if the given skeleton's tracking data matches the gesture represented by this frame.
public ProcessFrame ( Microsoft.Kinect.Skeleton skeleton ) : KinectGestureResult
skeleton Microsoft.Kinect.Skeleton Skeleton to analize
return KinectGestureResult