35 #include "lib/common.h" 36 #define MAX_DEPTH 10001 44 void GetBuffer(PtrObjBitmap B);
45 const unsigned short* GetBuffer();
46 const unsigned short* GetCuttedBuffer();
48 void GetDepthSize(
int &w,
int &h);
49 bool SetOutputMode(
int,
int,
int);
50 bool UpdateData(openni::VideoFrameRef frame);
51 void SetDistCutoff(
int dist);
53 void SetAngCutoff(
float ang);
56 void SetMirror(
bool state);
63 unsigned short* mData;
64 unsigned short* mCuttedData;
65 unsigned short* mReadData;
67 float* mReadDepthHist;
70 unsigned int iDistCutoff;
Depth generator handling. .
Kinect device handling. .