Skip to content

visionxyz/iterative_closest_point_2d_py3_opencv3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Add support for opencv3 and py3

iterative_closest_point_2d

inspired by http://stackoverflow.com/questions/20120384/iterative-closest-point-icp-implementation-on-python

#usage Call like this,

ret = icp(d1, d2)

. d1, d2 are numpy array of 2d points.

The return value ret is the convert matrix with 2 rows and 3 coloums.

icp estimates rotation, moving, scaling(each x and y Separately) convertion.

About

Iterative Closest Point 2D with python3 and opencv3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.9%
  • Python 4.1%