C# Class FaceTracking.KinectExtensions

Afficher le fichier Open project: kaorun55/KinectSdkIntroduction

Méthodes publiques

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

Method Details

GetTrackedSkeletons() public static méthode

public static GetTrackedSkeletons ( this skeletonFrame ) : IEnumerable
skeletonFrame this
Résultat IEnumerable

ToPixelData() public static méthode

public static ToPixelData ( this colorFrame ) : byte[]
colorFrame this
Résultat byte[]

ToPixelData() public static méthode

public static ToPixelData ( this depthFrame ) : short[]
depthFrame this
Résultat short[]

ToSkeletonData() public static méthode

public static ToSkeletonData ( this frame ) : Microsoft.Kinect.Skeleton[]
frame this
Résultat Microsoft.Kinect.Skeleton[]