ivanallen / kdtree

KDTree library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDTree

This is very much a work in progress.

C++ KDTree implementation derived from the C KDTree implementation written by John Tsiombikas. The original C version is available at google code and the specific version this was derived from is available at github under the git tag 'original'.

The C++ side of this is simply to shore up type casting so it builds with a C++ compiler.

License

New BSD license

Requirements

  • cmake 2.8.2+
  • g++ 4.4+
  • gnu make

Building

  • cmake -DCMAKE_PREFIX_PATH=/opt/local .
  • make
  • sudo make install

Contributing

  1. Fork it.
  2. Create a branch
  3. Commit your changes
  4. Push to the branch
  5. Fire off a pull request

About

KDTree library

License:Other


Languages

Language:C++ 71.4%Language:C 26.0%Language:CMake 2.6%