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

Kinect SDK controller
상속: KinectController
파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AngleRotateTan float
CullingThresh double

공개 메소드들

메소드 설명
GetSingletonInstance ( ) : KinectController
Initialize ( string uri = null ) : void
Reset ( ) : void
Run ( ) : void
Shutdown ( ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

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

메소드 상세

GetSingletonInstance() 공개 정적인 메소드

public static GetSingletonInstance ( ) : KinectController
리턴 KinectController

Initialize() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

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

public static float AngleRotateTan
리턴 float

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

public static double CullingThresh
리턴 double