C# Class HandInput.Engine.GestureRecognitionEngine

Inheritance: IDisposable
Afficher le fichier Open project: ushadow/handinput Class Usage Examples

Méthodes publiques

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

Méthode Description
Init ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GestureRecognitionEngine() public méthode

public GestureRecognitionEngine ( String modelFile ) : System
modelFile String
Résultat System

GetSampleRate() public méthode

public GetSampleRate ( ) : int
Résultat int

Reset() public méthode

Synchronized method.
public Reset ( ) : void
Résultat void

ResetModel() public méthode

Synchronized method.
public ResetModel ( String modelFile ) : void
modelFile String
Résultat void

Update() public méthode

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