NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwDepthMapProperties Struct Reference

Detailed Description

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...
 

Field Documentation

◆ depthMapType

dwDepthMapType dwDepthMapProperties::depthMapType

Type of a depth map.

Definition at line 74 of file DepthMap.h.

◆ height

uint32_t dwDepthMapProperties::height

Depth map height in pixels.

Definition at line 68 of file DepthMap.h.

◆ imageFormat

dwDepthImageFormat dwDepthMapProperties::imageFormat

Depth image format.

Definition at line 76 of file DepthMap.h.

◆ memoryType

dwMemoryType dwDepthMapProperties::memoryType

Definition at line 71 of file DepthMap.h.

◆ width

uint32_t dwDepthMapProperties::width

Depth map width in pixels.

Definition at line 66 of file DepthMap.h.


The documentation for this struct was generated from the following file: