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일
difference_image = double(firstImage) - double(SecondImage);

댓글 수: 1

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