Метод | Описание | |
---|---|---|
AddGesture ( |
Adds a new complex gesture to the gestures controller.
|
|
AddGesture ( KinectGestureType type, IKinectGestureFrame frames ) : void |
Adds a new complex gesture to the gestures controller.
|
|
KinectGestureController ( ) : System |
Creates a new gesture controller instance.
|
|
KinectGesture_KinectGestureRecognized ( object sender, |
Callback method for any "gestured recognized" event that is triggered. Will in turn invoke the registered callback of the client, if any is available.
|
|
UpdateGestures ( Microsoft.Kinect.Skeleton skeleton ) : void |
Updates all the gestures' states with the most recent skeletal data.
|
public AddGesture ( |
||
gesture | Gesture to be added | |
Результат | void |
public AddGesture ( KinectGestureType type, IKinectGestureFrame frames ) : void | ||
type | KinectGestureType | Type of the gesture to be added |
frames | IKinectGestureFrame | Frames that represent the complex gesture |
Результат | void |
public KinectGestureController ( ) : System | ||
Результат | System |
public KinectGesture_KinectGestureRecognized ( object sender, |
||
sender | object | Object that triggered the event |
e | Triggered event arguments | |
Результат | void |
public UpdateGestures ( Microsoft.Kinect.Skeleton skeleton ) : void | ||
skeleton | Microsoft.Kinect.Skeleton | Skeleton to analyze |
Результат | void |