help me in finding functions

Respuestas (2)

Image Analyst
Image Analyst el 20 de En. de 2014

0 votos

imshowpair() is fairly recent. If "which imshowpair" does not list it, then it came after your version.

1 comentario

Walter Roberson
Walter Roberson el 20 de En. de 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 el 20 de En. de 2014

0 votos

I am going to speculate here that this might work well enough for you:
imagesc( abs( im2double(A) - im2double(B) ) )
colormap(gray(256))

1 comentario

Mrutyunjay
Mrutyunjay el 21 de En. de 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

La pregunta está cerrada.

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 20 de En. de 2014

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by