random noise matlab.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how to add random noise to image in matlab?
0 commentaires
Réponse acceptée
David Young
le 1 Avr 2011
There are many choices you might make for the distribution of the noise. For independent additive Gaussian noise you could do this:
noisyImage = originalImage + noiseAmplitude * randn(size(originalImage));
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!