how to add noise to image in frequency domain
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
if anyone have matlab code for adding noise like guassian exponential gamma salt and pepper religh uniform plz help me.. thanks in advance
0 comentarios
Respuestas (1)
Thijs
el 25 de Nov. de 2011
try the following:
help rand
or
help randn
2 comentarios
Walter Roberson
el 2 de En. de 2012
Generate a noise matrix, RandomNoise, and use
NoisyImage = OriginalImage + RandomNoise
Ver también
Categorías
Más información sobre Histograms en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!