C# Class KinectServer.KinectSkeletonFrame

Inheritance: ISkeletonFrame
Datei anzeigen Open project: readysaltedcode/art-of-computer-science Class Usage Examples

Public Methods

Method Description
KinectSkeletonFrame ( Microsoft.Kinect.SkeletonFrame frame ) : System
KinectSkeletonFrame ( int FrameNumber, System.Int64 TimeStamp ) : System
toJSON ( ) : String

Private Methods

Method Description
ToBytes ( ) : byte[]

Method Details

KinectSkeletonFrame() public method

public KinectSkeletonFrame ( Microsoft.Kinect.SkeletonFrame frame ) : System
frame Microsoft.Kinect.SkeletonFrame
return System

KinectSkeletonFrame() public method

public KinectSkeletonFrame ( int FrameNumber, System.Int64 TimeStamp ) : System
FrameNumber int
TimeStamp System.Int64
return System

toJSON() public method

public toJSON ( ) : String
return String