how to add noise to image in frequency domain

1 次查看(过去 30 天)
if anyone have matlab code for adding noise like guassian exponential gamma salt and pepper religh uniform plz help me.. thanks in advance

回答(1 个)

Thijs
Thijs 2011-11-25
try the following:
help rand
or
help randn
  2 个评论
Walter Roberson
Walter Roberson 2012-1-2
Generate a noise matrix, RandomNoise, and use
NoisyImage = OriginalImage + RandomNoise

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by