small_gicp/src
koide3 0d31edaa74
Replace nanoflann (#42)
* replace nanoflann with original kdtree

* replace KdTreeOMP in python binding

* include array to fix build error on windows

* add kdtree test with synthetic data

* add nowait to see if it fixes error on win

* update README

* use openmp atomic

* revert. MSVC does not support openmp very well...

* disable parallel kdtree construction on windows

* update README

* rephrase

* avoid knn result copy

* refactoring
2024-05-02 11:32:36 +09:00
..
benchmark Replace nanoflann (#42) 2024-05-02 11:32:36 +09:00
example Replace nanoflann (#42) 2024-05-02 11:32:36 +09:00
python Replace nanoflann (#42) 2024-05-02 11:32:36 +09:00
small_gicp expose termination criterion (#8) 2024-04-03 11:30:44 +09:00
test Replace nanoflann (#42) 2024-05-02 11:32:36 +09:00