PCL pointcloud pairwise registration

registration is aligning 3D point cloud on each other such that it gives you a complete model. To achieve this, you need to find the relative positions and orientations of each point cloud, such that you maximize the overlapping intersecting areas between them [1]. So I got the idea from here and I implemented a software […]

PCL pointcloud pairwise registration Read More »