You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fast Kd-Tree lookup implementation (more accurately 1-d tree but you can modify the code to k-nearest easily, and currently building a tree is slow) using Eigen.
Slow adhoc BVH implementation.
For those who can help themselves.
About
Fast Kd-Tree implementation etc. For those who can help themselves..