Azzera filtri
Azzera filtri

Difference Between 2 image and exctrat difference

3 visualizzazioni (ultimi 30 giorni)
i have a projet and i want to get the difference between 2 images and extract the difference in other windows plzz

Risposte (1)

Walter Roberson
Walter Roberson il 6 Dic 2015
difference_image = double(firstImage) - double(SecondImage);
  1 Commento
Image Analyst
Image Analyst il 6 Dic 2015
figure; % Open up another figure window.
imshow(difference_image, []); % Display the difference image.

Accedi per commentare.

Categorie

Scopri di più su Images in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by