Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connected Component Clustering with Octree #6752

Open
3 tasks done
RauchLukas opened this issue Apr 10, 2024 · 0 comments
Open
3 tasks done

Connected Component Clustering with Octree #6752

RauchLukas opened this issue Apr 10, 2024 · 0 comments
Labels

Comments

@RauchLukas
Copy link

Checklist

My Question

Hi Community.

I am stuck with the problem of clustering large point clouds into connected segments.
Basically, I want to achieve the results in the Cluster DBSCAN example.
However, my point clouds exceed 10 Mio. Points. and the DBSCAN algorithm becomes really slow in this range.

The famous CloudCompare software achieves similar Connected Component segmentation with the help of Octree, thus can be more performant.

It would be awsom if there was a way to utilize the open3D Octree functionality to segment large point clouds, but I cannot figure out if or how to code my own method.

Has anyone tried this or dealt with this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant