C# Class Kinect.Core.Gestures.SemaphoreGesture

Inheritance: GestureBase
Afficher le fichier Open project: atosorigin/Kinect Class Usage Examples

Méthodes publiques

Méthode Description
Process ( IUserChangedEvent evt ) : void
SemaphoreGesture ( ) : System

Méthodes protégées

Méthode Description
OnSemafoorDetected ( IUserChangedEvent userEvent, Semaphore semafoor ) : void

Private Methods

Méthode Description
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

Method Details

OnSemafoorDetected() protected méthode

protected OnSemafoorDetected ( IUserChangedEvent userEvent, Semaphore semafoor ) : void
userEvent IUserChangedEvent
semafoor Semaphore
Résultat void

Process() public méthode

public Process ( IUserChangedEvent evt ) : void
evt IUserChangedEvent
Résultat void

SemaphoreGesture() public méthode

public SemaphoreGesture ( ) : System
Résultat System