How do I perform erosion and dilation on point cloud

조회 수: 11 (최근 30일)
Farah Saeed
Farah Saeed 2021년 7월 15일
댓글: Yazan 2021년 7월 19일
I have a point cloud representing top view of two nearby objects. Performing segmentation using pcsegdist identifies them as one segment. I feel like I would be able to separate them into two objects after applying erosion. How can I achieve erosion in pointclouds?
Thanks!

채택된 답변

Yazan
Yazan 2021년 7월 17일
Transform the point cloud into an image, then you can use Matlab image processing tools and functions.
A quick search on the File Exchange lead me to this function, but I have not tested it myself.
  댓글 수: 6
Farah Saeed
Farah Saeed 2021년 7월 19일
@DGM This can be useful if we can convert the point clouds into voxel/grid representation. If you have any ideas about conversion from point clouds to voxel/grid, you may share here.
Yazan
Yazan 2021년 7월 19일
I have used this contribution before fore that.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by