C# 클래스 CURELab.SignLanguage.HandDetector.Model.MySkeleton

파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Tracked bool

공개 메소드들

메소드 설명
MySkeleton ( int count = 20 ) : System
this ( MyJointType key ) : MyJoint
this ( int key ) : MyJoint

메소드 상세

MySkeleton() 공개 메소드

public MySkeleton ( int count = 20 ) : System
count int
리턴 System

this() 공개 메소드

public this ( MyJointType key ) : MyJoint
key MyJointType
리턴 MyJoint

this() 공개 메소드

public this ( int key ) : MyJoint
key int
리턴 MyJoint

프로퍼티 상세

Tracked 공개적으로 프로퍼티

public bool Tracked
리턴 bool