A Novel Algorithm of Real-time Aerial Image Mosaic

Yonghui Xi,Shiqiang Hu
DOI: https://doi.org/10.1145/3441250.3441252
2020-01-01
Abstract:Aerial image mosaic is to stitch the images taken by UAV (Unmanned aerial vehicles) from different positions into a panoramic image, which has attracted significant interest in enemy reconnaissance, terrain detection and environmental monitoring. Aiming at the problem of low process speed in the traditional algorithm, this paper proposes a real-time aerial image mosaic algorithm. First, we take advantage of ORB feature for feature extraction, and then KNN (K-Nearest Neighbor) algorithm based on Hash table is applied for fast feature matching. In order to make the algorithm more robust, we use RANSAC (Random Sampling Consistency) method to remove mismatched feature points in the process of estimating the transformation matrix. In the stage of image registration, we propose a new coordinates unification method based on the background image, which greatly reduces the amount of computation. Finally, we present a method to find the overlapped areas of images effectively and the distance weighted fusion algorithm is used in the overlapped areas to eliminate seams between images. Experiments show that the image mosaic algorithm proposed in this paper has both real-time performance and good stitching quality. Additional Keywords and Phrases: Feature matching, Image registration, Image fusion
What problem does this paper attempt to address?