C# Class Kinect.Core.Gestures.SemaphoreGesture

Inheritance: GestureBase
ファイルを表示 Open project: atosorigin/Kinect Class Usage Examples

Public Methods

Method Description
Process ( IUserChangedEvent evt ) : void
SemaphoreGesture ( ) : System

Protected Methods

Method Description
OnSemafoorDetected ( IUserChangedEvent userEvent, Semaphore semafoor ) : void

Private Methods

Method 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 method

protected OnSemafoorDetected ( IUserChangedEvent userEvent, Semaphore semafoor ) : void
userEvent IUserChangedEvent
semafoor Semaphore
return void

Process() public method

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

SemaphoreGesture() public method

public SemaphoreGesture ( ) : System
return System