C# 클래스 Recognizer.HMMRecognizer

파일 보기 프로젝트 열기: omanamos/kinect-nao 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
loadAllModels ( string modelDirectoryName ) : void

메소드 상세

HMMRecognizer() 공개 메소드

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

recognizeAction() 공개 메소드

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
리턴 double>.Tuple