Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

help me in finding functions

1 visualizzazione (ultimi 30 giorni)
Mrutyunjay
Mrutyunjay il 20 Gen 2014
Chiuso: MATLAB Answer Bot il 20 Ago 2021
equal code for imshowpair(A,B,'diff'); in matlab R2011b

Risposte (2)

Image Analyst
Image Analyst il 20 Gen 2014
imshowpair() is fairly recent. If "which imshowpair" does not list it, then it came after your version.
  1 Commento
Walter Roberson
Walter Roberson il 20 Gen 2014
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 il 20 Gen 2014
I am going to speculate here that this might work well enough for you:
imagesc( abs( im2double(A) - im2double(B) ) )
colormap(gray(256))
  1 Commento
Mrutyunjay
Mrutyunjay il 21 Gen 2014
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

Questa domanda è chiusa.

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by