C# Class Kinect.Core.Gestures.SelfTouchGesture

Inheritance: GestureBase
Mostrar archivo Open project: atosorigin/Kinect Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Process ( IUserChangedEvent evt ) : void
SelfTouchGesture ( ) : System
SelfTouchGesture ( int historyCount ) : System

Protected Methods

Method Description
OnSelfTouchDetected ( int userid, JointID joints ) : void

Method Details

OnSelfTouchDetected() protected method

protected OnSelfTouchDetected ( int userid, JointID joints ) : void
userid int
joints JointID
return void

Process() public method

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

SelfTouchGesture() public method

public SelfTouchGesture ( ) : System
return System

SelfTouchGesture() public method

public SelfTouchGesture ( int historyCount ) : System
historyCount int
return System