how can i add noise to the image??

1 visualizzazione (ultimi 30 giorni)
Ashitha
Ashitha il 31 Lug 2013
in matlab how can i add guassian noise to an image

Risposte (2)

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

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

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by