Point2point Calibration with Optimization Utils
Closed this issue · 1 comments
pmdjdias commented
The file /OptimizationUtils/test/point_cloud_to_point_cloud/pc2pc_calibration.py is a python implementation a multiple poinCloud to pointCloud alignmnent.
The code open a pointCloud (I started optimizing cows), generate several pointclouds with different transformation and random error and then align all the point clouds with the first using the optimization of all the combination of possible transformation between clouds.
Examples of the cow optimization (:-)) process is shown in the following images/videos
A video showing the optimization process (x32) is shown here:
https://www.youtube.com/watch?v=Wp1QlMzNyAo
miguelriemoliveira commented
Looks very nice. Thanks for posting here.