Matlab Image: Add noise




I = imread('images\eight.tif');
J = imnoise(I,'salt & pepper',0.02);
figure, imshow(I)
figure, imshow(J)


------------------------------------------------------






Comments

Popular posts from this blog

Matlab Imge Subplot

Matlab: Video

Matlab: String