C# Class CURELab.SignLanguage.HandDetector.KinectSDKController

Kinect SDK controller
Inheritance: KinectController
Show file Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Public Properties

Property Type Description
AngleRotateTan float
CullingThresh double

Public Methods

Method Description
GetSingletonInstance ( ) : KinectController
Initialize ( string uri = null ) : void
Reset ( ) : void
Run ( ) : void
Shutdown ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
AllFrameReady ( object sender, AllFramesReadyEventArgs e ) : void
CalTiltAngle ( int y, int upperDepth, int lowerPartDepth ) : float
KinectSDKController ( ) : System
Kinect_StatusChanged ( object sender, StatusChangedEventArgs e ) : void
ProcessOneFrame ( ) : void
SkeletonPointToScreen ( Microsoft.Kinect.SkeletonPoint skelpoint ) : Point

Method Details

GetSingletonInstance() public static method

public static GetSingletonInstance ( ) : KinectController
return KinectController

Initialize() public method

public Initialize ( string uri = null ) : void
uri string
return void

Reset() public method

public Reset ( ) : void
return void

Run() public method

public Run ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

AngleRotateTan public static property

public static float AngleRotateTan
return float

CullingThresh public static property

public static double CullingThresh
return double