Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
loadAllModels ( string modelDirectoryName ) : void |
public HMMRecognizer ( string modelDirectoryName ) : System | ||
modelDirectoryName | string | |
Результат | System |
public recognizeAction ( ActionSequence |
||
action | ActionSequence |
The motion sequence representing the action |
Результат | double>.Tuple |