C# 클래스 KineticMath.Kinect.GestureController

파일 보기 프로젝트 열기: kingston/kineticmath 1 사용 예제들

공개 메소드들

메소드 설명
AddGesture ( IView currentView, IGesture gesture ) : void

Adds a gesture to the gesture recognizer's set of gestures to recognize

ClearViewGestures ( IView view ) : void
GestureController ( ) : System
ProcessSkeleton ( Microsoft.Kinect.Skeleton skel ) : void
RemoveGesture ( IGesture gesture ) : void

메소드 상세

AddGesture() 공개 메소드

Adds a gesture to the gesture recognizer's set of gestures to recognize
public AddGesture ( IView currentView, IGesture gesture ) : void
currentView IView The current view to associate with the gesture
gesture IGesture The gesture to add
리턴 void

ClearViewGestures() 공개 메소드

public ClearViewGestures ( IView view ) : void
view IView
리턴 void

GestureController() 공개 메소드

public GestureController ( ) : System
리턴 System

ProcessSkeleton() 공개 메소드

public ProcessSkeleton ( Microsoft.Kinect.Skeleton skel ) : void
skel Microsoft.Kinect.Skeleton
리턴 void

RemoveGesture() 공개 메소드

public RemoveGesture ( IGesture gesture ) : void
gesture IGesture
리턴 void