What is the best filter to remove Speckle noise?

조회 수: 58 (최근 30일)
soni
soni 2015년 4월 4일
댓글: Jack Lin 2018년 6월 20일
Hi,
I inserted Speckle noise to a grey-scaled image and now want to remove it by filtering .
Can you please suggest any good filters that would reduce Speckle noise in an image ?
Thanks
  댓글 수: 2
Anvesh Athmakuri
Anvesh Athmakuri 2017년 6월 9일
편집: Anvesh Athmakuri 2017년 6월 9일
use median filter
Image Analyst
Image Analyst 2017년 6월 10일
Well, now, such a simplistic statement is going to require some explanation. First of all, "speckle noise" is a specific type of noise with a specific distribution function. It's not just any old noise. It's not the same as additive white Gaussian noise, salt and pepper noise, 1/f noise, Poisson noise, etc. There are two types of speckle noise that I'm aware of. One is speckle noise introduced by the atmosphere, and for that Knox-Thompson (and improvements based on it) like I suggested in my answer are the way to do. The other is the "noise" of laser speckle, and there are algorithms to smooth that pattern out based on the inverse exponential distribution function of that. Sometime people incorrectly call noise "speckle" in a generic sense, like to describe film grain noise, additive white Gaussian Noise, noise introduced by over-ambitious camera enhancements, slat and pepper noise, etc. For some of those a median filter is a decent way to reduce noise, though maybe not in the best way. For salt and pepper noise, you can use a modified median filter where you don't filter the whole image, which can introduce blurring even with a median filter, but find the noise first and replace the noise ONLY with the median filtered value. I'm attaching demos for that. Finally there are a number of really good noise reduction methods out there but they're more complicated, like BM3D, non-local means, KSVD, etc. See this paper for a thorough overview by one of the leading image noise professors: https://users.soe.ucsc.edu/~milanfar/publications/journal/ModernTour.pdf

댓글을 달려면 로그인하십시오.

답변 (2개)

Image Analyst
Image Analyst 2015년 4월 4일
What I learned in grad school was to use the Knox-Thompson method.
Links that may help:
This is a search for the Knox-Thompson method for reducing speckle.
This is another newsgroup thread where I discussed speckle in message #2.
  댓글 수: 1
Jack Lin
Jack Lin 2018년 6월 20일
Hi, the second link is not available anymore. Is there any usable Knox-Thompson code around that we can use since it is a quite old method?

댓글을 달려면 로그인하십시오.


Oindri
Oindri 2017년 12월 21일
Amongst Gamma Map, Frost, Lee and Wiener filters, 2 dimensional Wiener filter worked best for me. It takes care of local SNR and MSE which helps.

카테고리

Help CenterFile Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by