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!