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

回答(1 个)

difference_image = double(firstImage) - double(SecondImage);

1 个评论

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

请先登录,再进行评论。

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by