InteractiveComputerGraphics / cuNSearchLinks
A C++/CUDA library to efficiently compute neighborhood information on the GPU for 3D point clouds within a fixed radius.
☆107Updated last year
Alternatives and similar repositories for cuNSearch
Users that are interested in cuNSearch are comparing it to the libraries listed below
Sorting:
- Fast CUDA 3x3 SVD☆77Updated 7 years ago
- GPU-accelerated triangle mesh processing☆275Updated 2 weeks ago
- A C++ library to compute neighborhood information for point clouds within a fixed radius. Suitable for many applications, e.g. neighborho…☆171Updated last month
- 'cubicle' - a CUDA-centric BVH query library (kNN, find closest point, etc)☆35Updated last month
- Little helper project that builds a BVH over triangles, and allows for querying closest surface point for given input point☆24Updated 3 years ago
- C++ library for fast computation of neighbor lists in point clouds.☆55Updated 10 months ago
- Reference implementation of Oi-BVH tree from the paper "Binary Ostensibly‐Implicit Trees for Fast Collision Detection"☆31Updated 4 years ago
- an implementation of parallel linear BVH (LBVH) on GPU☆236Updated 5 years ago
- ☆128Updated 5 months ago
- ☆71Updated 2 months ago
- FastCorotatedFEM is a minimalistic implementation of the corotated FEM method which was proposed in paper "Fast Corotated FEM using Opera…