Defines depth map common properties.
Definition at line 63 of file DepthMap.h.
Data Fields | |
uint32_t | width |
Depth map width in pixels. More... | |
uint32_t | height |
Depth map height in pixels. More... | |
dwMemoryType | memoryType |
dwDepthMapType | depthMapType |
Type of a depth map. More... | |
dwDepthImageFormat | imageFormat |
Depth image format. More... | |
dwDepthMapType dwDepthMapProperties::depthMapType |
Type of a depth map.
Definition at line 74 of file DepthMap.h.
uint32_t dwDepthMapProperties::height |
Depth map height in pixels.
Definition at line 68 of file DepthMap.h.
dwDepthImageFormat dwDepthMapProperties::imageFormat |
Depth image format.
Definition at line 76 of file DepthMap.h.
dwMemoryType dwDepthMapProperties::memoryType |
Definition at line 71 of file DepthMap.h.
uint32_t dwDepthMapProperties::width |
Depth map width in pixels.
Definition at line 66 of file DepthMap.h.