Implementation of the iterative closest point algorithm. A point cloud is transformed such that it best matches a reference point cloud.
☆144May 31, 2021Updated 5 years ago
Alternatives and similar repositories for Iterative-Closest-Point
Users that are interested in Iterative-Closest-Point are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- C++ implementation of 3-dimensional ICP (Iterative Closest Point) method.☆181May 22, 2024Updated 2 years ago
- pICP: plain Iterative Closest Point, a no-frills implementation in C++ of a simple rigid 3D registration algorithm. Easy to integrate, us…☆31Apr 11, 2020Updated 6 years ago
- A tutorial on iterative closest point using Python☆123Aug 4, 2022Updated 4 years ago
- ICP algorithm , fast and easy to use in point cloud registration☆33Jun 26, 2017Updated 9 years ago
- Implementation of the sparse icp algorithm☆37Jan 12, 2018Updated 8 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- ☆12Mar 21, 2018Updated 8 years ago
- GH-ICP: Iterative Closest Point algorithm with global optimal matching and hybrid metric [3DV' 18]☆467Nov 23, 2024Updated last year
- Normal Iterative Closest Point (NICP) Algorithm C++ Library☆409Mar 23, 2022Updated 4 years ago
- 3D Face Reconstruction from RGBD data, and Deformation Transfer☆12Oct 16, 2020Updated 5 years ago
- Icp Library featuring Point to Point, Point to Plane, ICP in Sim3 for scaling, and more to come :)☆79Aug 23, 2018Updated 8 years ago
- Implementations of a rather simple version of the Iterative Closest Point algorithm in various languages.☆350May 8, 2026Updated 4 months ago
- Iterative closest point GPU and CPU implementations (google benchmark)☆19Nov 3, 2020Updated 5 years ago
- An Iterative Closest Point (ICP) library for 2D and 3D mapping in Robotics☆1,829Aug 27, 2026Updated last week
- ☆651Jul 6, 2024Updated 2 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- iterative closest point☆642Jan 17, 2019Updated 7 years ago
- C++ Library for Iterative Closest Point fitting. http://www.cvlibs.net/software/libicp/ . Fix some mistake in point-to-plane icp implemen…