메소드 | 설명 | |
---|---|---|
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 |