C# 클래스 SkeletalTracking.CustomController2

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

공개 메소드들

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

비공개 메소드들

메소드 설명
adjust_circles_color ( int i, int change, Target>.Dictionary targets ) : void
change_color ( double array, int i, double colorDelta ) : double
distance ( double x1, double y1, double x2, double y2 ) : double
doubleToByte ( double d ) : byte
increaseOrDecrease ( Joint hand, int lr, Target cur ) : int
scale_brightness ( double colorDelta ) : void
trackHand ( Joint hand, int lr, Target>.Dictionary targets ) : void

메소드 상세

CustomController2() 공개 메소드

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

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