1 # Copyright (c) 2019-2020 NVIDIA CORPORATION. All rights reserved.
3 @page pointcloudprocessing_mainsection Point Cloud Processing
5 @note SW Release Applicability: This module is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
9 Point cloud processing provides the APIs for primitive processing including memory management, packet accumulation/organization,
10 multiple point clouds stitching, range image creation, iterative cloest point between two point clouds and 3D plane estimation.
14 - @ref pointcloudprocessing_usecase1
15 - @ref pointcloudprocessing_usecase2
16 - @ref pointcloudprocessing_usecase3
17 - @ref pointcloudprocessing_usecase4
18 - @ref pointcloudprocessing_usecase5
19 - @ref pointcloudprocessing_usecase6
20 - @ref pointcloudprocessing_usecase7
24 - @ref pointcloudprocessing_group
26 @page lidaraccumulator_mainsection Lidar Accumulator (replaced with `dwPointCloudAccumulator`)
28 Lidar Accumulator has been removed. Use @ref pointcloudprocessing_usecase2 instead.