C# 클래스 CURELab.SignLanguage.HandDetector.KinectController

add summary here
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect

공개 프로퍼티들

프로퍼티 타입 설명
DIFF double

보호된 프로퍼티들

프로퍼티 타입 설명
m_OpenCVController OpenCVController
singleInstance KinectController

공개 메소드들

메소드 설명
Initialize ( String uri = null ) : void
Reset ( ) : void
Run ( ) : void
SetSpeed ( double speed ) : void
Shutdown ( ) : void
Start ( ) : void
Stop ( ) : void
TogglePause ( ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

DrawHandPosition() 보호된 메소드

protected DrawHandPosition ( Bitmap bitmap, System p, System color ) : void
bitmap System.Drawing.Bitmap
p System
color System
리턴 void

DrawString() 보호된 메소드

protected DrawString ( Bitmap bitmap, Font textFont, String text ) : void
bitmap System.Drawing.Bitmap
textFont System.Drawing.Font
text String
리턴 void

Initialize() 공개 메소드

public Initialize ( String uri = null ) : void
uri String
리턴 void

KinectController() 보호된 메소드

protected KinectController ( ) : System
리턴 System

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

RegionGrow() 보호된 메소드

protected RegionGrow ( PointF startPoint, short depthData, Bitmap bmpNew ) : void
startPoint PointF
depthData short
bmpNew Bitmap
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

SetSpeed() 공개 메소드

public SetSpeed ( double speed ) : void
speed double
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TogglePause() 공개 메소드

public TogglePause ( ) : void
리턴 void

프로퍼티 상세

DIFF 공개적으로 정적으로 프로퍼티

public static double DIFF
리턴 double

m_OpenCVController 보호되어 있는 프로퍼티

protected OpenCVController m_OpenCVController
리턴 OpenCVController

singleInstance 보호되어 있는 정적으로 프로퍼티

protected static KinectController singleInstance
리턴 KinectController