Image correlation / matching / alignment
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ivan Shorokhov
il 27 Apr 2015
Commentato: Ivan Shorokhov
il 28 Apr 2015
Hello everybody,
I have 2 similar images, but taken with 2 different cameras, so the intensity may vary, also small displacement may be presented.
Could you please suggest me, what are the best functions or algorithms can be used to match/correlate/ align 2 similar images with different intensity and small displacement.
I've heard about following functions: imregister() and imregtform(). Are the they suitable to do what I want, and is there anything else I need to know?
Best Regards, Ivan
0 Commenti
Risposta accettata
Image Analyst
il 27 Apr 2015
Yes. Give them a try.
3 Commenti
Image Analyst
il 27 Apr 2015
For simple translations you can use normxcorr2() - demo attached. But it's not as good as the two you mentioned for cases where there is more complicated movement.
Più risposte (1)
Alex Taylor
il 28 Apr 2015
I'd also check out imregcorr for the case of simple transformations up through similarly transformations.
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!