SNR OF AN IMAGE

조회 수: 5 (최근 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);

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by