필터 지우기
필터 지우기

Difference between results of SNR

조회 수: 1 (최근 30일)
itai
itai 2014년 2월 27일
Hi,
I want to measurement the SNR of imaging system. I have a image of the system that contains edge target (half image black and half white) and i don't know the signal and the noise in the image. I calculate the SNR by calculate the mean and the standard deviation of the white part and i divided the mean result in the standard deviation result.
meanWhiteGL = mean2(whitePartOfImage); stdWhiteGL = std(double(whitePartOfImage(:))); SNRWhite = meanWhiteGL / stdWhiteGL;
I did the same to the black part of the image. But the result of the white part was 61 and the result of the black part was 1.5, how cann i know which SNR is correct?
please help me, Itai

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by