comparing two images
Ältere Kommentare anzeigen
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....
Antworten (1)
Sean de Wolski
am 2 Jun. 2011
isequal(Image1,Image2);
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!