An open API service indexing awesome lists of open source software.

https://github.com/zenixls2/libkdtree

update based on http://libkdtree.alioth.debian.org/
https://github.com/zenixls2/libkdtree

cplusplus-11 cplusplus-14 kdtree python swig

Last synced: 6 months ago
JSON representation

update based on http://libkdtree.alioth.debian.org/

Awesome Lists containing this project

README

          

Stand-alone Python bindings, contributed by Willi Richert

To make them:
$ cd python-bindings
$ make
You will find then two files kdtree.py _kdtree.so in the current directory.
These are all you need to use libkdtree++.
Please examine the test files to get a grip to the usage.

To run the tests, type:
python py-kdtree_test.py