is there a code to perform a median filtering without adding the noise???

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)

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.

Asked:

on 27 Feb 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!