Filtering a 3D point cloud

13 ビュー (過去 30 日間)
Meghana Dinesh
Meghana Dinesh 2015 年 8 月 26 日
コメント済み: DS 2021 年 1 月 7 日
I have attached a 3D point cloud here . You can call the function using:
DisplayReconstructedScene( RimPointCloud_filt_lst_sq, J1 );
It looks like this:
How can I process this further and remove all noise? I want only the circular object's surface to be detected. Kindly let me know if further information is required. I want to remove those tiny groups of data points which are away from the main data points.
I have already tried pcdenoise. It didn't show any difference to my results.
  3 件のコメント
Meghana Dinesh
Meghana Dinesh 2017 年 10 月 2 日
Yea, pcdenoise did not help me, even after trying various parameters. I had to write a custom code. However, it would be easy if I knew this .
DS
DS 2021 年 1 月 7 日
Hi, have you solved your problem? If so, could you give some hints on what you have done? Thank you very much in advance!

サインインしてコメントする。

回答 (1 件)

abuzer
abuzer 2016 年 7 月 14 日
Maybe too late but someone need for answer.
Latest Matlab has Point cloud processing toolbox.
pcdenoise function will suit for your work. But you need to change parameters for neighbor and sigma threshold.
ptCloudOut = pcdenoise(ptCloudIn)
cheers.

カテゴリ

Help Center および File ExchangePoint Cloud Processing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by