Difference Between 2 image and exctrat difference

1 回表示 (過去 30 日間)
samer mahmoud
samer mahmoud 2015 年 12 月 5 日
コメント済み: Image Analyst 2015 年 12 月 6 日
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 日
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.

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

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by