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

상속: GestureBase
파일 보기 프로젝트 열기: atosorigin/Kinect

공개 메소드들

메소드 설명
AddPoints ( Hands hand ) : void
AddPoints ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : void
ClapGesture ( ) : System
Process ( IUserChangedEvent evt ) : void
WriteToLogFile ( ) : void
WriteToLogString ( ) : string

보호된 메소드들

메소드 설명
OnDoubleClap ( IUserChangedEvent userEvent ) : void
OnSingleClap ( IUserChangedEvent userEvent ) : void

비공개 메소드들

메소드 설명
AddPoint ( System.Windows.Media.Media3D.Point3D point, List list ) : void
CheckForDoubleClap ( ) : bool
WriteLog ( ) : string

메소드 상세

AddPoints() 공개 메소드

public AddPoints ( Hands hand ) : void
hand Hands
리턴 void

AddPoints() 공개 메소드

public AddPoints ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : void
left System.Windows.Media.Media3D.Point3D
right System.Windows.Media.Media3D.Point3D
리턴 void

ClapGesture() 공개 메소드

public ClapGesture ( ) : System
리턴 System

OnDoubleClap() 보호된 메소드

protected OnDoubleClap ( IUserChangedEvent userEvent ) : void
userEvent IUserChangedEvent
리턴 void

OnSingleClap() 보호된 메소드

protected OnSingleClap ( IUserChangedEvent userEvent ) : void
userEvent IUserChangedEvent
리턴 void

Process() 공개 메소드

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

WriteToLogFile() 공개 메소드

public WriteToLogFile ( ) : void
리턴 void

WriteToLogString() 공개 메소드

public WriteToLogString ( ) : string
리턴 string