random noise matlab.

1 次查看(过去 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 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by