C# Class CURELab.SignLanguage.HandDetector.OpenNIController

OpenNI wrapper
Inheritance: KinectController, ISubject
Mostra file Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Public Properties

Property Type Description
ANGLE_TRANSFORM double
BLOB_SIZE_FACTOR float
SMOOTH_FACTOR float
SPEED double
Time double

Public Methods

Method Description
GetSingletonInstance ( ) : KinectController
NotifyAll ( DataTransferEventArgs e ) : void

Private Methods

Method Description
OpenNIController ( ) : System

Method Details

GetSingletonInstance() public static method

public static GetSingletonInstance ( ) : KinectController
return KinectController

NotifyAll() public method

public NotifyAll ( DataTransferEventArgs e ) : void
e DataTransferEventArgs
return void

Property Details

ANGLE_TRANSFORM public_oe static_oe property

public static double ANGLE_TRANSFORM
return double

BLOB_SIZE_FACTOR public_oe static_oe property

public static float BLOB_SIZE_FACTOR
return float

SMOOTH_FACTOR public_oe static_oe property

public static float SMOOTH_FACTOR
return float

SPEED public_oe static_oe property

public static double SPEED
return double

Time public_oe static_oe property

public static double Time
return double