need code for weight median filter for de-noising of a gray scale image
조회 수: 2 (최근 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!