is there a code to perform a median filtering without adding the noise???
Show older comments
i wanted to perform a median filtering on the original image without adding any noise. Is it possible??? If so can u plz provide the code for me.
Answers (1)
Walter Roberson
on 27 Feb 2013
0 votes
Take the code that does it with adding noise, and adjust the noise to be 0. Then once that is working, remove the adding of the noise completely.
Categories
Find more on Image Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!