C# Class SkeletalTracking.CustomController2

Inheritance: SkeletonController
Afficher le fichier Open project: ardakara/Kinect-Gesture-Controller Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public CustomController2 ( MainWindow win ) : System
win MainWindow
Résultat System

controllerActivated() public méthode

public controllerActivated ( Target>.Dictionary targets ) : void
targets Target>.Dictionary
Résultat void

processSkeletonFrame() public méthode

public processSkeletonFrame ( SkeletonData skeleton, Target>.Dictionary targets ) : void
skeleton SkeletonData
targets Target>.Dictionary
Résultat void