C# Class FaceTracking.KinectExtensions

Show file Open project: kaorun55/KinectSdkIntroduction

Public Methods

Method Description
GetTrackedSkeletons ( this skeletonFrame ) : IEnumerable
ToPixelData ( this colorFrame ) : byte[]
ToPixelData ( this depthFrame ) : short[]
ToSkeletonData ( this frame ) : Microsoft.Kinect.Skeleton[]

Method Details

GetTrackedSkeletons() public static method

public static GetTrackedSkeletons ( this skeletonFrame ) : IEnumerable
skeletonFrame this
return IEnumerable

ToPixelData() public static method

public static ToPixelData ( this colorFrame ) : byte[]
colorFrame this
return byte[]

ToPixelData() public static method

public static ToPixelData ( this depthFrame ) : short[]
depthFrame this
return short[]

ToSkeletonData() public static method

public static ToSkeletonData ( this frame ) : Microsoft.Kinect.Skeleton[]
frame this
return Microsoft.Kinect.Skeleton[]