フィルターのクリア

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