how to add constant noise in image?
Afficher commentaires plus anciens
how to add constant noise in image? imnoise is not function for constant noise,i adds random noise
Réponses (1)
Wayne King
le 3 Déc 2012
1 vote
I think "constant noise" is an oxymoron.
If you want to add the same value at every pixel, then just create a matrix the same size as your image consisting of that value.
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!