필터 지우기
필터 지우기

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