I have 3 images and I want to give one of that as a reference and register 22 other those based on that , I think Imregister has defined for just 1 image , how can do this for 2 images?

I have 3 images and I want to take one of those as a reference and register 2 others based on that , I think Imregister has defined for just 1 image , how can do this for 2 images?

1 件のコメント

I'm not clear, could you provide a little more detail? Why not just loop over the remaining images?

回答 (1 件)

Image Analyst
Image Analyst 2014 年 5 月 23 日
imregister() takes two images (not one like you said): one reference image that will be left alone, and one that needs to be moved/aligned. To do two images, call twice, once with ref and image1, then once with ref and image2.

この質問は閉じられています。

質問済み:

2014 年 5 月 23 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by