comparing two images
Mostra commenti meno recenti
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....
Risposte (1)
Sean de Wolski
il 2 Giu 2011
isequal(Image1,Image2);
Categorie
Scopri di più su Image Segmentation and Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!