Azzera filtri
Azzera filtri

adding gaussian noise to an image

2 visualizzazioni (ultimi 30 giorni)
Anusha
Anusha il 2 Ott 2012
how can i add gaussian noise to an image without using built in function imnoise....please help..

Risposte (1)

Wayne King
Wayne King il 2 Ott 2012
You can use randn()
X = ones(256,256)+randn(256,256);
You have to consider the datatype of your image though to make it useful.

Community Treasure Hunt

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

Start Hunting!

Translated by