C# 클래스 Kinect.Core.Gestures.SelfTouchGesture

상속: GestureBase
파일 보기 프로젝트 열기: atosorigin/Kinect 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Process ( IUserChangedEvent evt ) : void
SelfTouchGesture ( ) : System
SelfTouchGesture ( int historyCount ) : System

보호된 메소드들

메소드 설명
OnSelfTouchDetected ( int userid, JointID joints ) : void

메소드 상세

OnSelfTouchDetected() 보호된 메소드

protected OnSelfTouchDetected ( int userid, JointID joints ) : void
userid int
joints JointID
리턴 void

Process() 공개 메소드

public Process ( IUserChangedEvent evt ) : void
evt IUserChangedEvent
리턴 void

SelfTouchGesture() 공개 메소드

public SelfTouchGesture ( ) : System
리턴 System

SelfTouchGesture() 공개 메소드

public SelfTouchGesture ( int historyCount ) : System
historyCount int
리턴 System