Difference Between 2 image and exctrat difference
Afficher commentaires plus anciens
i have a projet and i want to get the difference between 2 images and extract the difference in other windows plzz
Réponses (1)
Walter Roberson
le 6 Déc 2015
difference_image = double(firstImage) - double(SecondImage);
1 commentaire
Image Analyst
le 6 Déc 2015
figure; % Open up another figure window.
imshow(difference_image, []); % Display the difference image.
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!