Azzera filtri
Azzera filtri

how to add noise to image in frequency domain

1 visualizzazione (ultimi 30 giorni)
umar siyab
umar siyab il 25 Nov 2011
if anyone have matlab code for adding noise like guassian exponential gamma salt and pepper religh uniform plz help me.. thanks in advance

Risposte (1)

Thijs
Thijs il 25 Nov 2011
try the following:
help rand
or
help randn
  2 Commenti
umar siyab
umar siyab il 2 Gen 2012
i say adding noise in image
Walter Roberson
Walter Roberson il 2 Gen 2012
Generate a noise matrix, RandomNoise, and use
NoisyImage = OriginalImage + RandomNoise

Accedi per commentare.

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by