C# Class TechfairKinect.Gestures.Kinect.KinectSensorWrapper

Inheritance: IDisposable
Mostrar archivo Open project: techx/old-techfair-kinect-booth Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
KinectSensorWrapper ( ) : System

Private Methods

Method Description
Constrain ( Vector3D vector ) : Vector3D
CreateScaledJoint ( Microsoft.Kinect.Joint joint ) : ScaledJoint
FindClosestSkeleton ( Microsoft.Kinect.Skeleton skeletons ) : Microsoft.Kinect.Skeleton
FindSensor ( ) : Microsoft.Kinect.KinectSensor
FindSkeleton ( Microsoft.Kinect.Skeleton skeletons ) : Microsoft.Kinect.Skeleton
InitializeSensor ( ) : void
OnSkeletonFrameRead ( int trackingId, ScaledJoint>.Dictionary scaledSkeleton, long timestamp ) : void
OnSkeletonFrameReady ( object sender, Microsoft.Kinect.SkeletonFrameReadyEventArgs e ) : void
ScaleSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : ScaledJoint>.Dictionary
ScaleSkeletonPoint ( Microsoft.Kinect.SkeletonPoint point ) : Vector3D

Method Details

Dispose() public method

public Dispose ( ) : void
return void

KinectSensorWrapper() public method

public KinectSensorWrapper ( ) : System
return System