MATLAB: How to add to an image white Gaussian noise of zero mean and standard deviation of certain gray levels

gaussian noiseimage processingImage Processing Toolbox

Hello everyone, How can we add white Gaussian noise to an image with zero mean and standard deviation of 64 gray levels? I do know how to add noise of zero mean and variance using imnoise but I do not know about standard deviation of 64 gray levels.

Best Answer

Did you try imnoise() or randn()? If not, why not? They're so easy that you should be able to figure them out on your own.
Related Question