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

 채택된 답변

Image Analyst
Image Analyst 2015년 4월 27일

1 개 추천

Yes. Give them a try.

댓글 수: 3

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

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Alex Taylor
Alex Taylor 2015년 4월 28일

1 개 추천

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

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2015년 4월 27일

댓글:

2015년 4월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by