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

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

공개 메소드들

메소드 설명
Process ( IUserChangedEvent evt ) : void
SemaphoreGesture ( ) : System

보호된 메소드들

메소드 설명
OnSemafoorDetected ( IUserChangedEvent userEvent, Semaphore semafoor ) : void

비공개 메소드들

메소드 설명
AddPoints ( System.Windows.Media.Media3D.Point3D leftHand, System.Windows.Media.Media3D.Point3D leftShoulder, System.Windows.Media.Media3D.Point3D rightHand, System.Windows.Media.Media3D.Point3D rightShoulder ) : void
CalculateSemafoor ( System.Windows.Media.Media3D.Point3D leftHand, System.Windows.Media.Media3D.Point3D leftBody, System.Windows.Media.Media3D.Point3D rightHand, System.Windows.Media.Media3D.Point3D rightBody ) : Semaphore
CalculateSemafoor ( double leftAngle, double rightAngle ) : Semaphore
CheckForSemafoor ( ) : Semaphore
WithinMargin ( double left, double right, double margin ) : bool

메소드 상세

OnSemafoorDetected() 보호된 메소드

protected OnSemafoorDetected ( IUserChangedEvent userEvent, Semaphore semafoor ) : void
userEvent IUserChangedEvent
semafoor Semaphore
리턴 void

Process() 공개 메소드

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

SemaphoreGesture() 공개 메소드

public SemaphoreGesture ( ) : System
리턴 System