Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsampling by a matrix-multiply DFT (discrete FT) to dramatically reduce computation time and memory without sacrificing accuracy. With this procedure all the image points are used to compute the upsampled cross-correlation in a very small neighborhood around its peak. This algorithm is referred to as the single-step DFT algorithm in [1].
[1] Manuel Guizar-Sicairos, Samuel T. Thurman, and James R. Fienup, "Efficient subpixel image registration algorithms," Opt. Lett. 33, 156-158 (2008).
Please refer to the attached HTML for more details and a sample implementation.
Citation pour cette source
Manuel Guizar (2026). Efficient subpixel image registration by cross-correlation (https://fr.mathworks.com/matlabcentral/fileexchange/18401-efficient-subpixel-image-registration-by-cross-correlation), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : BacStalk, STXM ParticleAnalysis2 GUI, BiofilmQ, Automatic 2d Rigid Body Image Registration, STXM data analysis script collection - STACKLab, STXM Spectromicroscopy Particle Analysis Routines
Catégories
En savoir plus sur Geometric Transformation and Image Registration dans Help Center et MATLAB Answers
Informations générales
- Version 1.1.0.0 (182 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.1.0.0 | Rewrote portions of the code for improved consistency and better readability, added BSD license.
|
||
| 1.0.0.0 |
