Abstract
This paper details the development and execution of a project to combine a series of horizontally overlapping photographs into a single panoramic image. The process involves the use of the Oriented FAST and Rotated BRIEF (ORB) feature detector and descriptor, and the Random Sample Consensus (RANSAC) algorithm for automatic image alignment. The final panoramic image is created by blending the images together seamlessly. Two methods for stitching the panorama are discussed: using translations with pre-spherically-warped input images, and using homographies to align the input images directly. Aiming at the problems of large scale rotation registration error, low registration rate and strong randomness and instability of random sampling consistency algorithm in the Rotational invariance binary description algorithm, a fast feature matching algorithm combining ORB and RANSAC is proposed. First, the feature point extraction method is optimized to eliminate the influence of feature edges. Then a simplified pyramid scale space model is constructed to improve the scale space structure of layered images, and reduce the number and layers of generated images; Then the gradient direction is used to improve the main direction extraction mode in the traditional ORB algorithm to improve the accuracy of the main direction of feature corners. Finally, the RANSAC algorithm is improved by constructing a block random sampling detection method to improve the stability of the RANSAC algorithm and the accuracy of Image registration.
References
[1] Barbara Zitová, Jan Flusser. Image registration methods: a survey. Image and Vision Computing, 2019, 66-68.
[2] David G. Lowe. Distinctive Image Features from Scale-Invariant Keypoints. International Journal of Computer Vision, 2019.
[3] Paul Viola, William M. Wells III. Alignment by Maximization of Mutual Information. International Journal of Computer Vision, 2019, 12-14.
[4] Luigi Di Stefano. Fast template matching using bounded partial correlation. Machine Vision and Applications, 2018, 34-39.
[5] Edwin R. Hancock, Simon Moss. Multiple line-template matching with the EM algorithm. Pattern Recognition Letters, 2017, Volume 18, Issues 11-13, 45-48.
[6] Stephen M. Smith, J. Michael brady. SUSAN—a new approach to low level image processing. International Journal of Computer Vision, 1997, 23, 45-78.
How to cite this paper
Creating Panoramic Images Using ORB Feature Detection and RANSAC-based Image Alignment
How to cite this paper: Kexin Wu. (2023) Creating Panoramic Images Using ORB Feature Detection and RANSAC-based Image Alignment. Advances in Computer and Communication, 4(4), 220-224.
DOI: http://dx.doi.org/10.26855/acc.2023.08.002