| Algorithm 1 Feature matching for point clouds based on PCV. |
|
Require: The source point cloud and the target point cloud . Ensure: Consistent feature correspondences between and . 1: Generate by matching local keypoint descriptors; 2: Initialize the iteration index and 3: Define the initial voting set based on ; 4: while do 5: Calculate the compatibility score between and using Equation (5); 6: Calculate the voting score for using Equation (7); 7: Update using Equation (8); 8: ; 9: end while 10: Sort based on the scoring result at the last iteration; 11: Push top-scored correspondences into ; 12: Return . |