C# Class Utility.HitSkeleton

Mostra file Open project: NIAEFEUP/Kommando Class Usage Examples

Public Methods

Method Description
HitSkeleton ( ) : System
RegularPolygonToPointCollection ( Vector2 center, float radius, int sections ) : System.Windows.Media.PointCollection
UpdateSkeleton ( Microsoft.Kinect.Skeleton skeleton, Microsoft.Kinect.KinectSensor sensor, float width, float height ) : void

Private Methods

Method Description
SegmentToPointCollection ( Vector2 p1, Vector2 p2, float width ) : System.Windows.Media.PointCollection

Method Details

HitSkeleton() public method

public HitSkeleton ( ) : System
return System

RegularPolygonToPointCollection() public method

public RegularPolygonToPointCollection ( Vector2 center, float radius, int sections ) : System.Windows.Media.PointCollection
center Vector2
radius float
sections int
return System.Windows.Media.PointCollection

UpdateSkeleton() public method

public UpdateSkeleton ( Microsoft.Kinect.Skeleton skeleton, Microsoft.Kinect.KinectSensor sensor, float width, float height ) : void
skeleton Microsoft.Kinect.Skeleton
sensor Microsoft.Kinect.KinectSensor
width float
height float
return void