how can i got best denoisy image and which modifications are needed? (you can take any grayimage for testing)

5 ビュー (過去 30 日間)
i added noise using n=0+40*randn(size(grayimage)) in grayimage(noisy=grayimage+n). then i have removed noise using medfilt2(noisy, [3 3]); but i have not got best result, so how can i got best denoisy image and which modifications are needed? (you can take any grayimage for testing)
[medfilt2(noisy, [3 3]) works well for salt & pepper noise.]

採用された回答

Image Analyst
Image Analyst 2013 年 2 月 4 日
There are a number of noise reduction methods that are better than median filter. Some of the more famous ones include BM3D, non-local means, K-SVD, K-LLD, UINTA, etc. Other simpler, less sophisticated methods include sigma filters, bilateral filters, mean shift, etc. Try them all! Some are even available in the File Exchange.
  3 件のコメント
vipul utsav
vipul utsav 2013 年 2 月 4 日
編集済み: vipul utsav 2013 年 2 月 4 日
thanks for your suggestion

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by