how to add noise to image in frequency domain
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
if anyone have matlab code for adding noise like guassian exponential gamma salt and pepper religh uniform plz help me.. thanks in advance
0 commentaires
Réponses (1)
Thijs
le 25 Nov 2011
try the following:
help rand
or
help randn
2 commentaires
Walter Roberson
le 2 Jan 2012
Generate a noise matrix, RandomNoise, and use
NoisyImage = OriginalImage + RandomNoise
Voir également
Catégories
En savoir plus sur Histograms dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!