C# Class Recognizer.HumanActionRecognizer

Afficher le fichier Open project: omanamos/kinect-nao Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
recognize ( ) : void
t_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

HumanActionRecognizer() public méthode

public HumanActionRecognizer ( string path, int pollInterval = 33 ) : System
path string
pollInterval int
Résultat System

exit() public méthode

public exit ( ) : void
Résultat void

start() public méthode

public start ( ) : void
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void