C# Class Recognizer.HMMRecognizer

Afficher le fichier Open project: omanamos/kinect-nao Class Usage Examples

Méthodes publiques

Méthode Description
HMMRecognizer ( string modelDirectoryName ) : System

Creates a new HMMRecognizer by loading all of the stored models in the given directory

recognizeAction ( ActionSequence action ) : double>.Tuple

Uses a collection of HMMs to recognize which action among a corpus of actions was performed

Private Methods

Méthode Description
loadAllModels ( string modelDirectoryName ) : void

Method Details

HMMRecognizer() public méthode

Creates a new HMMRecognizer by loading all of the stored models in the given directory
public HMMRecognizer ( string modelDirectoryName ) : System
modelDirectoryName string
Résultat System

recognizeAction() public méthode

Uses a collection of HMMs to recognize which action among a corpus of actions was performed
public recognizeAction ( ActionSequence action ) : double>.Tuple
action ActionSequence The motion sequence representing the action
Résultat double>.Tuple