- https://www.mathworks.com/help/vision/point-cloud-processing.html
- https://www.mathworks.com/help/vision/ref/pcdenoise.html
- https://www.mathworks.com/help/vision/ref/pcdownsample.html
Velodyne Lidar Live Data Processing
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ahmed Tamer
am 24 Okt. 2023
Kommentiert: Ahmed Tamer
am 20 Nov. 2023
Hello, I am trying to use a Velodyne VLP 16 Puck Lidar, to receive live data (visualized) as well as point cloud, the issue I have is; I do actually run the code to visualize the lidar and I can see the live map, as well as I get frames in the work space as (1x1 Pointcloud), now how can I process these pointclouds(from the live stream of lidar), I would like to denoise them, downsample, etc. I tried going through alot of toolboxes but I usually get stuck, need tips and how to start working, thanks.,
0 Kommentare
Akzeptierte Antwort
Abhimenyu
am 3 Nov. 2023
Hi Ahmed,
I understand that you want to process the “point cloud” data obtained from the “Velodyne LiDAR” sensor. A point cloud is a set of data points in 3-D space. The points together represent a 3-D shape or object. Each point in the data set is represented by an x, y, and z geometric coordinate. Point clouds provide a means of assembling many single spatial measurements into a dataset that can be represented as a describable object.
The “Point Cloud Processing” category of MATLAB’s “Computer Vision” toolbox offers a variety of functions to read and process “point cloud” data. To denoise and down sample the data, “pcdenoise” and “pcdownsample” functions of the toolbox can be used.
Please refer to the below mentioned MATLAB documentation links to explore more on “Point Cloud Processing” category, “pcdenoise” function and “pcdownsample” function respectively:
I hope this helps to resolve the query.
Thanks,
Abhimenyu
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Point Cloud Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!