Basic Three Image Stitching Code

This is a basic code which tells how 3 images, displaced in X direction, can be stitched.
3.5K Downloads
Updated Fri, 08 Nov 2013 21:19:00 +0000

View License

In this code, we have used 3 sub images which have been displaced in X-direction only. Here we have used correlation method in order to find the largest similarity between a patch of rows x 5columns dimension of second image with a series of patches of rows x 5columns dimension from the first sub image. The point giving maximum similarity is saved as index. The second image is then registered & stitched from there over the fist one. Once an image is formed from the above process, the same method is used to stitch the newly stitched image & the third image to form a final stitched image.

Cite As

Paresh Kamble (2024). Basic Three Image Stitching Code (https://www.mathworks.com/matlabcentral/fileexchange/44247-basic-three-image-stitching-code), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: Image Stitching using correlation

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