|
Algorithm 1 Optimization of GVO |
|
Require: Positioning results of GPS and poses of camera . |
| 1: Optimize and by minimizing error between GPS measurements and the positions estimated by VO with initial values obtained by (10) and (11). |
| 2: Optimize the poses of camera by minimizing error between GPS measurements and the positions estimated by VO . |
| 3: Use BA (Bundle Adjustment) to optimize the camera poses again by minimizing the image reprojection error between the matched 3D points in ENU frame and their keypoints in the image. |
| 4: if The optimization converges then
|
| 5: return The optimized ,
and
. |
| 6: else
|
| 7: Repeat step1 to step 6 |
| 8: end if
|