comparing two images
Show older comments
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....
Answers (1)
Sean de Wolski
on 2 Jun 2011
isequal(Image1,Image2);
Categories
Find more on Image Segmentation and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!