Image Stitching using correlation

This code does the task of basic image stitching using correlation technique.
3.3K Downloads
Updated 18 Mar 2013

View License

This matlab code reads two images and stitches them. The image registration method is done using correlation technique. A small patch of second image is taken as a mask. This mask correlates with the same size image pixels of the first image. The mask shifts and correlates. The point where the correlation is maximum (close to 1) is taken as optimum point. The point is used for stitching the second image over the first.

Cite As

Paresh Kamble (2024). Image Stitching using correlation (https://www.mathworks.com/matlabcentral/fileexchange/40848-image-stitching-using-correlation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Geometric Transformation and Image Registration in Help Center and MATLAB Answers
Acknowledgements

Inspired: Basic Three Image Stitching Code

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0