Difference Between 2 image and exctrat difference

i have a projet and i want to get the difference between 2 images and extract the difference in other windows plzz

Antworten (1)

Walter Roberson
Walter Roberson am 6 Dez. 2015
difference_image = double(firstImage) - double(SecondImage);

1 Kommentar

figure; % Open up another figure window.
imshow(difference_image, []); % Display the difference image.

Melden Sie sich an, um zu kommentieren.

Tags

Noch keine Tags eingegeben.

Gefragt:

am 5 Dez. 2015

Kommentiert:

am 6 Dez. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by