C# Class Kinect.Core.Gestures.ClapGesture

Inheritance: GestureBase
Mostrar archivo Open project: atosorigin/Kinect

Public Methods

Method 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

Protected Methods

Method Description
OnDoubleClap ( IUserChangedEvent userEvent ) : void
OnSingleClap ( IUserChangedEvent userEvent ) : void

Private Methods

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

Method Details

AddPoints() public method

public AddPoints ( Hands hand ) : void
hand Hands
return void

AddPoints() public method

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
return void

ClapGesture() public method

public ClapGesture ( ) : System
return System

OnDoubleClap() protected method

protected OnDoubleClap ( IUserChangedEvent userEvent ) : void
userEvent IUserChangedEvent
return void

OnSingleClap() protected method

protected OnSingleClap ( IUserChangedEvent userEvent ) : void
userEvent IUserChangedEvent
return void

Process() public method

public Process ( IUserChangedEvent evt ) : void
evt IUserChangedEvent
return void

WriteToLogFile() public method

public WriteToLogFile ( ) : void
return void

WriteToLogString() public method

public WriteToLogString ( ) : string
return string