junjiedong / KDTree
C++ implementation of KDTree & kNN classification on MNIST
☆36Updated 6 years ago
Alternatives and similar repositories for KDTree:
Users that are interested in KDTree are comparing it to the libraries listed below
- Simple C++ KD-Tree implementation☆208Updated 5 months ago
- A C++ header only library for fast nearest neighbor and range searches using a KdTree. It supports interfacing with Eigen, OpenCV, and cu…☆40Updated this week
- A header-only C++ library for k nearest neighbor search with Eigen3.☆54Updated 3 years ago
- An implementation of k-d tree☆175Updated 11 months ago
- A generic C++11 k-means clustering implementation☆211Updated 3 years ago
- Fast dynamic KD-Tree implementations in C++ and Java☆19Updated 4 years ago
- KDTree library☆112Updated 14 years ago
- Cubic B-Spline implementation in C++ templates☆95Updated 7 months ago
- Parallel k-d tree with C++17, MPI and OpenMP☆33Updated 3 years ago
- Probably the fastest C++ dbscan library.☆91Updated 9 months ago
- C++ headers for mapping values to colors and creating PPM images from them☆60Updated 2 years ago
- Kd-Tree library for kNN and range queries in plain C++98☆87Updated last year
- libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretical…☆63Updated 2 weeks ago
- A simple C++17 lib that helps you to quickly plot your data with GnuPlot☆48Updated 2 years ago
- Advanced correct for boost geometry polygons☆34Updated 2 years ago
- Various Splines Interpolation classes☆144Updated 2 weeks ago
- Simple example of Modern CMake☆23Updated 4 years ago
- a simple c++ template quadtree class, header only, use it as STL☆17Updated 9 years ago
- Curve fitting based on Schneider's algorithm. Written using C++11 and OpenSceneGraph (visualization)☆99Updated 7 years ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆73Updated 2 years ago
- A single header-only C++ library for least squares fitting.☆104Updated last year
- Eigen based C++11 implementation of cubic spline approximation (smoothing)☆37Updated last year
- matplotlib-cpp with Eigen interfaces.☆55Updated 4 years ago
- C++ implementation of polyfit☆40Updated 4 years ago
- Graph plots, drawing, layout and windows in OpenCV☆127Updated 2 years ago
- A C++ RangeTree implementation.☆42Updated 4 years ago
- General-purpose C++ graph library☆204Updated last month
- C++11 Delaunay triangulation implementation (Bowyer-Watson)☆84Updated 6 years ago
- A one header only DBSCAN (N-dimensions support) implementation☆120Updated 3 years ago
- A Nonlinear Least Squares Minimizer