프로퍼티 | 타입 | 설명 | |
---|---|---|---|
gestureFrames | IKinectGestureFrame[] | ||
gestureType | KinectGestureType |
메소드 | 설명 | |
---|---|---|
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.
|
public KinectGesture ( KinectGestureType type, IKinectGestureFrame gestureFrames ) : System | ||
type | KinectGestureType | Type of the recognizable gesture |
gestureFrames | IKinectGestureFrame | Sequence of frames that represent the gesture |
리턴 | System |
public UpdateGesture ( Microsoft.Kinect.Skeleton skeleton ) : void | ||
skeleton | Microsoft.Kinect.Skeleton | Skeleton to analyze |
리턴 | void |