how to make two images equal?
Afficher commentaires plus anciens
I have two images having same object in those. I am applying chain code on those images but my object in both the images is not at same position, I mean same object is little bit far away from boundary. How can I make these two images equal so that chain starts from same pixel position and results may not vary significantly. Is there any way to solve this problem? Thanks in advance.
2 commentaires
Image Analyst
le 17 Juin 2016
image2 = image1; % Now they're equal.
Chad Greene
le 17 Juin 2016
I think Image Analyst is saying there is not enough information to solve or even understand your problem. Can you upload some example images to show exactly what you are describing?
Réponses (0)
Catégories
En savoir plus sur Image Preview and Device Configuration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!