How to differentiate two images?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a problem to differentiate two images. Two colour images is slightly different. I have to name both of the image as A and B because this image will be used as a reference for the next test. i have attached together both of the image.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/188850/image.jpeg)
and
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/188851/image.jpeg)
0 comentarios
Respuestas (1)
KALYAN ACHARJYA
el 13 de Mayo de 2018
%Image A and Image B
%convert to gray Image
K=imsub(A,B);
If K=0
both are same image
else
different image
0 comentarios
Ver también
Categorías
Más información sobre Modify Image Colors en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!