Iterative-Closest-Point
Iterative-Closest-Point copied to clipboard
Implementation of the iterative closest point algorithm. A point cloud is transformed such that it best matches a reference point cloud.
Hi Currently since the mergesort function isn't working the Kdtree is not valid during the ICP process. Therefore, the speed is slow. Just to let u know there are several...
Added CMake. Compilation on Linux threw error due to missing math.h
Is there a way to get the rotation matrix and translation values required to transform the dynamic to static point clouds? I edited the ICP.cpp but the final rotation matrix...