필터 지우기
필터 지우기

Distance-based clustering for 10-20 million 3D points

조회 수: 4 (최근 30일)
Carlos Cabo
Carlos Cabo 2019년 9월 6일
답변: Prashik Shende 2020년 10월 22일
Hi.
I am looking for an efficient way to cluster 10-20 million unorganized 3D points based on the distance (i.e. setting a distance threshold so every point at less than that distance to its neighbours is clustered with them).
Any implementation of DBscan (or similar) able to deal with the kind/amount of data I have described would do the job.
Thanks.
  댓글 수: 10
Carlos Cabo
Carlos Cabo 2020년 5월 26일
@Image Analyst: If the function hasn't changed from the 2019a version, I've tried it and it doesn't seem to be very efficient with just a few million points in 3D.
It doesn't semm to use any space partition structure (or at least I didn't find any reference to it).
Ali
Ali 2020년 7월 14일
@Carlos you have to downsample the point cloud first, this is the recommended approach by Matlab Documentation, refer to pcdownsample.

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

답변 (1개)

Prashik Shende
Prashik Shende 2020년 10월 22일
you can use pcsegdist

카테고리

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