Algorithm 2 Inlier Segmentation |
1: Divide into sub-regions by Euclidean space distance of the points, and initialize |
inlier cluster ; |
2: Conduct random sampling on each sub-region and generate hypotheses ; |
3: Calculate the permutation preference matrix ; |
4: Calculate the Spearman footrule distance matrix for the permutation preferences of points and
|
Equation (5); |
5: Conduct linkage clustering with distance and obtain clusters
|
6: If , return as the inlier segmentation result; else , , and return to step 2. |