need code for weight median filter for de-noising of a gray scale image
1 回表示 (過去 30 日間)
古いコメントを表示
here is an image but i couldn't get a valid code on net the code that i found iy didnt give me back a gray scale image with removed noise but the output of those code is too dark so hope i'll get some help here
so attaching the image here and waiting for response
0 件のコメント
回答 (2 件)
Image Analyst
2014 年 2 月 13 日
Did you try
filteredImage = medfilt2(grayImage, [9, 9]);
??? Exactly what code did you find or not find, or run? Did it give you an output image at all (even if it was dark) or not? Your statement is not clear.
2 件のコメント
sairahul thota
2018 年 2 月 18 日
sir i need code for the removal of salt and pepper noise in image using adaptive median filter
1 件のコメント
Image Analyst
2018 年 2 月 18 日
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!