how to add constant noise in image?
1 view (last 30 days)
Show older comments
how to add constant noise in image? imnoise is not function for constant noise,i adds random noise
0 Comments
Answers (1)
Wayne King
on 3 Dec 2012
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.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!