#include "tools++.h"#include "NiDevice.h"

Go to the source code of this file.
Namespaces | |
| namespace | jbxwl |
Defines | |
| #define | OPENNI2_DLLNAME "OpenNI2.dll" |
| #define | NITE2_DLLNAME "NiTE2.dll" |
| #define | OPENNI_NITE_DLLNAME "OpenNI64.dll" |
| #define | KINECT_SDK_DLLNAME "Kinect10.dll" |
| #define | KINECT_FACE_DLLNAME "FaceTrackLib.dll" |
| #define | NI_DETECT_COLOR_BRIGHT 0xe0 |
| #define | NI_DEFAULT_GROUND_LEVEL -999 |
| #define | NI_RING_BUFFER_SIZE 20 |
Enumerations | |
| enum | NiSDK_Lib { NiSDK_Default, NiSDK_None, NiSDK_Kinect, NiSDK_OpenNI, NiSDK_OpenNI2 } |
Functions | |
| void | NiSetUserColor (int label, uByte *ptr, BOOL use_image=TRUE) |
| unsigned int | NiGetSkeletonColor (int label) |
| #define KINECT_FACE_DLLNAME "FaceTrackLib.dll" |
Definition at line 12 of file NiToolWin.h.
| #define KINECT_SDK_DLLNAME "Kinect10.dll" |
Definition at line 11 of file NiToolWin.h.
| #define NI_DEFAULT_GROUND_LEVEL -999 |
Definition at line 23 of file NiToolWin.h.
| #define NI_DETECT_COLOR_BRIGHT 0xe0 |
Definition at line 22 of file NiToolWin.h.
Referenced by jbxwl::NiGetSkeletonColor(), and jbxwl::NiSetUserColor().
| #define NI_RING_BUFFER_SIZE 20 |
Definition at line 24 of file NiToolWin.h.
| #define NITE2_DLLNAME "NiTE2.dll" |
Definition at line 9 of file NiToolWin.h.
| #define OPENNI2_DLLNAME "OpenNI2.dll" |
Definition at line 8 of file NiToolWin.h.
| #define OPENNI_NITE_DLLNAME "OpenNI64.dll" |
Definition at line 10 of file NiToolWin.h.
1.6.1