|
Algorithm 1 The proposed method: |
|
Input: Model point set and scene point set . |
|
Output: Transformed model point set. |
|
Initialize: Parameters , , , , , , and , and probabilities . |
|
Begin: Construct kernel matrix, and perform the QR decomposition of model point set. |
Repeat:
Compute the AD and AD-correspondences using Equations (3) and (4), respectively;
Compute the RD and RD-correspondences using Equation (5) and Hungarian method, and assign confidence for RD-correspondences using Equations (6)–(8);
Compute the collaborative correspondences and corresponding matrix using Equations (9) and (10), respectively;
Compute the transformation parameters of affine and nonaffine parts using Equations (22) and (23), respectively;
Update , , and .
|
|
Until: Achieve the maximum number of iterations; |
| Output the transformed points using Equation (14). |