C# Class HandInput.Engine.GestureRecognitionEngine

Inheritance: IDisposable
Show file Open project: ushadow/handinput Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GestureRecognitionEngine ( String modelFile ) : System
GetSampleRate ( ) : int
Reset ( ) : void

Synchronized method.

ResetModel ( String modelFile ) : void

Synchronized method.

Update ( TrackingResult result, bool visualize = false ) : String

Synchronized method. Updates gesture recognition with the current input.

Private Methods

Method Description
Init ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GestureRecognitionEngine() public method

public GestureRecognitionEngine ( String modelFile ) : System
modelFile String
return System

GetSampleRate() public method

public GetSampleRate ( ) : int
return int

Reset() public method

Synchronized method.
public Reset ( ) : void
return void

ResetModel() public method

Synchronized method.
public ResetModel ( String modelFile ) : void
modelFile String
return void

Update() public method

Synchronized method. Updates gesture recognition with the current input.
public Update ( TrackingResult result, bool visualize = false ) : String
result TrackingResult
visualize bool
return String