Vectorized / Python-KD-TreeLinks
A simple and fast KD-tree for points in Python for kNN or nearest points. (damm short at just ~60 lines) No libraries needed.
☆178Updated last year
Alternatives and similar repositories for Python-KD-Tree
Users that are interested in Python-KD-Tree are comparing it to the libraries listed below
Sorting:
- Compute the Fréchet distance between two polygonal curves in Euclidean space.☆88Updated last year
- Simple C++ KD-Tree implementation☆225Updated last year
- Examples in Python about plotting and interpolating a B-spline curve and their comparison using Numpy, Scipy and Matplotlib.☆113Updated last year
- Kalman Filter implementation in Python using Numpy only in 30 lines.☆396Updated 3 years ago
- A simple Delaunay 2D triangulation in python (with numpy)☆198Updated last year
- An implementation of k-d tree☆188Updated last year
- A fully featured, pythonic library for representing and using quaternions☆367Updated 3 years ago
- A comprehensive tutorial series on Image Formation and Camera Calibration in Python with example☆105Updated 3 years ago
- Calculate Camera Intrinsic and Extrinsic parameters using Zhang's Algorithm☆35Updated 5 years ago
- A fast, scalable and light-weight C++ Fréchet and DTW distance library, exposed to python and focused on clustering of polygonal curves.☆49Updated 2 years ago
- Basic Python particle filter☆180Updated 2 years ago
- BentleyOttmann sweep-line implementation (for finding all intersections in a set of line segments)☆105Updated 11 months ago
- A Python implementation of the Iterative Closest Point algorithm☆116Updated 2 years ago
- 3D transformations for Python.☆689Updated last month
- The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.☆634Updated 5 years ago
- Compute the exact Euclidean Distance Transform and Voronoi Diagram for 2D and 3D binary images using the GPU.☆79Updated 5 years ago
- An example of a hybrid python/C++ package with unit tests☆145Updated 6 years ago
- A differentiable Python implementation of the Sutherland–Hodgman algorithm for clipping polygons in 2D.☆45Updated 3 years ago
- Just a bunch of iPython notebooks for future references.☆145Updated 3 years ago
- (Kuhn-Munkres) numpy implementation, rectangular matrix is supported (|X| <= |Y|). 100x100000 in 0.153 s.☆50Updated 2 years ago
- ☆20Updated 3 years ago
- An easy-to-use Python library for processing and manipulating 3D point clouds and meshes.☆1,502Updated 2 months ago
- Usage of Eigen library with CMake.☆18Updated 7 years ago
- Kd-Tree library for kNN and range queries in plain C++98☆97Updated last year
- Polylidar3D - Fast polygon extraction from 3D Data☆321Updated last year
- Tutorial for wrapping C++ library into Python using pybind11 and CMake☆149Updated last year
- 3D pose estimation of an RGB-D camera using the least squares technique☆37Updated 3 years ago
- Implementing Linear Regression on a CSV file using PyTorch C++ Frontend API☆20Updated 5 years ago
- Parallel k-d tree with C++17, MPI and OpenMP☆37Updated 3 years ago
- VoxNet: A 3D Convolutional Neural Network for Real-Time Object Recognition☆77Updated 7 years ago