How to find the differences between two colored images?

1 vue (au cours des 30 derniers jours)
Mohamed Moawed
Mohamed Moawed le 3 Juil 2017
Dear all, I have original image and another one that has something missing. I need an algorithm to find this missing thing between these two images and make circle or square on the place of this missing thing. Could you please help me?
Thanks for you all

Réponses (1)

Image Analyst
Image Analyst le 3 Juil 2017
Are they the same size? Why not simply subtract them?
diffImage = double(image1) - double(image2);

Catégories

En savoir plus sur Images 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!

Translated by