1 #ifndef NUITRACK_DEPTHFRAME_H_
2 #define NUITRACK_DEPTHFRAME_H_
4 #include "nuitrack/types/Frame.h"
5 #include "nuitrack/capi/DepthSensor_CAPI.h"
26 nuitrack_DestroyDepthSensorData(_pimpl);
34 return nuitrack_GetDepthFrameRows(_pimpl);
42 return nuitrack_GetDepthFrameCols(_pimpl);
50 return nuitrack_GetDepthFrameID(_pimpl);
58 return nuitrack_GetDepthFrameData(_pimpl);
67 return nuitrack_GetDepthFrameTimestamp(_pimpl);
71 DepthSensorData* _pimpl;
int getRows() const
フレーム内の行数を戻します。
定義:DepthFrame.h:32
const DataType * getData() const
フレーム データを戻します。
定義:DepthFrame.h:56
汎用フレームを意味します。
定義:Frame.h:15
フレームの深度マップを保存します。
定義:DepthFrame.h:15
uint64_t getTimestamp() const
最後に取得した深度フレームに関連付けられているタイムスタンプを戻します。...
定義:DepthFrame.h:65
int getCols() const
フレーム内のカラム数を戻します。
定義:DepthFrame.h:40
DepthFrame(DepthSensorData *pimpl)
定義:DepthFrame.h:19
uint64_t getID() const
深度フレーム ID を戻します。
定義:DepthFrame.h:48