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

 Akzeptierte Antwort

Image Analyst
Image Analyst am 27 Apr. 2015

1 Stimme

Yes. Give them a try.

3 Kommentare

Ivan Shorokhov
Ivan Shorokhov am 27 Apr. 2015
@ Image Analyst, Hehe, great answer. But would you suggest anything else?
Image Analyst
Image Analyst am 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.
Ivan Shorokhov
Ivan Shorokhov am 28 Apr. 2015
Thanks a lot, I'll try it out.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Alex Taylor
Alex Taylor am 28 Apr. 2015

1 Stimme

I'd also check out imregcorr for the case of simple transformations up through similarly transformations.

Kategorien

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by