|
Algorithm 1 3D point cloud registration based on SVD algorithm |
Input: Two-point cloud sets: , , Output:
-
1:
Calculate the centroid of two 3D point cloud sets , according to Equations (4) and (5);
-
2:
Translating the two point cloud sets , to get the two new 3D point cloud sets according to Equations (6) and (7);
-
3:
Computing 3 × 3 matrix ;
-
4:
Decomposition of singular values for matrix C, , where and the rotation matrix ;
-
5:
Computing the translation matrix .
|