Zjudmd1015 Icp Save

C++ implementation of 3-dimensional ICP (Iterative Closest Point) method.

Project README

ICP-mini-project

Small collaborative mini-project focused on implementing the Iterative Closest Point algorithm.

Introduction

C++ implementation of 3-dimensional ICP (Iterative Closest Point) algorithm. A Python implementation of ICP by Clay Flannigan was referred and rewritten into a C++ version in this project.

  • ICP finds a best fit rigid body transformation between two point sets. Correspondence between the points is not assumed. Included is an SVD-based least-squared best-fit algorithm for corresponding point sets.
  • In this version, exhaustive search method is used to find the nearest neighbor for each point.
  • Eigen library is used for matrices operations.

ICP Wiki | Eigen

Use command $ g++ icp.cpp test.cpp to make, and use command $ ./a.out to run it.

Open Source Agenda is not affiliated with "Zjudmd1015 Icp" Project. README Source: zjudmd1015/icp
Stars
163
Open Issues
3
Last Commit
4 years ago
Repository
License
MIT
Tags
Icp

Open Source Agenda Badge

Open Source Agenda Rating