C# Class Recognizer.HMMRecognizer

Mostra file Open project: omanamos/kinect-nao Class Usage Examples

Public Methods

Method 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

Method Description
loadAllModels ( string modelDirectoryName ) : void

Method Details

HMMRecognizer() public method

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

recognizeAction() public method

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
return double>.Tuple