Modification to https://github.com/KojiKobayashi/iterative_closest_point_2d
Add support for opencv3 and py3
#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.