C# Class SkeletalTracking.SkeletonController

Mostrar archivo Open project: ardakara/Kinect-Gesture-Controller Class Usage Examples

Protected Properties

Property Type Description
window MainWindow

Public Methods

Method Description
SkeletonController ( MainWindow win ) : System
adjustScale ( float f ) : void
controllerActivated ( Target>.Dictionary targets ) : void
processSkeletonFrame ( SkeletonData skeleton, Target>.Dictionary targets ) : void

Method Details

SkeletonController() public method

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

adjustScale() public method

public adjustScale ( float f ) : void
f float
return void

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

Property Details

window protected_oe property

protected MainWindow,SkeletalTracking window
return MainWindow