How to differentiate two images?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
and
0 commentaires
Réponses (1)
KALYAN ACHARJYA
le 13 Mai 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 commentaires
Voir également
Catégories
En savoir plus sur Modify Image Colors dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!