- 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 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Abhimenyu
2023 年 11 月 3 日
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
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Point Cloud Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!