Image Stitching using correlation

This code does the task of basic image stitching using correlation technique.
3,4K download
Aggiornato 18 mar 2013

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2008b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Geometric Transformation and Image Registration in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: Basic Three Image Stitching Code

Versione Pubblicato Note della release
1.0.0.0