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 件)

Walter Roberson
Walter Roberson 2015 年 12 月 6 日

1 投票

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

1 件のコメント

Image Analyst
Image Analyst 2015 年 12 月 6 日
figure; % Open up another figure window.
imshow(difference_image, []); % Display the difference image.

サインインしてコメントする。

タグ

タグが未入力です。

質問済み:

2015 年 12 月 5 日

コメント済み:

2015 年 12 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by