MATLAB: How to calculate actual snr of image in matlab

Image Processing Toolboxsnr

how to calculate actual snr of image in matlab?

Best Answer

Get the signal - that's your "true" noiseless image.
Get the noise - that's your actual noisy image minus the "true" noiseless image.
Divide them element by element, then take the mean over the whole image.