comparing two images
Mostrar comentarios más antiguos
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....
Respuestas (1)
Sean de Wolski
el 2 de Jun. de 2011
isequal(Image1,Image2);
Categorías
Más información sobre Image Segmentation and Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!