C# 클래스 SkeletalTracking.SkeletonController

파일 보기 프로젝트 열기: ardakara/Kinect-Gesture-Controller 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
window MainWindow

공개 메소드들

메소드 설명
SkeletonController ( MainWindow win ) : System
adjustScale ( float f ) : void
controllerActivated ( Target>.Dictionary targets ) : void
processSkeletonFrame ( SkeletonData skeleton, Target>.Dictionary targets ) : void

메소드 상세

SkeletonController() 공개 메소드

public SkeletonController ( MainWindow win ) : System
win MainWindow
리턴 System

adjustScale() 공개 메소드

public adjustScale ( float f ) : void
f float
리턴 void

controllerActivated() 공개 메소드

public controllerActivated ( Target>.Dictionary targets ) : void
targets Target>.Dictionary
리턴 void

processSkeletonFrame() 공개 메소드

public processSkeletonFrame ( SkeletonData skeleton, Target>.Dictionary targets ) : void
skeleton SkeletonData
targets Target>.Dictionary
리턴 void

프로퍼티 상세

window 보호되어 있는 프로퍼티

protected MainWindow,SkeletalTracking window
리턴 MainWindow