C# 클래스 TechfairKinect.Gestures.GestureRecognizer

파일 보기 프로젝트 열기: techx/old-techfair-kinect-booth

공개 메소드들

메소드 설명
GestureRecognizer ( ) : System
UpdateSkeleton ( ScaledJoint>.Dictionary skeleton ) : void

비공개 메소드들

메소드 설명
CalculateAngle ( Vector3D lhs, Vector3D rhs ) : double
CalculateDelta ( double previous, double current, int sign ) : double
CalculateLeftAngle ( ScaledJoint>.Dictionary skeleton ) : double
CalculateRightAngle ( ScaledJoint>.Dictionary skeleton ) : double
CheckGesture ( ScaledJoint>.Dictionary current ) : void
LeftAngleMatchesExplode ( double angle ) : bool
PostGesture ( GestureType gesture ) : void
RightAngleMatchesExplode ( double angle ) : bool
ShouldExplodeIn ( ScaledJoint>.Dictionary currentSkeleton ) : bool
ShouldExplodeOut ( ScaledJoint>.Dictionary currentSkeleton ) : bool
UpdateAngles ( ScaledJoint>.Dictionary previous, ScaledJoint>.Dictionary current ) : void
UpdateAngles ( double delta, double &total, LinkedList angles ) : void

메소드 상세

GestureRecognizer() 공개 메소드

public GestureRecognizer ( ) : System
리턴 System

UpdateSkeleton() 공개 메소드

public UpdateSkeleton ( ScaledJoint>.Dictionary skeleton ) : void
skeleton ScaledJoint>.Dictionary
리턴 void