Borrar filtros
Borrar filtros

how can i add noise to the image??

1 visualización (últimos 30 días)
Ashitha
Ashitha el 31 de Jul. de 2013
in matlab how can i add guassian noise to an image

Respuestas (2)

Evan
Evan el 31 de Jul. de 2013
Do you have the image processing toolbox? If so, you might find imnoise useful.

Iain
Iain el 31 de Jul. de 2013
my_noisy_image = cast(randn(size(my_image))*sigma,class(my_image)) + my_image;

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by