Commit Graph

7 Commits

Author SHA1 Message Date
k.koide 7be4ff857c fix typo 2024-06-12 10:28:01 +09:00
Atticus Zhou 5c6f13cfc9
fix: add max_iterations param of align in pybind interface (#52) 2024-05-18 23:59:13 +09:00
k.koide cd7fed688f fix typo 2024-05-04 12:40:51 +09:00
Atticus Zhou 170121470b
fix: make pybind_align to fit c++ interface and add numpy doc for align functions (#47) 2024-05-04 12:39:15 +09:00
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
koide3 06114f860d
test for factors (#37)
* test for factors

* fix factor test
2024-04-25 14:44:29 +09:00
koide3 8483660297
Pymore (#27)
* fix wrong use of points.size()

* enhance python interface

* license
2024-04-16 14:05:19 +09:00