필터 지우기
필터 지우기

How to differentiate two images?

조회 수: 1 (최근 30일)
syafini alias
syafini alias 2018년 4월 25일
답변: KALYAN ACHARJYA 2018년 5월 13일
I have a problem to differentiate two images. Two colour images is slightly different. I have to name both of the image as A and B because this image will be used as a reference for the next test. i have attached together both of the image.
and

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 5월 13일
%Image A and Image B
%convert to gray Image
K=imsub(A,B);
If K=0
both are same image
else
different image

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

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

Community Treasure Hunt

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

Start Hunting!

Translated by