A simple C library for working with KD-Trees. Contribute to jtsiomb/kdtree development by creating an account on GitHub.
CMakeLists.txt first push Jan 5, 2017 KDtree.hpp fixed compilation issue mac os Dec 28, 2018 LICENSE.md first push Jan 5, 2017 README.md fixed compilation issue mac os Dec 28, 2018 build.sh first push Jan 5, 2017 clean.sh first push Jan 5, 2017 kdtree_example.JPG improved readme...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
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...
Explore Topics Trending Collections Events GitHub Sponsors # kdtree Star Here are 6 public repositories matching this topic... Language: C jingwood / cpp-graphics-module Star 3 Code Issues Pull requests Common classes for cross-platform C++ 2D/3D graphics application. drawing image module graphics...
A simple C library for working with KD-Trees. Contribute to jtsiomb/kdtree development by creating an account on GitHub.
CMakeLists.txt README.md main.cpp README.md kdtree Simple implementation of kdtree. Support using Graphviz to draw the structure of kdtree. require c++11 usage #include <iostream> #include <vector> #include <kdtree.h> using namespace std; int main() { std::vector<std::vector<...
Copyright (c) 2016 Leonardo Citraro ldo.citraro@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to us...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Point Cloud Library (PCL). Contribute to PointCloudLibrary/pcl development by creating an account on GitHub.