C# Class InfoStrat.MotionFx.HandPointGenerator

Mostrar archivo Open project: InfoStrat/MotionFx

Public Methods

Method Description
StartGenerating ( ) : void
StopGenerating ( ) : void

Protected Methods

Method Description
OnPoseRecognized ( int id ) : void
OnSkeletonReady ( int id ) : void
OnUserFound ( int id ) : void
OnUserLost ( int id ) : void

Private Methods

Method Description
CalcHist ( int XRes, int YRes, ushort data ) : void
DestroyHandSession ( int id ) : void
DoGeneratePointsWorker ( ) : void
DrawLine ( byte fullmap, Color color, SkeletonJointPosition>.Dictionary dict, SkeletonJoint j1, SkeletonJoint j2 ) : void
DrawSkeleton ( byte map, Color color, int user ) : void
GetJoint ( int user, SkeletonJoint joint ) : void
GetJoints ( int user ) : void
HandPointGenerator ( ) : System
OnFirstFrameReady ( ) : void
OnFrameUpdated ( ushort pixels, int width, int height ) : void
OnPointCreated ( int id, HandSession session ) : void
OnPointDestroyed ( int id, HandSession session ) : void
OnPointUpdated ( int id, HandSession session ) : void
UpdateHandSession ( int id, OpenNI position, OpenNI shoulderPosition ) : void
UpdateSessions ( ) : void
VerifyInit ( ) : void
depthGenerator_NewDataAvailable ( object sender, EventArgs e ) : void
poseDetectionCapability_PoseDetected ( object sender, OpenNI.PoseDetectedEventArgs e ) : void
skeletonCapability_CalibrationEnd ( object sender, OpenNI.CalibrationEndEventArgs e ) : void
userGenerator_LostUser ( object sender, OpenNI.UserLostEventArgs e ) : void
userGenerator_NewUser ( object sender, OpenNI.NewUserEventArgs e ) : void

Method Details

OnPoseRecognized() protected method

protected OnPoseRecognized ( int id ) : void
id int
return void

OnSkeletonReady() protected method

protected OnSkeletonReady ( int id ) : void
id int
return void

OnUserFound() protected method

protected OnUserFound ( int id ) : void
id int
return void

OnUserLost() protected method

protected OnUserLost ( int id ) : void
id int
return void

StartGenerating() public method

public StartGenerating ( ) : void
return void

StopGenerating() public method

public StopGenerating ( ) : void
return void