C# 클래스 Recognizer.HumanActionRecognizer

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

공개 메소드들

메소드 설명
HumanActionRecognizer ( string path, int pollInterval = 33 ) : System
exit ( ) : void
start ( ) : void
stop ( ) : void

비공개 메소드들

메소드 설명
recognize ( ) : void
t_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

HumanActionRecognizer() 공개 메소드

public HumanActionRecognizer ( string path, int pollInterval = 33 ) : System
path string
pollInterval int
리턴 System

exit() 공개 메소드

public exit ( ) : void
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void

stop() 공개 메소드

public stop ( ) : void
리턴 void