|
Algorithm 2 Evaluation algorithm. |
-
1:
rankhomographies( ) ▹ Algorithm 1
-
2:
▹ baseline
-
3:
▹ reprojection errors
-
4:
▹ relative improvements
-
5:
fordo
-
6:
▹ Equation (11)
-
7:
-
8:
end for
-
9:
▹ mean reprojection error
-
10:
fordo
-
11:
▹ position of i-th best homography
-
12:
▹ relative improvement
-
13:
end for
-
14:
return
|