필터 지우기
필터 지우기

How to add noise to intensity image to get lower SNR?

조회 수: 1 (최근 30일)
kumara dommeti
kumara dommeti 2020년 11월 21일
편집: kumara dommeti 2020년 11월 22일
I have an instensity image with 3 regions (shadow(blue), object(yellow) and background(waves)). Now I need to increase noise to the shadow and object regions so that we are unable to identify regions clearly. That is, I need check the limit of SNR value. How can I find the SNR limit value? What parameters I have to change?

채택된 답변

Image Analyst
Image Analyst 2020년 11월 21일
I don't know your definition of "SNR limit value" but to change the noise only in some particular region you can use indexing:
B(row1:row2, col1:col2) = noiseImage; % Assign a noisy image to specified region.
You would make up noiseImage in advance with the exact number of rows and columns as the region you want to put it into.
  댓글 수: 2
kumara dommeti
kumara dommeti 2020년 11월 21일
I want to increase variance to increase the noise in the image. So that SNR will decrease in that particular region. (I dont want to replace).
Image Analyst
Image Analyst 2020년 11월 21일
OK, yep, what I said should work.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by