|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
26 #ifndef DW_POINTCLOUDPROCESSING_DEPTHMAPCREATOR_DEPTHMAP_H_
27 #define DW_POINTCLOUDPROCESSING_DEPTHMAPCREATOR_DEPTHMAP_H_
29 #include <dw/core/base/Types.h>
30 #include <dw/pointcloudprocessing/pointcloud/PointCloud.h>
183 #endif // DW_POINTCLOUDPROCESSING_DEPTHMAPCREATOR_DEPTHMAP_H_
DW_API_PUBLIC dwStatus dwDepthMap_getSensorStartTimestamp(dwTime_t *const timestamp, dwConstDepthMapHandle_t depthMapHandle)
Get depth map timestamp.
@ DW_POINTCLOUD_DEPTHMAP_TYPE_NATIVE
The depth map grid is defined as:
@ DW_DEPTH_IMAGE_FORMAT_RTHI
RGBA_FLOAT32 image where each pixel is a tuple of 3D polar coordinate and intensity.
dwDepthImageFormat
Defines depth map image type.
Defines depth map common properties.
const WFDPipeline const WFDSource const WFDTransition const WFDRect *const const WFDuint64 timestamp
dwDepthMapType depthMapType
Type of a depth map.
@ DW_DEPTH_IMAGE_FORMAT_INTENSITY
R_FLOAT32 image where each pixel is the Lidar intensity.
int64_t dwTime_t
Specifies a timestamp unit, in microseconds.
DW_API_PUBLIC dwStatus dwDepthMap_getSensorEndTimestamp(dwTime_t *const timestamp, dwConstDepthMapHandle_t depthMapHandle)
Get depth map timestamp.
DW_API_PUBLIC dwStatus dwDepthMap_getTimestamp(dwTime_t *const timestamp, dwConstDepthMapHandle_t depthMapHandle)
Get depth map timestamp.
DW_API_PUBLIC dwStatus dwDepthMap_getProperties(dwDepthMapProperties *const properties, dwConstDepthMapHandle_t depthMapHandle)
Get depth map properties.
dwDepthImageFormat imageFormat
Depth image format.
struct dwDepthMapObject * dwDepthMapHandle_t
Handle representing the DepthMap interface.
struct dwDepthMapObject const * dwConstDepthMapHandle_t
@ DW_DEPTH_IMAGE_FORMAT_XYZI
RGBA_FLOAT32 image where each pixel is a tuple of 3D cartesian coordinate and intensity.
uint32_t width
Depth map width in pixels.
uint32_t height
Depth map height in pixels.
DW_API_PUBLIC dwStatus dwDepthMap_initialize(dwDepthMapHandle_t *const depthMap, dwDepthMapProperties const properties)
Allocate buffers for depth map object.
dwStatus
Status definition.
@ DW_DEPTH_IMAGE_FORMAT_DISTANCE
R_UINT8 image where each pixel represents 3D distance in XYZ space.
DW_API_PUBLIC dwStatus dwDepthMap_release(dwDepthMapHandle_t const depthMap)
Release buffers of depth map object.
dwDepthMapType
Defines depth map type.