You are on page 1of 1

%Noise Salt and Pepper

I = imread('Shanty.jpg');
J = imnoise(I,'salt & pepper',0.02);
figure, imshow(I)
title('Citra Asli')
figure, imshow(J)
title('Hasil Penambahan Noise Salt & Pepper')

You might also like