add kd tree class

add mesh decimation algorithm
This commit is contained in:
wmayer
2017-11-14 11:37:30 +01:00
parent 0b33f977f7
commit 04ea295280
35 changed files with 5546 additions and 27 deletions

12
src/3rdParty/libkdtree/README.Python vendored Normal file
View File

@@ -0,0 +1,12 @@
Stand-alone Python bindings, contributed by Willi Richert <w.richert@gmx.net>
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