C# Class SkeletalTracking.CustomController2

Inheritance: SkeletonController
Show file Open project: ardakara/Kinect-Gesture-Controller Class Usage Examples

Public Methods

Method Description
CustomController2 ( MainWindow win ) : System
controllerActivated ( Target>.Dictionary targets ) : void
processSkeletonFrame ( SkeletonData skeleton, Target>.Dictionary targets ) : void

Private Methods

Method Description
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

Method Details

CustomController2() public method

public CustomController2 ( MainWindow win ) : System
win MainWindow
return System

controllerActivated() public method

public controllerActivated ( Target>.Dictionary targets ) : void
targets Target>.Dictionary
return void

processSkeletonFrame() public method

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