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