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?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
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 commentaire
Sean de Wolski
le 23 Mai 2014
I'm not clear, could you provide a little more detail? Why not just loop over the remaining images?
Réponses (1)
Image Analyst
le 23 Mai 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.
Cette question est clôturée.
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!