C# Class CURELab.SignLanguage.HandDetector.Model.MySkeleton

Show file Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Public Properties

Property Type Description
Tracked bool

Public Methods

Method Description
MySkeleton ( int count = 20 ) : System
this ( MyJointType key ) : MyJoint
this ( int key ) : MyJoint

Method Details

MySkeleton() public method

public MySkeleton ( int count = 20 ) : System
count int
return System

this() public method

public this ( MyJointType key ) : MyJoint
key MyJointType
return MyJoint

this() public method

public this ( int key ) : MyJoint
key int
return MyJoint

Property Details

Tracked public property

public bool Tracked
return bool