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 Comment

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

Answers (1)

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.

This question is closed.

Asked:

on 23 May 2014

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!