Image denoising

i added noise using imnoise() noise using 'gaussian'. How am i supposed to denoise it???

 Accepted Answer

Sean de Wolski
Sean de Wolski on 9 Jun 2011
doc imdemos
Then look at some of the deblurring demos.

More Answers (1)

0 votes

You can try using smoothing filters to remove the existing noise from your image.

4 Comments

ruchika
ruchika on 9 Jun 2011
i have to do it using wavelets. how should i proceed??
Why would you _have_ to use wavelets?
I've done image denoising for some time and never have _had_ to use wavelets.
Obvious answer: because it's a homework assignment.
Well if it is a homework assignment then you should go through your professor's class notes or google papers which discuss about denoising using wavelets.

Sign in to comment.

Categories

Find more on Wavelet Toolbox 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!