C# Class Kinect.Gestures.KinectGesture

This class describes and analyzes complex gestures.
Mostra file Open project: NIAEFEUP/Kommando Class Usage Examples

Protected Properties

Property Type Description
gestureFrames IKinectGestureFrame[]
gestureType KinectGestureType

Public Methods

Method Description
KinectGesture ( KinectGestureType type, IKinectGestureFrame gestureFrames ) : System

Creates a new KinectGesture instance.

ResetGesture ( ) : void

Resets the gesture state.

UpdateGesture ( Microsoft.Kinect.Skeleton skeleton ) : void

Updates the gesture state. If a gesture is successfully recognized an event is triggered.

Method Details

KinectGesture() public method

Creates a new KinectGesture instance.
public KinectGesture ( KinectGestureType type, IKinectGestureFrame gestureFrames ) : System
type KinectGestureType Type of the recognizable gesture
gestureFrames IKinectGestureFrame Sequence of frames that represent the gesture
return System

ResetGesture() public method

Resets the gesture state.
public ResetGesture ( ) : void
return void

UpdateGesture() public method

Updates the gesture state. If a gesture is successfully recognized an event is triggered.
public UpdateGesture ( Microsoft.Kinect.Skeleton skeleton ) : void
skeleton Microsoft.Kinect.Skeleton Skeleton to analyze
return void

Property Details

gestureFrames protected_oe property

protected IKinectGestureFrame[] gestureFrames
return IKinectGestureFrame[]

gestureType protected_oe property

protected KinectGestureType gestureType
return KinectGestureType