comparing two images

18 views (last 30 days)
prathiba
prathiba on 2 Jun 2011
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
Sean de Wolski on 2 Jun 2011
isequal(Image1,Image2);

Categories

Find more on Image Processing Toolbox 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!