C# Class CURELab.SignLanguage.HandDetector.KinectStudioController

add summary here
Afficher le fichier Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Private Properties

Свойство Type Description
EnumWindowsFindKinectStudio bool
EnumWindowsFunc bool
FindKinectStudioWindowHandler void
GetWindowChildBFSByIndex System.IntPtr
GetWindowChildDFSByDepth System.IntPtr
KinectStudioController System

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Connect ( ) : bool
Résultat bool

GetSingleton() public static méthode

public static GetSingleton ( ) : KinectStudioController
Résultat KinectStudioController

Open_File() public méthode

public Open_File ( string path ) : void
path string
Résultat void

ReadCurrentFrame() public méthode

public ReadCurrentFrame ( ) : int
Résultat int

ReadFirstFrame() public méthode

public ReadFirstFrame ( ) : void
Résultat void

ReadMemoryValue() public static méthode

public static ReadMemoryValue ( IntPtr baseAddress, int pid ) : int
baseAddress System.IntPtr
pid int
Résultat int

Run() public méthode

public Run ( ) : void
Résultat void

Run_by_clik() public méthode

public Run_by_clik ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : bool
Résultat bool

connect_kinect() public méthode

public connect_kinect ( ) : void
Résultat void