Correlation between 2 images( shifting or turning images).
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Have an experiment to do correlation between two same images(1st a reference image and 2nd one is the same image, but rotated by an angle). A program in matlab for doing this task would greatly help me.
0 commentaires
Réponses (1)
Image Analyst
le 8 Juin 2021
You can try it, but it won't work, but go ahead. Cross correlation does not always tell you what the translation or location is for an image. Just see attached demo. It's a myth - even propagated by the xcorr2() help.
Try Hu's moment:
Or SURF:
or registration:
0 commentaires
Voir également
Catégories
En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!