random noise matlab.

조회 수: 6 (최근 30일)
Faris
Faris 2011년 4월 1일
how to add random noise to image in matlab?

채택된 답변

David Young
David Young 2011년 4월 1일
There are many choices you might make for the distribution of the noise. For independent additive Gaussian noise you could do this:
noisyImage = originalImage + noiseAmplitude * randn(size(originalImage));
  댓글 수: 1
Faris
Faris 2011년 4월 3일
ok. i'm doing like this:
Mr=Lr+0.5*randn(size()); %Lr is 64x64 image
is it correct?

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by