Effacer les filtres
Effacer les filtres

trying to write a code on Image processing

1 vue (au cours des 30 derniers jours)
Mrutyunjay
Mrutyunjay le 21 Jan 2014
Modifié(e) : mohammed le 21 Jan 2014
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 and I am using Matlab 2011b., kindly help me

Réponses (2)

Meshooo
Meshooo le 21 Jan 2014
What do you mean by error?
  1 commentaire
Mrutyunjay
Mrutyunjay le 21 Jan 2014
error means the difference in two images

Connectez-vous pour commenter.


Koteswar Rao  Jerripothula
Koteswar Rao Jerripothula le 21 Jan 2014
logical(abs(I1-I2))
  2 commentaires
Mrutyunjay
Mrutyunjay le 21 Jan 2014
This is my code
close all a1=imread('master_image.png'); a=im2bw(a1); figure, imshow(a) b1=imread('test_image.png'); b=im2bw(b1); figure, imshow(b) k= imabsdiff(a,b); figure, imshow(k)
Im trying to find the difference in two images and the function 'logical(abs(a-b))' isn't working
mohammed
mohammed le 21 Jan 2014
Modifié(e) : mohammed le 21 Jan 2014
Dear Mrutyunjay
Can you Tell me what error you are getting in your problem? or else what result you want ?
the Program what you wrote had no Error......

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by