1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C++2,151 forks (2,151 forks)batch import
help wantedmeshneighbor searchpointcloud
Repository metrics
- Stars
- 10,036 stars (10,036 stars)
- PR merge metrics
- Avg merge 23d 3h (Avg merge 23d 3h)5 merged PRs in 30d (5 merged PRs in 30d)
Description
GPU (integrated / discrete) support for NN search, DBSCAN and connected components.
Potentially faster on CPU.
Use v2023.x since v2024 onwards does not support macOS.
Potentially faster:
- nearest neighbor search: Compare nanoflann vs oneDAL-kNN
- DBSCAN
- connected components
Links:
Contributor guide
- Research direction
- Investigate how to integrate the oneDAL library into Open3D's build system (CMake) and replace or complement existing implementations for nearest neighbor search (nanoflann), DBSCAN, and connected components with oneDAL's GPU accelerated versions. Compare performance and ensure compatibility with Open3D's data structures.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- C++CMake