how can i add noise to the image??

1 次查看(过去 30 天)
Ashitha
Ashitha 2013-7-31
in matlab how can i add guassian noise to an image

回答(2 个)

Evan
Evan 2013-7-31
Do you have the image processing toolbox? If so, you might find imnoise useful.

Iain
Iain 2013-7-31
my_noisy_image = cast(randn(size(my_image))*sigma,class(my_image)) + my_image;

标签

Community Treasure Hunt

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

Start Hunting!

Translated by