# kdtree **Repository Path**: lishaojing/kdtree ## Basic Information - **Project Name**: kdtree - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-03 - **Last Updated**: 2022-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](http://code.google.com/p/kdtree) and the specific version this was derived from is available at [github](http://github.com/sdeming/kdtree) 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][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 [license]: http://www.opensource.org/licenses/bsd-license.php