ClayFlannigan / icp

iterative closest point
Other
603 stars 153 forks source link

performance improvement #2

Closed MaxBazik closed 6 years ago

MaxBazik commented 7 years ago

Using sklearn for a more efficient nearest neighbor search.

Moonire commented 6 years ago

Would an Rtree be even more efficient for neighbor search or is the sklearn method just as good ??