Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvmd/libkdtree
libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretically unlimited number of dimensions, and can store any data structure
https://github.com/nvmd/libkdtree
data-structures kd-tree
Last synced: 3 days ago
JSON representation
libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretically unlimited number of dimensions, and can store any data structure
- Host: GitHub
- URL: https://github.com/nvmd/libkdtree
- Owner: nvmd
- License: other
- Created: 2011-11-24T20:02:00.000Z (about 13 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-14T00:22:07.000Z (3 months ago)
- Last Synced: 2024-12-18T05:38:11.082Z (6 days ago)
- Topics: data-structures, kd-tree
- Language: C++
- Homepage:
- Size: 432 KB
- Stars: 62
- Watchers: 6
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.Python
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
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