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