필터 지우기
필터 지우기

Difference Between 2 image and exctrat difference

조회 수: 3 (최근 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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by