81 skills found · Page 1 of 3
viliwonka / KDTreeFast KDTree for Unity, with thread-safe querying.
KristofferC / NearestNeighbors.jlHigh performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
mikolalysenko / Static KdtreeA static kdtree data structure
begeekmyfriend / KdtreeAbsolute balanced kdtree for fast kNN search.
umbertogriffo / Fast Near Duplicate Image SearchFast Near-Duplicate Image Search and Delete using pHash, t-SNE and KDTree.
JaminJiang / Dbscan KdtreeFast Implementation of DBSCAN using Kdtree for acceleration. The example is clustering point cloud(PCL library used).
gurgeous / KdtreeBlazingly fast, native 2d kdtree.
sdeming / KdtreeKDTree library
leonfoks / CoretranAn easy to follow library to make Fortran easier in general with wrapped interfaces, sorting routines, kD-Trees, and other algorithms to handle scientific data and concepts. The library contains core fortran routines and object-oriented classes.
thomgrand / Torch KdtreePort of cp_kdtree to pytorch
Jaybro / Pico TreeA C++ header only library for fast nearest neighbor and range searches using a KdTree. It supports interfacing with Eigen, OpenCV, and custom data types and provides optional Python bindings.
mortacious / Numba KdtreeA kdtree implementation for numba.
abreheret / Icp OpencvA simple example of icp (Iterative Closest Point) with opencv and kdtree.
junjiedong / KDTreeC++ implementation of KDTree & kNN classification on MNIST
thesamet / Kdtree ScalaKDTree and KDTreeMap implementation in Scala
taiya / KdtreeAutomatically exported from code.google.com/p/kdtree-matlab
patvarilly / CoverTreePython implementation of cover trees, near-drop-in replacement for scipy.spatial.kdtree
Karbo123 / Torch KdtreeA CUDA implementation of KDTree in PyTorch
YuanxianH / Eigen Based KD TreeA simple and efficient c++ KDTree implementation.
JuliaGeometry / KDTrees.jlKDTrees for julia