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!