|
Kinect Scol plugin
|
Kinect device handling. . More...
#include <KinectDevice.h>
Public Member Functions | |
| KinectDevice (unsigned int id) | |
| openni::Device & | GetDevice () |
| bool | IsConnected () |
| void | GoThread () |
| KinectUser * | CreateKinectUser () |
| void | DestroyKinectUser (KinectUser *existingKinectUser) |
| unsigned int | GetId () |
| int | GetExistingAvailableId () |
| void | AddExistingId (unsigned int id) |
| void | RemoveExistingId (unsigned int id) |
| void | GetValidUsersMap (KinectUser **tUsers) |
| KinectUser * | GetUser (int userId) |
| Depth * | GetDepthGenerator () |
| Image * | GetImageGenerator () |
| User * | GetUserGenerator () |
| void | GetGeneratorsSize (int &width, int &height) |
| void | SetGeneratorsSize (int width, int height) |
| void | SetSkeletonSmoothing (float value) |
| float | GetSkeletonSmoothing () |
| void | SetMirrorMode (bool state) |
| bool | GetMirrorMode () |
| void | SetDistCutoff (int dist) |
| int | GetDistCutoff () |
| void | SetAngCutoff (float ang) |
| float | GetAngCutoff () |
| void | GetHandsPixels (PtrObjBitmap Bcolor, PtrObjBitmap Balpha) |
| void | GetDepthBuffer (PtrObjBitmap Bcolor) |
| void | GetImageBuffer (PtrObjBitmap Bcolor) |
| void | GetImageGreyBuffer (PtrObjBitmap Bcolor) |
| void | GetValidUserPixels (PtrObjBitmap Bcolor, PtrObjBitmap Balpha) |
| void | GetValidUserPixelsRGB (PtrObjBitmap Bcolor, PtrObjBitmap Balpha) |
| bool | GetSklMutexLock () |
| void | ReleaseSklMutex () |
Public Member Functions inherited from Thread | |
| void | StartThreading (boost::function< void()> threadFunction) |
| void | StopThreading () |
| bool | IsRunning () |
Kinect device handling. .
Definition at line 39 of file KinectDevice.h.
1.8.13