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
2015 年 12 月 6 日
difference_image = double(firstImage) - double(SecondImage);
1 件のコメント
Image Analyst
2015 年 12 月 6 日
figure; % Open up another figure window.
imshow(difference_image, []); % Display the difference image.
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!