Automatic UAV Image Geo-Registration by Matching UAV Images to Georeferenced Image Data
"> Figure 1
<p>Typical cases from the datasets (<b>a</b>) <tt>Container</tt> and (<b>b</b>) <tt>Highway</tt> showing the results of matching UAV and aerial images using SIFT, where the left of the subfigure is a downsampled UAV image and the right is a cropped aerial image. Green lines indicate the matches detected by SIFT; almost all of them are wrong.</p> "> Figure 2
<p>Datasets used in this paper: each column represents one (pre-processed) aerial reference image and two UAV target images. The UAV image in (<b>d</b>) should be matched to the aerial image (top right) and to a cropped part of a Google Maps image (<b>h</b>). (<b>a</b>) <tt>Container</tt>; (<b>b</b>) <tt>Urban1</tt>; (<b>c</b>) <tt>Pool1</tt>; (<b>d</b>) <tt>Building</tt>; (<b>e</b>) <tt>Highway</tt>; (<b>f</b>) <tt>Urban2</tt>; (<b>g</b>) <tt>Pool2</tt>; (<b>h</b>) <tt>Googlemaps</tt>.</p> "> Figure 3
<p>Influence of different ratio test thresholds for the <tt>Container</tt> dataset. (<b>a</b>) Number of remaining matches after applying the ratio test (solid) and the number of correct matches among them (dashed); (<b>b</b>) ratio of correct (dashed) and incorrect (solid) matches.</p> "> Figure 4
<p>Cumulative number of possible correct matches considering multiple nearest neighbors in the feature matching for the <tt>Container</tt> dataset.</p> "> Figure 5
<p>Feature points highlighted in red, namely all of the pixels at the boundaries of superpixels, after removing those feature points located at homogeneous areas for (<b>a</b>) the pre-aligned UAV image and (<b>b</b>) the aerial image of the <tt>Container</tt> dataset with 1000 simple linear iterative clustering (SLIC) superpixels.</p> "> Figure 6
<p>Challenge of ambiguous feature matching. One feature point at a corner of a container in the UAV image (<b>a</b>) corresponds to many feature points in the aerial image with similar descriptors (<b>b</b>). The correct match often can be found among a set of multiple nearest neighbors. These ambiguities need to be solved in order to extract the correct match.</p> "> Figure 7
<p>Geometric match verification of the <tt>Container</tt> scenario with histogram voting. Distribution of pixel distances for all putative matches according to the one-to-many matching in the (<b>a</b>) row and (<b>b</b>) column direction. Distinct peaks represent unknown 2D-translation.</p> "> Figure 8
<p>Recovering the unknown image rotation in the case of unavailable or inaccurate UAV IMU data. Extending the proposed method by transforming UAV feature points with multiple rotation values before the histogram voting step. The figure shows the rotation histogram for the <tt>Container</tt> dataset. The maximum number of raw matches represents unknown image rotation.</p> "> Figure 9
<p>Refinement and duplicate elimination of geometric correct matches. (<b>a</b>) One feature point in the UAV image (yellow dot) and its template size (rectangle); (<b>b</b>) corresponding geometric inliers (yellow dots) in the aerial image and size of the search window for one match (red rectangle); (<b>c</b>) all geometric inliers will share the same optimized pixel location after refinement (red dot).</p> "> Figure 10
<p>Additional datasets for the experiment. Top: reference images. Bottom: target images. Overlapping areas are highlighted by yellow rectangles in the reference images. (<b>a</b>) <tt>WV2</tt>; (<b>b</b>) <tt>Eichenau</tt>; (<b>c</b>) <tt>EOC</tt>.</p> "> Figure 11
<p>Qualitative results of the proposed matching method according to the image pairs in <a href="#remotesensing-09-00376-f002" class="html-fig">Figure 2</a>. The first row shows the overlapped UAV and aerial image pairs after applying an estimated homography calculated from our matches (also for the figure on the bottom right). The second and third row show the distribution of the geometrically-correct matches in the UAV images (yellow dots).</p> "> Figure 11 Cont.
<p>Qualitative results of the proposed matching method according to the image pairs in <a href="#remotesensing-09-00376-f002" class="html-fig">Figure 2</a>. The first row shows the overlapped UAV and aerial image pairs after applying an estimated homography calculated from our matches (also for the figure on the bottom right). The second and third row show the distribution of the geometrically-correct matches in the UAV images (yellow dots).</p> "> Figure 12
<p>Comparison of (<b>a</b>) the aerial orthophoto with 20 cm GSD and (<b>b</b>) the UAV orthophoto with 2 cm GSD of the <tt>Eichenau</tt> dataset; (<b>c</b>) 50% transparent overlap of both orthophotos; (<b>d</b>,<b>e</b>) compare cars and (<b>f</b>,<b>g</b>) show a roof on the aerial and UAV orthophoto, respectively.</p> "> Figure 13
<p>Camera pose visualization for the <tt>Eichenau</tt> dataset, showing camera poses of the geo-registered UAV image block at a 100-m altitude (red) and the aerial image block at a 600-m altitude (black).</p> "> Figure 14
<p>Comparison of (<b>a</b>,<b>c</b>) aerial orthophotos with 20-cm GSD and (<b>b</b>,<b>d</b>) UAV orthophotos with 2-cm GSD of the <tt>Germering</tt> dataset; (<b>e</b>,<b>f</b>) compare a manhole and (<b>g</b>,<b>h</b>) staircases on the aerial and UAV orthophoto, respectively.</p> "> Figure 15
<p>Comparison of (<b>a</b>) aerial and (<b>b</b>) UAV DSM of the <tt>Eichenau</tt> dataset. 20-cm GSD for aerial and 2-cm GSD for UAV DSM. (<b>c</b>) Color map illustrating the height differences between the two DSMs in meters.</p> "> Figure 16
<p>Comparison of (<b>a</b>) aerial and (<b>b</b>) UAV DSM of the <tt>Germering</tt> dataset. 20-cm GSD for aerial and 2-cm GSD for UAV DSM. (<b>c</b>) Color map illustrating the height differences between the two DSMs in meters.</p> "> Figure 17
<p>Histograms of the height differences between the aligned DSMs generated from UAV and aerial images for the (<b>a</b>) <tt>Eichenau</tt> and (<b>b</b>) <tt>Germing</tt> datasets.</p> "> Figure 18
<p>Comparison of the dense point clouds for (<b>a</b>) only aerial images and (<b>b</b>) additional registered nadir and oblique UAV images of the <tt>EOC</tt> dataset. The combination of aerial and UAV images can enrich 3D models for more details and add facades to buildings.</p> ">
Abstract
:1. Introduction
- An exhaustive analysis of limiting cases of SIFT-based image matching for UAV and aerial image pairs. The reasons for the matching failure are identified by investigating the influence of different SIFT and Affine-SIFT (ASIFT) parameters, image rotations and the ratio test.
- A novel feature matching pipeline constituted of a dense feature detection scheme, a one-to-many matching strategy and a global geometric verification scheme.
- A comprehensive analysis of the matching quality with ground-truth correspondences and a demonstration of various experiments for evaluating absolute and relative accuracies of generated photogrammetric 3D products.
2. Related Work
- To handle the large differences in scale and rotation between image pairs, we use a novel feature matching approach, which can overcome the challenge and robustly deliver abundant matches.
- Our method works for data of different scales, e.g., aerial images, aerial orthophotos and satellite images.
- Our method achieves not only decimeter-level co-registration accuracy, but also comparable absolute accuracy as that of the reference image, which is georeferenced in the conventional photogrammetric way.
3. Matching Performance Evaluation Using SIFT Features
3.1. SIFT
3.2. Influence of Rotation
- The rotation invariance of SIFT does not work well when the images have large differences in scales and viewpoints. In standard SIFT, the dominant orientation is detected automatically. Instead, if we fix the orientations of SIFT keypoints, the number of correct matches increases significantly.
- When the image has repeated patterns, the local descriptors of the repeated structure can be so similar that the distance ratio between the nearest and second nearest neighbor is no more distinctive. As an important step in the standard matching pipeline, the ratio test actually discards many correct matches, and the remaining correspondences are not reliable. In contrast, considering multiple nearest neighbors as matching hypotheses can help to increase the matching performance enormously.
4. Proposed Image Matching Method
4.1. Prerequisites
4.2. Dense Feature Extraction
4.3. One-To-Many Feature Matching
4.4. Geometric Match Verification with Histogram Voting
4.5. Eliminating Differences in Image Rotation
4.6. Match Refinement
4.7. Geo-Registration of UAV Images
- Match a UAV image U with the reference image R using the proposed matching method. Assume a feature point in the reference image is matched to feature point in the UAV images, this matching pair corresponds to a 3D point in the object space.
- If image R is an individual georeferenced aerial or satellite image, we assume its height map is available, which can be generated in the process of dense matching with neighboring images [37]. The height Z can be looked up in the height map, and the planar coordinates X and Y can be calculated using the orientation parameters of R. If image R is an aerial orthophoto that is generated by an orthographic projection of the aerial image mosaic onto a high resolution DSM, the planar coordinates are namely the corresponding georeferenced coordinates of the pixel in the orthophoto, and Z is namely the corresponding height at of the DSM.
- As the proposed matching method generates thousands of matches and each match results in a 3D point, those points can be used as reference 3D points to transform the UAV image to the same global coordinate system of the reference image. If there are UAV image sequences, a bundle adjustment can be performed to improve the global geo-registration accuracy.
5. Experiments
5.1. Data Acquisition
5.2. Performance Test of Matching UAV Images with a Reference Image
5.3. Evaluation of the Geo-Registration of UAV Images
5.4. Application Scenario: Enriching 3D Building Models
6. Discussion
7. Conclusions
Acknowledgments
Author Contributions
Conflicts of Interest
References
- Eisenbeiß, H. UAV Photogrammetry. Ph.D. Thesis, Institute of Geodesy and Photogrammetry, ETH Zurich, Zurich, Switzerland, 2009. [Google Scholar]
- Nex, F.; Remondino, F. UAV for 3D mapping applications: A review. Appl. Geomat. 2014, 6, 1–15. [Google Scholar] [CrossRef]
- Colomina, I.; Molina, P. Unmanned aerial systems for photogrammetry and remote sensing: A review. ISPRS J. Photogramm. Remote Sens. 2014, 92, 79–97. [Google Scholar] [CrossRef]
- Chiabrando, F.; Lingua, A.; Piras, M. Direct photogrammetry using UAV: Tests and first results. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2013, 81–86. [Google Scholar]
- Jacobsen, K.; Cramer, M.; Ladstädter, R.; Ressl, C.; Spreckels, V. DGPF-Project: Evaluation of Digital Photogrammetric Camera Systems Geometric Performance. Photogramm. Fernerkund. Geoinf. 2010, 2010, 83–97. [Google Scholar] [CrossRef]
- Zhao, H.; Zhang, B.; Wu, C.; Zuo, Z.; Chen, Z.; Bi, J. Direct georeferencing of oblique and vertical imagery in different coordinate systems. ISPRS J. Photogramm. Remote Sens. 2014, 95, 122–133. [Google Scholar] [CrossRef]
- Lowe, D.G. Distinctive image features from scale-invariant keypoints. Int. J. Comput. Vis. 2004, 60, 91–110. [Google Scholar] [CrossRef]
- Kurz, F.; Meynberg, O.; Rosenbaum, D.; Türmer, S.; Reinartz, P.; Schroeder, M. Low-cost optical camera system for disaster monitoring. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2012, 39, 33–37. [Google Scholar] [CrossRef]
- Kurz, F.; Rosenbaum, D.; Meynberg, O.; Mattyus, G.; Reinartz, P. Performance of a real-time sensor and processing system on a helicopter. ISPRS Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2014, XL-1, 189–193. [Google Scholar]
- Vexcel UltraCam. Available online: http://www.vexcel-imaging.com/ (accessed on 10 February 2017).
- Vexcel UltraNav. Available online: http://www.vexcel-imaging.com/wp-content/uploads/2016/09/BrochureUltraNav.pdf (accessed on 10 February 2017).
- Verhoeven, G.; Wieser, M.; Briese, C.; Doneus, M. Positioning in time and space: Cost-effective exterior orientation for airborne archaeological photographs. In Proceedings of the 24th International CIPA Symposium (ISPRS), Strasbourg, France, 2–6 September 2013; pp. 313–318. [Google Scholar]
- Gerke, M.; Przybilla, H.J. Accuracy analysis of photogrammetric UAV image blocks: Influence of onboard RTK-GNSS and cross flight patterns. Photogramm. Fernerkund. Geoinf. 2016. [Google Scholar] [CrossRef]
- Zitová, B.; Flusser, J. Image registration methods: A survey. Image Vis. Comput. 2003, 21, 977–1000. [Google Scholar] [CrossRef]
- Bay, H.; Ess, A.; Tuytelaars, T.; van Gool, L. Speeded-up robust features (SURF). Comput. Vis. Image Underst. 2008, 110, 346–359. [Google Scholar] [CrossRef]
- Calonder, M.; Lepetit, V.; Strecha, C.; Fua, P. Brief: Binary robust independent elementary features. In Proceedings of the European Conference on Computer Vision, Heraklion, Greece, 5–11 September 2010; Springer: Berlin, Heidelberg, 2010; pp. 778–792. [Google Scholar]
- Calonder, M.; Lepetit, V.; Ozuysal, M.; Trzcinski, T.; Strecha, C.; Fua, P. BRIEF: Computing a local binary descriptor very fast. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 1281–1298. [Google Scholar] [CrossRef] [PubMed]
- Rublee, E.; Rabaud, V.; Konolige, K.; Bradski, G. ORB: An efficient alternative to SIFT or SURF. In Proceedings of the 2011 IEEE International Conference on Computer Vision (ICCV), Barcelona, Spain, 6–13 November 2011; pp. 2564–2571. [Google Scholar]
- Rosten, E.; Porter, R.; Drummond, T. Faster and better: A machine learning approach to corner detection. IEEE Trans. Pattern Anal. Mach. Intell. 2010, 32, 105–119. [Google Scholar] [CrossRef] [PubMed]
- Heinly, J.; Dunn, E.; Frahm, J.M. Comparative evaluation of binary features. In Computer Vision—ECCV 2012; Springer: Berlin/Heidelberg, Germany, 2012; pp. 759–773. [Google Scholar]
- Bekele, D.; Teutsch, M.; Schuchert, T. Evaluation of binary keypoint descriptors. In Proceedings of the 2013 20th IEEE International Conference on Image Processing (ICIP), Melbourne, Australia, 15–18 September 2013; pp. 3652–3656. [Google Scholar]
- Dwarakanath, D.; Eichhorn, A.; Halvorsen, P.; Griwodz, C. Evaluating performance of feature extraction methods for practical 3D imaging systems. In Proceedings of the 27th Conference on Image and Vision Computing New Zealand, Dunedin, New Zealand, 26–28 November 2012; pp. 250–255. [Google Scholar]
- Juan, L.; Gwun, O. A comparison of sift, pca-sift and surf. Int. J. Image Process. 2009, 3, 143–152. [Google Scholar]
- Alcantarilla, P.F.; Bartoli, A.; Davison, A.J. KAZE features. In Proceedings of the European Conference on Computer Vision, Florence, Italy, 7–13 October 2012; Springer: Berlin/Heidelberg, Germany, 2012; pp. 214–227. [Google Scholar]
- Yu, G.; Morel, J.M. ASIFT: An algorithm for fully affine invariant comparison. Image Process. On Line 2011, 1, 11–38. [Google Scholar] [CrossRef]
- Apollonio, F.; Ballabeni, A.; Gaiani, M.; Remondino, F. Evaluation of feature-based methods for automated network orientation. ISPRS Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2014, 40, 47–54. [Google Scholar] [CrossRef]
- Conte, G.; Doherty, P. Vision-based unmanned aerial vehicle navigation using geo-referenced information. EURASIP J. Adv. Signal Process. 2009. [Google Scholar] [CrossRef]
- Fan, B.; Du, Y.; Zhu, L.; Tang, Y. The registration of UAV down-looking aerial images to satellite images with image entropy and edges. In Proceedings of the International Conference on Intelligent Robotics and Applications, Shanghai, China, 10–12 November 2010; Springer: Berlin/Heidelberg, Germany, 2010; pp. 609–617. [Google Scholar]
- Lin, T.Y.; Cui, Y.; Belongie, S.; Hays, J. Learning deep representations for ground-to-aerial geolocalization. In Proceedings of the 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Boston, MA, USA, 7–12 June 2015; pp. 5007–5015. [Google Scholar]
- Shan, Q.; Wu, C.; Curless, B.; Furukawa, Y.; Hernandez, C.; Seitz, S.M. Accurate geo-registration by ground-to-aerial image matching. In Proceedings of the 2014 2nd International Conference on 3D Vision, Tokyo, Japan, 8–11 December 2014; Institute of Electrical and Electronics Engineers Inc.: Piscataway, NJ, USA, 2014; Volume 1, pp. 525–532. [Google Scholar]
- Majdik, A.L.; Verda, D.; Albers-Schoenberg, Y.; Scaramuzza, D. Air-ground matching: Appearance-based GPS-denied urban localization of micro aerial vehicles. J. Field Robot. 2015, 32, 1015–1039. [Google Scholar] [CrossRef]
- Aicardi, I.; Nex, F.; Gerke, M.; Lingua, A.M. An image-Based approach for the co-Registration of multi-Temporal UAV image datasets. Remote Sens. 2016, 8, 779–798. [Google Scholar] [CrossRef]
- Xu, Y.; Ou, J.; He, H.; Zhang, X.; Mills, J. Mosaicking of Unmanned Aerial Vehicle Imagery in the Absence of Camera Poses. Remote Sens. 2016, 8, 204. [Google Scholar] [CrossRef]
- Koch, T.; Zhuo, X.; Reinartz, P.; Fraundorfer, F. A new paradigm for matching UAV-and aerial images. ISPRS Ann. Photogramm. Remote Sens. Spat. Inf. Sci. 2016, 3, 83–90. [Google Scholar] [CrossRef]
- Zhuo, X.; Cui, S.; Kurz, F.; Reinartz, P. Fusion and classification of aerial images from MAVS and airplanes for local information enrichment. In Proceedings of the 2016 IEEE International Geoscience and Remote Sensing Symposium (IGARSS), Beijing, China, 10–15 July 20166; pp. 3567–3570. [Google Scholar]
- Achanta, R.; Shaji, A.; Smith, K.; Lucchi, A.; Fua, P.; Süsstrunk, S. SLIC superpixels compared to state-of-the-art superpixel methods. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 2274–2282. [Google Scholar] [CrossRef] [PubMed]
- D’Angelo, P.; Reinartz, P. Semiglobal matching results on the ISPRS stereo matching benchmark. In Proceedings of the ISPRS Hannover Workshop 2011: High-Resolution Earth Imaging for Geospatial Information, Hannover, Germany, 14–17 June 2011. [Google Scholar]
- Hirschmuller, H. Stereo processing by semiglobal matching and mutual information. IEEE Trans. Pattern Anal. Mach. Intell. 2008, 30, 328–341. [Google Scholar] [CrossRef] [PubMed]
- Koch, T.; d’Angelo, P.; Kurz, F.; Fraundorfer, F.; Reinartz, P.; Korner, M. The TUM-DLR multimodal earth observation evaluation benchmark. In Proceedings of the The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, Seattle, WA, USA, 27–30 June 2016. [Google Scholar]
- Rabus, B.; Eineder, M.; Roth, A.; Bamler, R. The shuttle radar topography mission-a new class of digital elevation models acquired by spaceborne radar. ISPRS J. Photogramm. Remote Sens. 2003, 57, 241–262. [Google Scholar] [CrossRef]
- Rothermel, M.; Wenzel, K.; Fritsch, D.; Haala, N. SURE: Photogrammetric surface reconstruction from imagery. In Proceedings of the LC3D Workshop, Berlin, Germany, 4–5 December 2012. [Google Scholar]
UAV Photogrammetry | Manned Aircraft Photogrammetry | |
---|---|---|
Coverage | m–km | km |
Image resolution/GSD | mm–cm | cm–dm |
Geo-registration possibility | low quality GNSS/IMU | high quality GNSS/IMU |
meter-level accuracy | centimeter-level accuracy | |
Price and operating cost | low-moderate | high |
applicable in hazardous areas | less mobile | |
Flexibility | works in cloudy/drizzly weather | weather-dependent |
remotely controlled | pilot needed |
Levels | |||||||||
---|---|---|---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | ||
Octaves | 1 | 12/50 | 15/61 | 15/64 | 17/74 | 17/84 | 11/91 | 17/78 | 14/91 |
2 | 13/61 | 17/71 | 12/89 | 20/103 | 25/124 | 16/134 | 26/137 | 21/148 | |
3 | 13/63 | 17/76 | 13/93 | 22/108 | 26/131 | 17/142 | 27/148 | 22/153 | |
4 | 13/62 | 17/77 | 13/94 | 22/109 | 26/134 | 17/146 | 27/155 | 22/158 | |
5 | 13/62 | 17/77 | 13/93 | 22/110 | 26/136 | 17/148 | 27/157 | 22/159 |
Scenario | Image Fragment Size (pix) | Keypoints | Correct Matches | ||||
---|---|---|---|---|---|---|---|
Aerial | UAV | Aerial | UAV | Nearest | Ratio Test | Nearest 100 | |
Container | 3763 | 3682 | 81 | 27 | 690 | ||
Highway | 2768 | 2560 | 46 | 22 | 521 | ||
Urban1 | 10,335 | 6266 | 47 | 27 | 304 | ||
Urban2 | 9642 | 5757 | 293 | 176 | 1031 | ||
Pool1 | 5096 | 4202 | 87 | 47 | 451 | ||
Pool2 | 5788 | 4047 | 152 | 103 | 675 | ||
Building | 4072 | 3270 | 76 | 39 | 498 | ||
Googlemaps | 3411 | 5963 | 45 | 21 | 565 |
Scenario | Inliers/Matches | ||
---|---|---|---|
Std. SIFT | Std. SIFT Rotation Aligned | SIFT Rotation Aligned Fixed-Orientation | |
Container | 27/320 | 22/349 | 30/306 |
Highway | 22/204 | 26/263 | 52/277 |
Urban1 | 27/471 | 17/496 | 43/478 |
Urban2 | 103/635 | 179/677 | 267/734 |
Pool1 | 47/391 | 65/446 | 92/404 |
Pool2 | 103/635 | 179/677 | 267/734 |
Building | 39/349 | 27/381 | 51/396 |
Googlemaps | 21/535 | 21/509 | 35/394 |
Scenario | Inliers/Matches | ||
---|---|---|---|
SIFT Rotation Aligned Fixed-Orientation | Std. ASIFT | ASIFT Rotation Aligned Fixed-Orientation | |
Container | 30/306 | 25/281 | 46/283 |
Highway | 52/227 | 56/249 | 70/237 |
Urban1 | 43/478 | 46/512 | 61/508 |
Urban2 | 267/734 | 254/1069 | 281/994 |
Pool1 | 92/404 | 73/346 | 109/404 |
Pool2 | 267/734 | 255/600 | 375/620 |
Building | 51/396 | 45/382 | 78/424 |
Googlemaps | 35/394 | 42/330 | 47/430 |
Dataset | Reference Image | Target Image | ||||||
---|---|---|---|---|---|---|---|---|
Type/Date | Resolution | Height | GSD | Type/Date | Resolution | Height | GSD | |
(pix) | (m) | (cm) | (pix) | (m) | (cm) | |||
Eichenau | AO 11/2015 | 600 | 20 | UI 11/2015 | 100 | 1.8 | ||
Germering | AI 06/2014 | 700 | 9.4 | UI 07/2014 | 100 | 2 | ||
EOC | AI 06/2014 | 340 | 4.6 | UI 11/2014 | 25–40 | 0.5–0.8 | ||
WV2 | SI 2010 | 770,000 | 46 | AI 2015 | 350 | 4.4 |
Scenario | Raw Matches (SIFT) | Inliers F/Error (F) | Inliers H/Error (H) |
---|---|---|---|
Container | 58 | 14/666.26 | 9/1767.55 |
Highway | 49 | 15/1996.30 | 9/2210.20 |
Pool1 | 162 | 52/0.83 | 33/1.63 |
Pool2 | 107 | 18/618.54 | 10/1308.02 |
Eichenau1 | 287 | 45/19.11 | 48/3.63 |
Eichenau2 | 436 | 140/1.11 | 146/3.64 |
EOC | 446 | 16/959.87 | 6/877.21 |
WV2 | 117 | 19/175.73 | 19/4.03 |
Building | 553 | 16/595.06 | 11/317.59 |
Googlemaps | 522 | 19/195.34 | 8/919.48 |
Scenario | Raw Matches (Our) | Inliers F/Error (F) | Inliers H/Error (H) |
---|---|---|---|
Container | 8264 | 4876/2.59 | 2835/7.01 |
Highway | 1979 | 1184/2.79 | 1230/1.20 |
Pool1 | 6593 | 3599/1.87 | 2188/1.87 |
Pool2 | 14,091 | 7555/2.01 | 4199/2.03 |
Eichenau1 | 4018 | 1850/4.35 | 1165/3.53 |
Eichenau2 | 5846 | 3204/1.09 | 3077/4.65 |
EOC | 6834 | 3949/2.92 | 2586/3.18 |
WV2 | 15,131 | 6290/2.22 | 6760/3.57 |
Building | 9113 | 3526/3.15 | 1932/2.36 |
Googlemaps | 15,437 | 5120/3.42 | 3217/2.82 |
Check Point | ||||||
---|---|---|---|---|---|---|
1 | 0.04 | −0.51 | −0.21 | −0.04 | −0.39 | −1.74 |
2 | −0.05 | −0.07 | −0.15 | −0.11 | −0.40 | −1.90 |
3 | 0.04 | −0.41 | −0.36 | −0.10 | −0.83 | −2.04 |
4 | −0.14 | 0.80 | 0.70 | −0.35 | −0.33 | −1.91 |
5 | −0.04 | 0.49 | −0.17 | −0.05 | −0.21 | −1.81 |
6 | −0.03 | 0.12 | −0.10 | 0.12 | −0.36 | −1.63 |
Check Point | ||||||
---|---|---|---|---|---|---|
1 | −0.06 | −0.14 | −0.38 | 0.34 | −0.01 | 1.49 |
2 | 0.16 | −0.67 | 0.37 | 0.43 | −0.54 | 1.68 |
3 | 0.14 | −0.02 | 0.46 | 0.56 | 0.16 | 1.76 |
4 | 0.11 | −0.76 | 0.26 | 0.44 | −0.76 | 1.71 |
5 | 0.19 | −0.10 | 0.50 | 0.55 | −0.06 | 0.75 |
6 | −0.05 | 0.18 | 0.18 | 0.39 | 0.36 | 1.30 |
7 | −0.08 | 0.41 | −0.06 | 0.41 | 0.50 | 1.42 |
© 2017 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Zhuo, X.; Koch, T.; Kurz, F.; Fraundorfer, F.; Reinartz, P. Automatic UAV Image Geo-Registration by Matching UAV Images to Georeferenced Image Data. Remote Sens. 2017, 9, 376. https://doi.org/10.3390/rs9040376
Zhuo X, Koch T, Kurz F, Fraundorfer F, Reinartz P. Automatic UAV Image Geo-Registration by Matching UAV Images to Georeferenced Image Data. Remote Sensing. 2017; 9(4):376. https://doi.org/10.3390/rs9040376
Chicago/Turabian StyleZhuo, Xiangyu, Tobias Koch, Franz Kurz, Friedrich Fraundorfer, and Peter Reinartz. 2017. "Automatic UAV Image Geo-Registration by Matching UAV Images to Georeferenced Image Data" Remote Sensing 9, no. 4: 376. https://doi.org/10.3390/rs9040376
APA StyleZhuo, X., Koch, T., Kurz, F., Fraundorfer, F., & Reinartz, P. (2017). Automatic UAV Image Geo-Registration by Matching UAV Images to Georeferenced Image Data. Remote Sensing, 9(4), 376. https://doi.org/10.3390/rs9040376