C# 클래스 FaceTracking.KinectExtensions

파일 보기 프로젝트 열기: kaorun55/KinectSdkIntroduction

공개 메소드들

메소드 설명
GetTrackedSkeletons ( this skeletonFrame ) : IEnumerable
ToPixelData ( this colorFrame ) : byte[]
ToPixelData ( this depthFrame ) : short[]
ToSkeletonData ( this frame ) : Microsoft.Kinect.Skeleton[]

메소드 상세

GetTrackedSkeletons() 공개 정적인 메소드

public static GetTrackedSkeletons ( this skeletonFrame ) : IEnumerable
skeletonFrame this
리턴 IEnumerable

ToPixelData() 공개 정적인 메소드

public static ToPixelData ( this colorFrame ) : byte[]
colorFrame this
리턴 byte[]

ToPixelData() 공개 정적인 메소드

public static ToPixelData ( this depthFrame ) : short[]
depthFrame this
리턴 short[]

ToSkeletonData() 공개 정적인 메소드

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