comparing two images
Afficher commentaires plus anciens
Hello,
I want to compare two images and check whether the both images are equal..could you help me how to do that using MATLAB....
Réponses (1)
Sean de Wolski
le 2 Juin 2011
isequal(Image1,Image2);
Catégories
En savoir plus sur Image Segmentation and Analysis 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!