Skip to content

noelwelsh/icp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of an Iterative Closest Point (ICP) algorithm

This is an implementation of the ICP algorithm given in Lu & Milios, “Robot Pose Estimation in Unknown Environments by Matching 2D Range Scans”. It can be used to find the rotation and transform that gives a locally optimal alignment of one set of points with another. The actual algorithm consists of three subalgorithms:

  1. SLSMA
  2. IMRP
  3. ICP (confusing, I know)

About

Iterated closest points algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages