|
DW_API_PUBLIC dwStatus | dwLidarPointCloud_create (dwLidarPointCloud *lidarPointCloud, dwPointCloudFormat const format, dwMemoryType const memoryType, uint32_t const maxPointsPerReturn, dwLidarPointCloudMapping const *mapping) |
| Create lidar specific point cloud. More...
|
|
DW_API_PUBLIC dwStatus | dwLidarPointCloud_destroy (dwLidarPointCloud *lidarPointCloud) |
| Destroy lidar specific point cloud. More...
|
|
DW_API_PUBLIC dwStatus | dwLidarPointCloud_getLidarPointStride (uint32_t *size, dwPointCloudFormat const format) |
| Get the size of the lidar point cloud data type. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_bindEgomotionState (dwConstEgomotionStateHandle_t motionState, dwMotionCompensatorHandle_t obj) |
| Bind egomotion state handle. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_bindInput (dwPointCloud const *pointCloud, uint32_t const timestampChannelIndex, dwMotionCompensatorHandle_t obj) |
| Bind input point cloud. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_bindInputLidarPointCloud (dwLidarPointCloud const *pointCloud, dwMotionCompensatorHandle_t obj) |
| Bind input lidar point cloud. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_bindOutput (dwPointCloud *pointCloud, dwMotionCompensatorHandle_t obj) |
| Bind output point cloud. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_bindOutputLidarPointCloud (dwLidarPointCloud *pointCloud, dwMotionCompensatorHandle_t obj) |
| Bind output lidar point cloud. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_getCUDAStream (cudaStream_t *stream, dwMotionCompensatorConstHandle_t obj) |
| Get CUDA stream of motion compensator. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_getDefaultParams (dwMotionCompensatorParams *params, dwLidarProperties const *lidarProps) |
| Get default parameters for motion compensator. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_initialize (dwMotionCompensatorHandle_t *obj, dwMotionCompensatorParams const *params, dwContextHandle_t ctx) |
| Initialize motion compensator module. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_process (dwMotionCompensatorHandle_t obj) |
| Perform motion compensation. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_release (dwMotionCompensatorHandle_t obj) |
| Release motion compensator. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_reset (dwMotionCompensatorHandle_t obj) |
| Reset motion compensator. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_setCUDAStream (const cudaStream_t stream, dwMotionCompensatorHandle_t obj) |
| Set CUDA stream of motion compensator. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_setReferenceTimestamp (dwTime_t const timestamp, dwMotionCompensatorHandle_t obj) |
| Set reference time for motion compensation. More...
|
|
DW_API_PUBLIC dwStatus | dwMotionCompensator_setTransform (dwTransformation3f const *transform, dwMotionCompensatorHandle_t obj) |
| Update point cloud transformation to egomotion coordinate frame. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloud_create (dwPointCloud *pointCloud, dwPointCloudFormat const format, dwMemoryType const memoryType, uint32_t const maxPointsPerLayer, uint32_t const numRequestedLayers, uint32_t const *auxChannelsElemSize, uint32_t const numRequestedAuxChannels) |
| Create point cloud with layers and aux channel information. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloud_createBuffer (dwPointCloud *buffer) |
| Allocates memory for point cloud data structure. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloud_destroy (dwPointCloud *pointCloud) |
| Destroy point cloud buffers. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloud_destroyBuffer (dwPointCloud *buffer) |
| Destroys allocated memory for point cloud data structure. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloud_getPointStride (uint32_t *size) |
| Get the size of the point cloud data type. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_addLidarPacket (dwLidarDecodedPacket const *const packet, dwPointCloudAssemblerHandle_t const obj) |
| Push lidar packet to point cloud assembler. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_bindLidarPointCloud (dwLidarPointCloud *const pointCloud, dwPointCloudAssemblerHandle_t const obj) |
| Bind output lidar specific point cloud. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_bindOutput (dwPointCloud *const pointCloud, dwPointCloudAssemblerHandle_t const obj) |
| Bind output point cloud. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_getCUDAStream (cudaStream_t *const stream, dwPointCloudAssemblerConstHandle_t const obj) |
| Get CUDA stream of point cloud assembler. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_getDefaultParams (dwPointCloudAssemblerParams *const params, dwLidarProperties const *const lidarProperties) |
| Get default initialization parameters for specified lidar device. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_initialize (dwPointCloudAssemblerHandle_t *const obj, dwPointCloudAssemblerParams const *const params, dwLidarProperties const *const lidarProperties, dwContextHandle_t const ctx) |
| Initialize point cloud assembler module. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_isReady (bool *const isReady, dwPointCloudAssemblerConstHandle_t const obj) |
| Indicate that lidar frame has been accumulated. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_process (dwPointCloudAssemblerHandle_t const obj) |
| Perform processing of accumulated data. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_release (dwPointCloudAssemblerHandle_t const obj) |
| Release point cloud assembler. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_reset (dwPointCloudAssemblerHandle_t const obj) |
| Reset point cloud assembler. More...
|
|
DW_API_PUBLIC dwStatus | dwPointCloudAssembler_setCUDAStream (cudaStream_t const stream, dwPointCloudAssemblerHandle_t const obj) |
| Set CUDA stream of point cloud assembler. More...
|
|