• Stars
    star
    597
  • Rank 74,462 (Top 2 %)
  • Language
    Python
  • License
    Other
  • Created over 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iterative closest point

icp

Python implementation of m-dimensional Iterative Closest Point method. 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.