powered by
Add white noise from N(0,sigma^2) to each pixel of clean image I
AddNoise(I, sigma)
Clean image.
Noise level.
A noisy image of the same size of I.
# NOT RUN { sigma=25; I=lena_crop I_noise=AddNoise(I,sigma) # }
Run the code above in your browser using DataLab