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?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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
Sean de Wolski
on 23 May 2014
I'm not clear, could you provide a little more detail? Why not just loop over the remaining images?
Answers (1)
Image Analyst
on 23 May 2014
0 votes
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.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!