SNR OF AN IMAGE

3 次查看(过去 30 天)
David Dijemeni
David Dijemeni 2012-12-21
Please how do I calculate the SNR of an image?
Please how do I calculate the SNR of a 3D dataset?

回答(1 个)

Image Analyst
Image Analyst 2012-12-21
SNR = mean2(signalImage ./ noisyImage);

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by