icp icon indicating copy to clipboard operation
icp copied to clipboard

Return total transformation instead of list of transformations

Open G-nn-r opened this issue 3 years ago • 1 comments

What?

Replace the transformation_history return value of the icp()-function with transformation. While the list of transformations might be interesting to investigate the convergence, the total transformation would be a more interesting return value for most applications.

Why?

For instance, it can be helpful when the point cloud has been created by processing a 2D image, which also might be transformed.

G-nn-r avatar Jul 18 '22 09:07 G-nn-r

I agree, the final transformation matrix is more interesting.

shrinivas96 avatar Jun 01 '23 20:06 shrinivas96