C# Class CURELab.SignLanguage.HandDetector.KinectController

add summary here
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: huangfuyang/Sign-Language-with-Kinect

Méthodes publiques

Свойство Type Description
DIFF double

Protected Properties

Свойство Type Description
m_OpenCVController OpenCVController
singleInstance KinectController

Méthodes publiques

Méthode Description
Initialize ( String uri = null ) : void
Reset ( ) : void
Run ( ) : void
SetSpeed ( double speed ) : void
Shutdown ( ) : void
Start ( ) : void
Stop ( ) : void
TogglePause ( ) : void

Méthodes protégées

Méthode Description
DrawHandPosition ( Bitmap bitmap, System p, System color ) : void
DrawString ( Bitmap bitmap, Font textFont, String text ) : void
KinectController ( ) : System
OnPropertyChanged ( string propertyName ) : void
RegionGrow ( PointF startPoint, short depthData, Bitmap bmpNew ) : void

Private Methods

Méthode Description
DrawConnectedRegion ( short connect, Byte bmp ) : void
IsConnected ( short depth, short connect, int x, int y, Direction dir, int connectThresh, int cthresh = 1 ) : bool
MeanCenter ( Byte connect ) : void

Method Details

DrawHandPosition() protected méthode

protected DrawHandPosition ( Bitmap bitmap, System p, System color ) : void
bitmap System.Drawing.Bitmap
p System
color System
Résultat void

DrawString() protected méthode

protected DrawString ( Bitmap bitmap, Font textFont, String text ) : void
bitmap System.Drawing.Bitmap
textFont System.Drawing.Font
text String
Résultat void

Initialize() public méthode

public Initialize ( String uri = null ) : void
uri String
Résultat void

KinectController() protected méthode

protected KinectController ( ) : System
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

RegionGrow() protected méthode

protected RegionGrow ( PointF startPoint, short depthData, Bitmap bmpNew ) : void
startPoint PointF
depthData short
bmpNew Bitmap
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SetSpeed() public méthode

public SetSpeed ( double speed ) : void
speed double
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TogglePause() public méthode

public TogglePause ( ) : void
Résultat void

Property Details

DIFF public_oe static_oe property

public static double DIFF
Résultat double

m_OpenCVController protected_oe property

protected OpenCVController m_OpenCVController
Résultat OpenCVController

singleInstance protected_oe static_oe property

protected static KinectController singleInstance
Résultat KinectController