C# Class TechfairKinect.Gestures.Kinect.KinectGestureRecognizer

Inheritance: IGestureRecognizer
Mostra file Open project: techx/old-techfair-kinect-booth

Public Methods

Method Description
KinectGestureRecognizer ( ) : System
OnKeyPressed ( KeyEventArgs keys ) : void

Private Methods

Method Description
OnSkeletonRead ( object sender, SkeletonReadEventArgs e ) : void
UpdateListeners ( ) : void

Method Details

KinectGestureRecognizer() public method

public KinectGestureRecognizer ( ) : System
return System

OnKeyPressed() public method

public OnKeyPressed ( KeyEventArgs keys ) : void
keys System.Windows.Forms.KeyEventArgs
return void