C# Класс TechfairKinect.Gestures.GestureRecognizer

Показать файл Открыть проект

Открытые методы

Метод Описание
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