필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

help me in finding functions

조회 수: 1 (최근 30일)
Mrutyunjay
Mrutyunjay 2014년 1월 20일
마감: MATLAB Answer Bot 2021년 8월 20일
equal code for imshowpair(A,B,'diff'); in matlab R2011b

답변 (2개)

Image Analyst
Image Analyst 2014년 1월 20일
imshowpair() is fairly recent. If "which imshowpair" does not list it, then it came after your version.
  댓글 수: 1
Walter Roberson
Walter Roberson 2014년 1월 20일
The user is asking for equivalent code that will work in R2011b.
With the 'diff' parameter, the part I am least sure of is the color mapping.

Walter Roberson
Walter Roberson 2014년 1월 20일
I am going to speculate here that this might work well enough for you:
imagesc( abs( im2double(A) - im2double(B) ) )
colormap(gray(256))
  댓글 수: 1
Mrutyunjay
Mrutyunjay 2014년 1월 21일
Sir, I am a beginner in Image Processing using MatLab and I am trying to write a code which compares and detects the error between two images and marks the particular error portion..,kindly help me

이 질문은 마감되었습니다.

태그

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

Community Treasure Hunt

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

Start Hunting!

Translated by