C# Class CURELab.SignLanguage.HandDetector.KinectStudioController

add summary here
Show file Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Private Properties

Property Type Description
EnumWindowsFindKinectStudio bool
EnumWindowsFunc bool
FindKinectStudioWindowHandler void
GetWindowChildBFSByIndex System.IntPtr
GetWindowChildDFSByDepth System.IntPtr
KinectStudioController System

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Connect() public method

public Connect ( ) : bool
return bool

GetSingleton() public static method

public static GetSingleton ( ) : KinectStudioController
return KinectStudioController

Open_File() public method

public Open_File ( string path ) : void
path string
return void

ReadCurrentFrame() public method

public ReadCurrentFrame ( ) : int
return int

ReadFirstFrame() public method

public ReadFirstFrame ( ) : void
return void

ReadMemoryValue() public static method

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

Run() public method

public Run ( ) : void
return void

Run_by_clik() public method

public Run_by_clik ( ) : bool
return bool

Start() public method

public Start ( ) : bool
return bool

connect_kinect() public method

public connect_kinect ( ) : void
return void