C# Class Recognizer.HumanActionRecognizer

ファイルを表示 Open project: omanamos/kinect-nao Class Usage Examples

Public Methods

Method Description
HumanActionRecognizer ( string path, int pollInterval = 33 ) : System
exit ( ) : void
start ( ) : void
stop ( ) : void

Private Methods

Method Description
recognize ( ) : void
t_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

HumanActionRecognizer() public method

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

exit() public method

public exit ( ) : void
return void

start() public method

public start ( ) : void
return void

stop() public method

public stop ( ) : void
return void