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

add summary here
파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EnumWindowsFindKinectStudio bool
EnumWindowsFunc bool
FindKinectStudioWindowHandler void
GetWindowChildBFSByIndex System.IntPtr
GetWindowChildDFSByDepth System.IntPtr
KinectStudioController System

공개 메소드들

메소드 설명
Connect ( ) : bool
GetSingleton ( ) : KinectStudioController
Open_File ( string path ) : void
ReadCurrentFrame ( ) : int
ReadFirstFrame ( ) : void
ReadMemoryValue ( IntPtr baseAddress, int pid ) : int
Run ( ) : void
Run_by_clik ( ) : bool
Start ( ) : bool
connect_kinect ( ) : void

비공개 메소드들

메소드 설명
EnumWindowsFindKinectStudio ( IntPtr hWnd, int lParam ) : bool
EnumWindowsFunc ( IntPtr hWnd, int lParam ) : bool
FindKinectStudioWindowHandler ( ) : void
GetWindowChildBFSByIndex ( IntPtr window, int index ) : IntPtr
GetWindowChildDFSByDepth ( IntPtr window, int index ) : IntPtr
KinectStudioController ( ) : System

메소드 상세

Connect() 공개 메소드

public Connect ( ) : bool
리턴 bool

GetSingleton() 공개 정적인 메소드

public static GetSingleton ( ) : KinectStudioController
리턴 KinectStudioController

Open_File() 공개 메소드

public Open_File ( string path ) : void
path string
리턴 void

ReadCurrentFrame() 공개 메소드

public ReadCurrentFrame ( ) : int
리턴 int

ReadFirstFrame() 공개 메소드

public ReadFirstFrame ( ) : void
리턴 void

ReadMemoryValue() 공개 정적인 메소드

public static ReadMemoryValue ( IntPtr baseAddress, int pid ) : int
baseAddress System.IntPtr
pid int
리턴 int

Run() 공개 메소드

public Run ( ) : void
리턴 void

Run_by_clik() 공개 메소드

public Run_by_clik ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

connect_kinect() 공개 메소드

public connect_kinect ( ) : void
리턴 void