|
Algorithm 1 Layer registration utilizing multiple-layer RANSAC |
|
Input: Initial pair set , threshold and iteration index ; |
|
Output: Each layer’s matching pair set and its corresponding homography ; |
| repeat
|
|
|
| RANSAC in pair set for model , where ; |
| Divide outliers and inliers according to ; |
| if
then
|
| Set matching pair set of the k-th layer as ; |
| Set homography of the k-th layer as ; |
| end
if
|
| Set the pair set of next iteration as ; |
| until
|