C# Class Kinect.Core.Gestures.ClapGesture

Inheritance: GestureBase
Afficher le fichier Open project: atosorigin/Kinect

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDoubleClap ( IUserChangedEvent userEvent ) : void
OnSingleClap ( IUserChangedEvent userEvent ) : void

Private Methods

Méthode Description
AddPoint ( System.Windows.Media.Media3D.Point3D point, List list ) : void
CheckForDoubleClap ( ) : bool
WriteLog ( ) : string

Method Details

AddPoints() public méthode

public AddPoints ( Hands hand ) : void
hand Hands
Résultat void

AddPoints() public méthode

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
Résultat void

ClapGesture() public méthode

public ClapGesture ( ) : System
Résultat System

OnDoubleClap() protected méthode

protected OnDoubleClap ( IUserChangedEvent userEvent ) : void
userEvent IUserChangedEvent
Résultat void

OnSingleClap() protected méthode

protected OnSingleClap ( IUserChangedEvent userEvent ) : void
userEvent IUserChangedEvent
Résultat void

Process() public méthode

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

WriteToLogFile() public méthode

public WriteToLogFile ( ) : void
Résultat void

WriteToLogString() public méthode

public WriteToLogString ( ) : string
Résultat string