Skip to content

Lixiyao-meow/Iterative_Closest_Point_Alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterative_Closest_Point_Alignment

The ICP algorithm is a classical method for alignment using rigid transformation. It alternates between the closest query point in the target set and the minimization of the distance between corresponding points. It is guaranteed to converge to a locally optimal alignment. For a more detailed explanation, please refer to the report.

Results

Basic ICP

ICP applied on models with different rotated angles

ICP applied on noisy models

Multiple models alignment