Method | Description | |
---|---|---|
HMMRecognizer ( string modelDirectoryName ) : System |
Creates a new HMMRecognizer by loading all of the stored models in the given directory
|
|
recognizeAction ( ActionSequence |
Uses a collection of HMMs to recognize which action among a corpus of actions was performed
|
Method | Description | |
---|---|---|
loadAllModels ( string modelDirectoryName ) : void |
public HMMRecognizer ( string modelDirectoryName ) : System | ||
modelDirectoryName | string | |
return | System |
public recognizeAction ( ActionSequence |
||
action | ActionSequence |
The motion sequence representing the action |
return | double>.Tuple |