Image correlation / matching / alignment

3 ビュー (過去 30 日間)
Ivan Shorokhov
Ivan Shorokhov 2015 年 4 月 27 日
コメント済み: Ivan Shorokhov 2015 年 4 月 28 日
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 日
Yes. Give them a try.
  3 件のコメント
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 日
I'd also check out imregcorr for the case of simple transformations up through similarly transformations.
  1 件のコメント
Ivan Shorokhov
Ivan Shorokhov 2015 年 4 月 28 日
Thank you!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGeometric Transformation and Image Registration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by