C# Class UserTracker.net.MainWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: kindohm/kinect-nite-dev

Méthodes publiques

Méthode Description
MainWindow ( ) : System

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Private Methods

Méthode Description
CalcHist ( DepthMetaData depthMD ) : void
DrawLine ( Graphics g, Color color, SkeletonJointPosition>.Dictionary dict, SkeletonJoint j1, SkeletonJoint j2 ) : void
DrawSkeleton ( Graphics g, Color color, uint user ) : void
GetJoint ( uint user, SkeletonJoint joint ) : void
GetJoints ( uint user ) : void
ReaderThread ( ) : void
poseDetectionCapability_PoseDetected ( OpenNI.ProductionNode node, string pose, uint id ) : void
skeletonCapbility_CalibrationEnd ( OpenNI.ProductionNode node, uint id, bool success ) : void
userGenerator_LostUser ( OpenNI.ProductionNode node, uint id ) : void
userGenerator_NewUser ( OpenNI.ProductionNode node, uint id ) : void

Method Details

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnKeyPress() protected méthode

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
Résultat void