jeudi 26 mars 2015

Why does MATLAB read a picture and add noise on it?

I typed in matlab the following command:



x=imread('pic.gif')
imshow(x);


I would expect that the output image look exactly like the one MATLAB read. However, it didn't happen. MATLAB gave an output that looked like the original one, but with a lot of noise... My question is why don't I get exactly the same image? enter image description here


Aucun commentaire:

Enregistrer un commentaire