SlideShare a Scribd company logo
International Association of Scientific Innovation and Research (IASIR)
(An Association Unifying the Sciences, Engineering, and Applied Research)
International Journal of Emerging Technologies in Computational
and Applied Sciences (IJETCAS)
www.iasir.net
IJETCAS 14-479; © 2014, IJETCAS All Rights Reserved Page 513
ISSN (Print): 2279-0047
ISSN (Online): 2279-0055
Empirical Study of Various Speckle Noise Removal Methods
Er. Simrat1
, Er. Anil Sagar2
1
M.Tech. Scholar, CSE/IT, B.C.E.T Gurdaspur, Punjab, India
2
Assistant Professor, CSE/IT, B.C.E.T Gurdaspur, Punjab, India
Abstract: In restorative picture transforming, picture denoising has turn into an exceptionally vital practice all
through the diagnose. Lessening commotion from the restorative pictures, a satellite picture and so on is a test
for the analysts in advanced picture transforming. A few methodologies are there for clamour decrease. By and
large dot clamour is generally found in manufactured opening radar pictures, satellite pictures and medicinal
pictures. In this paper a review on different speckle noise removal techniques is done.
Keywords: Speckle, SAR, Frost, Lee, Wavelet
I. Introduction
The field of picture preparing concentrates on mechanizing the procedure of social affair and transforming
visual data. While transforming or acquiring the images, the quality of the image gets degraded by noise.
The performances of imaging sensors are affected by variety of factors such as environmental conditions during
image acquisition and by quality of the sensing elements themselves. Image restoration attempts to reconstruct
or recover an image that has been degraded by noise or the photometric reasons.
Noise can be multiplicative and additive. Additive noise is systematic in nature and can be easily modeled
and hence removed or reduced easily. Whereas multiplicative noise is image dependent, complex to model and
hence difficult to reduce. Additive noise is the noise which adds up in the original image. Multiplicative noise is
the noise which multiplies with the original image. Different types of noises are Gaussian noise , Salt & Pepper
noise, Speckle noise and Poisson noise.
II. Speckle Noise
Speckle noise happens when a sound wave beat haphazardly interferes with little particles or protests on a
scale tantamount to sound wavelength. Speckle noise is a granular noise that inherently exists in and degrades
the quality of the active radar and synthetic aperture radar (SAR) images.
Speckle noise in conventional radar results from random fluctuations in the return signal from an object that
is no bigger than a single image-processing element. It increases the mean grey level of a local area. Speckle
noise in SAR is generally more serious, causing difficulties for image interpretation. It is caused by coherent
processing of backscattered signals from multiple distributed targets.
Features of Speckle Noise:
i) Speckle noise in SAR is a multiplicative noise, i.e. it is in direct proportion to the local grey level in
any area.
ii) The signal and the noise are statistically independent of each other.
iii) The sample mean and variance of a single pixel are equal to the mean and variance of the local area
that is centred on that pixel. [1],[2],[6].
III. Need for filtering
Speckle noise degrades the quality of Ultrasound (US), Synthetic aperture radar (SAR), scanned and
photographic images and thereby in Ultrasound and SAR images reducing the ability of a human observer to
discriminate the fine details of diagnostic examination. Hence images with speckle noise will results in reducing
the contrast of image and difficult to perform image processing operations like edge detection.
Simrat et al., International Journal of Emerging Technologies in Computational and Applied Sciences, 8(6), March-May, 2014, pp. 513-516
IJETCAS 14-479; © 2014, IJETCAS All Rights Reserved Page 514
IV. Filtration techniques
Several different methods are used to eliminate speckle noise, based upon different mathematical models of
the phenomenon. One method, for example, employs multiple-look processing, averaging out the speckle noise
by taking several "looks" at a target in a single radar sweep. The average is the incoherent average of the looks.
A second method involves using adaptive and non-adaptive filters on the signal processing (where adaptive
filters adapt their weightings across the image to the speckle level, and non-adaptive filters apply the same
weightings uniformly across the entire image). Such filtering also eliminates actual image information as well,
in particular high-frequency information, and the applicability of filtering and the choice of filter type involves
tradeoffs. Adaptive speckle filtering is better at preserving edges and detail in high-texture areas (such as forests
or urban areas). Non-adaptive filtering is simpler to implement, and requires less computational power.
There are two forms of non-adaptive speckle filtering: one based on the mean and other based upon the
median (within a given rectangular area of pixels in the image). The later is better at preserving edges whilst
eliminating noise spikes, than the former is. There are many forms of adaptive speckle filtering including the
Weiner filter, the Lee filter and the Frost filter. [1],[2],[6].
A. Median Filter:
The best-known order-statistics filter is the median filter, which, as its name implies, replaces the value of a
pixel by the median of the gray levels in the neighborhood of that pixel. The original value of the pixel is
included in the computation of the median. Median filters are quite popular because, for certain types of random
noise, they provide excellent noise-reduction capabilities, with considerably less blurring than linear smoothing
filters of similar size. Median filters are particularly effective in the presence of both bipolar and unipolar
impulse noise. A major advantage of the median filter is that the median filter can eliminate the effect of input
noise values with extremely large magnitudes. The output y of the median filter at the moment t is calculated as
the median of the input values corresponding to the moments adjacent to t.
where t is the size of the window of the median filter. [6]
B. Wiener filter:
Wiener filter also known as least mean square filter. Wiener filter proposed in the year of 1942 is adaptively
applied on the image according to the local image variance. It minimizes the overall mean square error in the
process of inverse filtering and noise smoothing. It is the linear estimation of the original image. If the variance
is small, wiener performs smoothly; if the variance is large then the wiener performs less smoothly. It works
best both in additive and multiplicative noise.
Wiener Filter in Fourier Domain:
where
H(u, v) = Degradation function
H*(u, v) = Complex conjugate of degradation function
Pn (u, v) = Power Spectral Density of Noise
Ps (u, v) = Power Spectral Density of un-degraded image
The term Pn /Ps can be interpreted as the reciprocal of the signal to noise ratio. [6]
C. Frost Filter:
The Frost filter is an adaptive filter that uses a negative exponential distribution for the speckle noise and
local image statistics for filtering process. This filter gives weights for each cell by using local image statistics
i.e. calculated locally for each filter window. The weight for a cell depends on the distance from the center cell.
Weighting factor decreases with distance from pixel of interest and increases as variance with kernel increases.
In order to minimize the mean square error of the signal estimate this filter performs a weighted average of the
Simrat et al., International Journal of Emerging Technologies in Computational and Applied Sciences, 8(6), March-May, 2014, pp. 513-516
IJETCAS 14-479; © 2014, IJETCAS All Rights Reserved Page 515
cell values in the filter window, with the weights for each cell. It replaces the pixel of interest with a weighted
sum of all values within n*n moving kernel. The filter therefore smoothes more in homogeneous areas because
the center cells are heavily weighted as the variance in filter window increases, but provides a signal estimate
closer to the observed value of the center cell in heterogeneous areas. The formula used for Lee filter is:
Where Mean = Average of pixels in moving window
and
D. Lee filter:
Unlike Frost filter the Lee filter uses a least-squares approach to estimate the true signal strength of the
center cell in the filter window from the measured value in that cell, the local mean brightness of all cells in the
window, and a gain factor is calculated from the local variance and the noise standard deviation and assumes a
Gaussian (normal) distribution for the noise values, and calculates the local noise standard deviation for each
filter window. In general term it replaces the pixel of interest with average of all Digital Number values falling
within that range. The Lee filter calculation produces an output value close to the original input value in higher
contrast regions and a value close to the local mean for uniform areas. In uniform areas more smoothening
occurs. The formula used for Lee filter is:
Where
V. Applications
The speckle effect is used in Astronomy, Medical , Radar data, Satellite images and many more.
VI. Conclusion
After studying the above Speckle Noise reduction techniques researches show that Wiener filter is best
suited for removal of Speckle Noise. In future work we will propose and implement a novel filter after working
on the disadvantages and advantages of the existing techniques.
References
[1] Inderjeet Singh and Er. Lal Chand, “Speckle Noise Reduction based on Discrete Wavelet Transform”, International Journal of
Computer Trends and Technology (IJCTT) – volume 4 Issue 7–July 2013, ISSN: 2231-2803, Page 2222.
[2] Bhausaheb Shinde, Dnyandeo Mhaske, Machindra Patare, A.R. Dani, “ Apply Different Filtering Techniques To Remove The
Speckle Noise Using Medical Images”, International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622
,Vol. 2, Issue 1,Jan-Feb 2012, pp.1071-1079.
[3] Arpit Singhal, Mandeep Singh, “Speckle Noise Removal and Edge Detection Using Mathematical Morphology”, International
Journal of Soft Computing and Engineering (IJSCE), ISSN: 2231-2307, Volume-1, Issue-5, November 2011.
[4] K.Bala Prakash, R.Venu Babu, B.VenuGopal,” Image Independent Filter for Removsl of Speckle Noise”, International Journal of
Computer Science Issue, Vol. 8, Issue 5, No. 3, September 2011, ISSN (Online): 1694-0814.
[5] Haryali Dhillon1, a, Gagan Deep Jindal2, b, Akshay Girdhar, “A Novel Threshold Technique for Eliminating Speckle Noise In
Ultrasound Images”, 2011 International Conference on Modeling, Simulation and Control, IPCSIT vol.10 (2011) © (2011) IACSIT
Press, Singapore.
[6] Pawan Patidar, Manoj gupta, Sumit srivastava, ashok kumar nagawat, , “Image De-noising by Various Filters for Different Noise”,
International Journal of Computer Applications (0975 – 8887) Volume 9– No.4, November 2010.
[7] S.Sudha, G.R.Suresh and R.Sukanesh, “Speckle Noise Reduction in Ultrasound Images by Wavelet Thresholding based on Weighted
Variance”, International Journal of Computer Theory and Engineering, Vol. 1, No. 1, April 2009,1793-8201.
[8] Sanket Manohar Gokhale, Parvez E. Ansari, Snehal R Kochre, “ A Novel Approach for Minimization of Speckle Noise in Ultrasound
Imaging Using Redundant Discrete Wavelet Transform” , IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-
ISSN: 2278-1676, p-ISSN: 2320-3331 PP 57-63, 2014.
Simrat et al., International Journal of Emerging Technologies in Computational and Applied Sciences, 8(6), March-May, 2014, pp. 513-516
IJETCAS 14-479; © 2014, IJETCAS All Rights Reserved Page 516
[9] M. Mansourpour, M.A. Rajabi, J.A.R. Blais, “Effects and Performance of speckle noise reduction filters on active RADAR and SAR
images.
[10] Josaphat Tetuko Sri Sumantyo and Jalal Amini,” A model for removal of speckle noise in SAR images”, Canadian Journal of Remote
Sensing, Vol. 34, No. 6, pp. 503-515, 2008.
[11] Fang Qiu, Judith Berglund, John R. Jensen, “Speckle Noise Reduction in SAR Imagery Using a Local Adaptive Median Filter”,
GIScience and Remote Sensing, 2004, 41, No. 3, pp. 244-266.
[12] S. Grace Chang, Bin Yu and Martin Vetterli,” Adaptive Wavelet Thresholding For Image Denoising and Compression”, IEEE
Transactions On Image Processing, Vol. 9, No. 9, September 2000.
[13] Shi-qi-Huang, Dai-zhi Liu, Gui-qing Gao, Xi-jian Guao, “A novel method for speckle noise reduction and ship target detection in
SAR images”, Journal Pattern Recognition, Vol.No. 42, Issue- 7, July 2009.
[14] S Suryanarayana, Dr. B L Deekshatulu, Dr. K Lal Kishore , Y Rakeshkumar, “Automatic Detection Of Noise Type And Class Using
Multiple Image Metrics ”, International Journal Of Electronics And Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 3, Issue 2, July-September (2012).
[15] J.W.Goodman,” Some fundamental properties of speckle”, J.Opt. Soc. Amer, Vol. 66, No. 11, pp 1145-1149, 1976.
[16] Rafael C. Gonzalez and Richard E. Woods, “Digital Image Processing”, Third edition, Pearson Prentice Hall.

More Related Content

What's hot

Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
CSCJournals
 
Direct digital radiography(1) (1)
Direct digital radiography(1) (1)Direct digital radiography(1) (1)
Direct digital radiography(1) (1)
Tarun Kumar
 
Speckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet threshSpeckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet thresh
IAEME Publication
 

What's hot (20)

CR & DR
CR & DRCR & DR
CR & DR
 
A Review on Haze Removal Techniques
A Review on Haze Removal TechniquesA Review on Haze Removal Techniques
A Review on Haze Removal Techniques
 
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
 
Direct digital radiography(1) (1)
Direct digital radiography(1) (1)Direct digital radiography(1) (1)
Direct digital radiography(1) (1)
 
Filtering Techniques to reduce Speckle Noise and Image Quality Enhancement me...
Filtering Techniques to reduce Speckle Noise and Image Quality Enhancement me...Filtering Techniques to reduce Speckle Noise and Image Quality Enhancement me...
Filtering Techniques to reduce Speckle Noise and Image Quality Enhancement me...
 
Digital Radiography
Digital RadiographyDigital Radiography
Digital Radiography
 
Digital Radiography PHYSICS
Digital Radiography PHYSICSDigital Radiography PHYSICS
Digital Radiography PHYSICS
 
Digital Radiography
Digital RadiographyDigital Radiography
Digital Radiography
 
Survey on Haze Removal Techniques
Survey on Haze Removal TechniquesSurvey on Haze Removal Techniques
Survey on Haze Removal Techniques
 
A NOVEL ALGORITHM FOR IMAGE DENOISING USING DT-CWT
A NOVEL ALGORITHM FOR IMAGE DENOISING USING DT-CWT A NOVEL ALGORITHM FOR IMAGE DENOISING USING DT-CWT
A NOVEL ALGORITHM FOR IMAGE DENOISING USING DT-CWT
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
 
Digital radiography-Avinesh Shrestha
Digital radiography-Avinesh ShresthaDigital radiography-Avinesh Shrestha
Digital radiography-Avinesh Shrestha
 
Hg3512751279
Hg3512751279Hg3512751279
Hg3512751279
 
Speckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet threshSpeckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet thresh
 
Digital xray
Digital xrayDigital xray
Digital xray
 
IRJET- Removal of Gaussian Impulsive Noise from Computed Tomography
IRJET- Removal of Gaussian Impulsive Noise from Computed TomographyIRJET- Removal of Gaussian Impulsive Noise from Computed Tomography
IRJET- Removal of Gaussian Impulsive Noise from Computed Tomography
 
Digital Imaging
Digital ImagingDigital Imaging
Digital Imaging
 
Performance analysis of image
Performance analysis of imagePerformance analysis of image
Performance analysis of image
 
Digital radiography
Digital radiographyDigital radiography
Digital radiography
 
Image Quality - Radiologic Imaging
Image Quality - Radiologic ImagingImage Quality - Radiologic Imaging
Image Quality - Radiologic Imaging
 

Viewers also liked (18)

Ijetcas14 357
Ijetcas14 357Ijetcas14 357
Ijetcas14 357
 
Ijetcas14 443
Ijetcas14 443Ijetcas14 443
Ijetcas14 443
 
Aijrfans14 243
Aijrfans14 243Aijrfans14 243
Aijrfans14 243
 
Ijetcas14 474
Ijetcas14 474Ijetcas14 474
Ijetcas14 474
 
Ijetcas14 315
Ijetcas14 315Ijetcas14 315
Ijetcas14 315
 
Ijetcas14 435
Ijetcas14 435Ijetcas14 435
Ijetcas14 435
 
Ijetcas14 562
Ijetcas14 562Ijetcas14 562
Ijetcas14 562
 
Ijetcas14 392
Ijetcas14 392Ijetcas14 392
Ijetcas14 392
 
Ijetcas14 312
Ijetcas14 312Ijetcas14 312
Ijetcas14 312
 
Ijebea14 215
Ijebea14 215Ijebea14 215
Ijebea14 215
 
Ijetcas14 371
Ijetcas14 371Ijetcas14 371
Ijetcas14 371
 
Aijrfans14 269
Aijrfans14 269Aijrfans14 269
Aijrfans14 269
 
Ijetcas14 460
Ijetcas14 460Ijetcas14 460
Ijetcas14 460
 
Ijetcas14 536
Ijetcas14 536Ijetcas14 536
Ijetcas14 536
 
Sulfide Minerals
Sulfide MineralsSulfide Minerals
Sulfide Minerals
 
Aijrfans14 227
Aijrfans14 227Aijrfans14 227
Aijrfans14 227
 
Ijetcas14 639
Ijetcas14 639Ijetcas14 639
Ijetcas14 639
 
Ijetcas14 648
Ijetcas14 648Ijetcas14 648
Ijetcas14 648
 

Similar to Ijetcas14 479

A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
NIET Journal of Engineering & Technology (NIETJET)
 
Adaptive non-linear-filtering-technique-for-image-restoration
Adaptive non-linear-filtering-technique-for-image-restorationAdaptive non-linear-filtering-technique-for-image-restoration
Adaptive non-linear-filtering-technique-for-image-restoration
Cemal Ardil
 
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median FilterAnalysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
ijtsrd
 
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
IJECEIAES
 
Analysis of Various Image De-Noising Techniques: A Perspective View
Analysis of Various Image De-Noising Techniques: A Perspective ViewAnalysis of Various Image De-Noising Techniques: A Perspective View
Analysis of Various Image De-Noising Techniques: A Perspective View
ijtsrd
 

Similar to Ijetcas14 479 (20)

Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
 
L011117884
L011117884L011117884
L011117884
 
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
 
Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Performance Comparison of Various Filters and Wavelet Transform for Image De-...Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Performance Comparison of Various Filters and Wavelet Transform for Image De-...
 
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
 
An Ultrasound Image Despeckling Approach Based on Principle Component Analysis
An Ultrasound Image Despeckling Approach Based on Principle Component AnalysisAn Ultrasound Image Despeckling Approach Based on Principle Component Analysis
An Ultrasound Image Despeckling Approach Based on Principle Component Analysis
 
Co33548550
Co33548550Co33548550
Co33548550
 
Co33548550
Co33548550Co33548550
Co33548550
 
Adaptive non-linear-filtering-technique-for-image-restoration
Adaptive non-linear-filtering-technique-for-image-restorationAdaptive non-linear-filtering-technique-for-image-restoration
Adaptive non-linear-filtering-technique-for-image-restoration
 
[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh
 
Reduction of types of Noises in dental Images
Reduction of types of Noises in dental ImagesReduction of types of Noises in dental Images
Reduction of types of Noises in dental Images
 
Paper id 312201526
Paper id 312201526Paper id 312201526
Paper id 312201526
 
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median FilterAnalysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
 
A STUDY OF SPECKLE NOISE REDUCTION FILTERS
A STUDY OF SPECKLE NOISE REDUCTION FILTERS A STUDY OF SPECKLE NOISE REDUCTION FILTERS
A STUDY OF SPECKLE NOISE REDUCTION FILTERS
 
Study and Analysis of Impulse Noise Reduction Filters
Study and Analysis of Impulse Noise Reduction FiltersStudy and Analysis of Impulse Noise Reduction Filters
Study and Analysis of Impulse Noise Reduction Filters
 
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
 
Survey Paper on Image Denoising Using Spatial Statistic son Pixel
Survey Paper on Image Denoising Using Spatial Statistic son PixelSurvey Paper on Image Denoising Using Spatial Statistic son Pixel
Survey Paper on Image Denoising Using Spatial Statistic son Pixel
 
A Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical ImagesA Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical Images
 
J010245458
J010245458J010245458
J010245458
 
Analysis of Various Image De-Noising Techniques: A Perspective View
Analysis of Various Image De-Noising Techniques: A Perspective ViewAnalysis of Various Image De-Noising Techniques: A Perspective View
Analysis of Various Image De-Noising Techniques: A Perspective View
 

More from Iasir Journals

More from Iasir Journals (20)

ijetcas14 650
ijetcas14 650ijetcas14 650
ijetcas14 650
 
Ijetcas14 647
Ijetcas14 647Ijetcas14 647
Ijetcas14 647
 
Ijetcas14 643
Ijetcas14 643Ijetcas14 643
Ijetcas14 643
 
Ijetcas14 641
Ijetcas14 641Ijetcas14 641
Ijetcas14 641
 
Ijetcas14 632
Ijetcas14 632Ijetcas14 632
Ijetcas14 632
 
Ijetcas14 624
Ijetcas14 624Ijetcas14 624
Ijetcas14 624
 
Ijetcas14 619
Ijetcas14 619Ijetcas14 619
Ijetcas14 619
 
Ijetcas14 615
Ijetcas14 615Ijetcas14 615
Ijetcas14 615
 
Ijetcas14 608
Ijetcas14 608Ijetcas14 608
Ijetcas14 608
 
Ijetcas14 605
Ijetcas14 605Ijetcas14 605
Ijetcas14 605
 
Ijetcas14 604
Ijetcas14 604Ijetcas14 604
Ijetcas14 604
 
Ijetcas14 598
Ijetcas14 598Ijetcas14 598
Ijetcas14 598
 
Ijetcas14 594
Ijetcas14 594Ijetcas14 594
Ijetcas14 594
 
Ijetcas14 593
Ijetcas14 593Ijetcas14 593
Ijetcas14 593
 
Ijetcas14 591
Ijetcas14 591Ijetcas14 591
Ijetcas14 591
 
Ijetcas14 589
Ijetcas14 589Ijetcas14 589
Ijetcas14 589
 
Ijetcas14 585
Ijetcas14 585Ijetcas14 585
Ijetcas14 585
 
Ijetcas14 584
Ijetcas14 584Ijetcas14 584
Ijetcas14 584
 
Ijetcas14 583
Ijetcas14 583Ijetcas14 583
Ijetcas14 583
 
Ijetcas14 580
Ijetcas14 580Ijetcas14 580
Ijetcas14 580
 

Recently uploaded

Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
Avinash Rai
 

Recently uploaded (20)

UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
 
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTelling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
 
The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation
 
Benefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational ResourcesBenefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational Resources
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 

Ijetcas14 479

  • 1. International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net IJETCAS 14-479; © 2014, IJETCAS All Rights Reserved Page 513 ISSN (Print): 2279-0047 ISSN (Online): 2279-0055 Empirical Study of Various Speckle Noise Removal Methods Er. Simrat1 , Er. Anil Sagar2 1 M.Tech. Scholar, CSE/IT, B.C.E.T Gurdaspur, Punjab, India 2 Assistant Professor, CSE/IT, B.C.E.T Gurdaspur, Punjab, India Abstract: In restorative picture transforming, picture denoising has turn into an exceptionally vital practice all through the diagnose. Lessening commotion from the restorative pictures, a satellite picture and so on is a test for the analysts in advanced picture transforming. A few methodologies are there for clamour decrease. By and large dot clamour is generally found in manufactured opening radar pictures, satellite pictures and medicinal pictures. In this paper a review on different speckle noise removal techniques is done. Keywords: Speckle, SAR, Frost, Lee, Wavelet I. Introduction The field of picture preparing concentrates on mechanizing the procedure of social affair and transforming visual data. While transforming or acquiring the images, the quality of the image gets degraded by noise. The performances of imaging sensors are affected by variety of factors such as environmental conditions during image acquisition and by quality of the sensing elements themselves. Image restoration attempts to reconstruct or recover an image that has been degraded by noise or the photometric reasons. Noise can be multiplicative and additive. Additive noise is systematic in nature and can be easily modeled and hence removed or reduced easily. Whereas multiplicative noise is image dependent, complex to model and hence difficult to reduce. Additive noise is the noise which adds up in the original image. Multiplicative noise is the noise which multiplies with the original image. Different types of noises are Gaussian noise , Salt & Pepper noise, Speckle noise and Poisson noise. II. Speckle Noise Speckle noise happens when a sound wave beat haphazardly interferes with little particles or protests on a scale tantamount to sound wavelength. Speckle noise is a granular noise that inherently exists in and degrades the quality of the active radar and synthetic aperture radar (SAR) images. Speckle noise in conventional radar results from random fluctuations in the return signal from an object that is no bigger than a single image-processing element. It increases the mean grey level of a local area. Speckle noise in SAR is generally more serious, causing difficulties for image interpretation. It is caused by coherent processing of backscattered signals from multiple distributed targets. Features of Speckle Noise: i) Speckle noise in SAR is a multiplicative noise, i.e. it is in direct proportion to the local grey level in any area. ii) The signal and the noise are statistically independent of each other. iii) The sample mean and variance of a single pixel are equal to the mean and variance of the local area that is centred on that pixel. [1],[2],[6]. III. Need for filtering Speckle noise degrades the quality of Ultrasound (US), Synthetic aperture radar (SAR), scanned and photographic images and thereby in Ultrasound and SAR images reducing the ability of a human observer to discriminate the fine details of diagnostic examination. Hence images with speckle noise will results in reducing the contrast of image and difficult to perform image processing operations like edge detection.
  • 2. Simrat et al., International Journal of Emerging Technologies in Computational and Applied Sciences, 8(6), March-May, 2014, pp. 513-516 IJETCAS 14-479; © 2014, IJETCAS All Rights Reserved Page 514 IV. Filtration techniques Several different methods are used to eliminate speckle noise, based upon different mathematical models of the phenomenon. One method, for example, employs multiple-look processing, averaging out the speckle noise by taking several "looks" at a target in a single radar sweep. The average is the incoherent average of the looks. A second method involves using adaptive and non-adaptive filters on the signal processing (where adaptive filters adapt their weightings across the image to the speckle level, and non-adaptive filters apply the same weightings uniformly across the entire image). Such filtering also eliminates actual image information as well, in particular high-frequency information, and the applicability of filtering and the choice of filter type involves tradeoffs. Adaptive speckle filtering is better at preserving edges and detail in high-texture areas (such as forests or urban areas). Non-adaptive filtering is simpler to implement, and requires less computational power. There are two forms of non-adaptive speckle filtering: one based on the mean and other based upon the median (within a given rectangular area of pixels in the image). The later is better at preserving edges whilst eliminating noise spikes, than the former is. There are many forms of adaptive speckle filtering including the Weiner filter, the Lee filter and the Frost filter. [1],[2],[6]. A. Median Filter: The best-known order-statistics filter is the median filter, which, as its name implies, replaces the value of a pixel by the median of the gray levels in the neighborhood of that pixel. The original value of the pixel is included in the computation of the median. Median filters are quite popular because, for certain types of random noise, they provide excellent noise-reduction capabilities, with considerably less blurring than linear smoothing filters of similar size. Median filters are particularly effective in the presence of both bipolar and unipolar impulse noise. A major advantage of the median filter is that the median filter can eliminate the effect of input noise values with extremely large magnitudes. The output y of the median filter at the moment t is calculated as the median of the input values corresponding to the moments adjacent to t. where t is the size of the window of the median filter. [6] B. Wiener filter: Wiener filter also known as least mean square filter. Wiener filter proposed in the year of 1942 is adaptively applied on the image according to the local image variance. It minimizes the overall mean square error in the process of inverse filtering and noise smoothing. It is the linear estimation of the original image. If the variance is small, wiener performs smoothly; if the variance is large then the wiener performs less smoothly. It works best both in additive and multiplicative noise. Wiener Filter in Fourier Domain: where H(u, v) = Degradation function H*(u, v) = Complex conjugate of degradation function Pn (u, v) = Power Spectral Density of Noise Ps (u, v) = Power Spectral Density of un-degraded image The term Pn /Ps can be interpreted as the reciprocal of the signal to noise ratio. [6] C. Frost Filter: The Frost filter is an adaptive filter that uses a negative exponential distribution for the speckle noise and local image statistics for filtering process. This filter gives weights for each cell by using local image statistics i.e. calculated locally for each filter window. The weight for a cell depends on the distance from the center cell. Weighting factor decreases with distance from pixel of interest and increases as variance with kernel increases. In order to minimize the mean square error of the signal estimate this filter performs a weighted average of the
  • 3. Simrat et al., International Journal of Emerging Technologies in Computational and Applied Sciences, 8(6), March-May, 2014, pp. 513-516 IJETCAS 14-479; © 2014, IJETCAS All Rights Reserved Page 515 cell values in the filter window, with the weights for each cell. It replaces the pixel of interest with a weighted sum of all values within n*n moving kernel. The filter therefore smoothes more in homogeneous areas because the center cells are heavily weighted as the variance in filter window increases, but provides a signal estimate closer to the observed value of the center cell in heterogeneous areas. The formula used for Lee filter is: Where Mean = Average of pixels in moving window and D. Lee filter: Unlike Frost filter the Lee filter uses a least-squares approach to estimate the true signal strength of the center cell in the filter window from the measured value in that cell, the local mean brightness of all cells in the window, and a gain factor is calculated from the local variance and the noise standard deviation and assumes a Gaussian (normal) distribution for the noise values, and calculates the local noise standard deviation for each filter window. In general term it replaces the pixel of interest with average of all Digital Number values falling within that range. The Lee filter calculation produces an output value close to the original input value in higher contrast regions and a value close to the local mean for uniform areas. In uniform areas more smoothening occurs. The formula used for Lee filter is: Where V. Applications The speckle effect is used in Astronomy, Medical , Radar data, Satellite images and many more. VI. Conclusion After studying the above Speckle Noise reduction techniques researches show that Wiener filter is best suited for removal of Speckle Noise. In future work we will propose and implement a novel filter after working on the disadvantages and advantages of the existing techniques. References [1] Inderjeet Singh and Er. Lal Chand, “Speckle Noise Reduction based on Discrete Wavelet Transform”, International Journal of Computer Trends and Technology (IJCTT) – volume 4 Issue 7–July 2013, ISSN: 2231-2803, Page 2222. [2] Bhausaheb Shinde, Dnyandeo Mhaske, Machindra Patare, A.R. Dani, “ Apply Different Filtering Techniques To Remove The Speckle Noise Using Medical Images”, International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 ,Vol. 2, Issue 1,Jan-Feb 2012, pp.1071-1079. [3] Arpit Singhal, Mandeep Singh, “Speckle Noise Removal and Edge Detection Using Mathematical Morphology”, International Journal of Soft Computing and Engineering (IJSCE), ISSN: 2231-2307, Volume-1, Issue-5, November 2011. [4] K.Bala Prakash, R.Venu Babu, B.VenuGopal,” Image Independent Filter for Removsl of Speckle Noise”, International Journal of Computer Science Issue, Vol. 8, Issue 5, No. 3, September 2011, ISSN (Online): 1694-0814. [5] Haryali Dhillon1, a, Gagan Deep Jindal2, b, Akshay Girdhar, “A Novel Threshold Technique for Eliminating Speckle Noise In Ultrasound Images”, 2011 International Conference on Modeling, Simulation and Control, IPCSIT vol.10 (2011) © (2011) IACSIT Press, Singapore. [6] Pawan Patidar, Manoj gupta, Sumit srivastava, ashok kumar nagawat, , “Image De-noising by Various Filters for Different Noise”, International Journal of Computer Applications (0975 – 8887) Volume 9– No.4, November 2010. [7] S.Sudha, G.R.Suresh and R.Sukanesh, “Speckle Noise Reduction in Ultrasound Images by Wavelet Thresholding based on Weighted Variance”, International Journal of Computer Theory and Engineering, Vol. 1, No. 1, April 2009,1793-8201. [8] Sanket Manohar Gokhale, Parvez E. Ansari, Snehal R Kochre, “ A Novel Approach for Minimization of Speckle Noise in Ultrasound Imaging Using Redundant Discrete Wavelet Transform” , IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e- ISSN: 2278-1676, p-ISSN: 2320-3331 PP 57-63, 2014.
  • 4. Simrat et al., International Journal of Emerging Technologies in Computational and Applied Sciences, 8(6), March-May, 2014, pp. 513-516 IJETCAS 14-479; © 2014, IJETCAS All Rights Reserved Page 516 [9] M. Mansourpour, M.A. Rajabi, J.A.R. Blais, “Effects and Performance of speckle noise reduction filters on active RADAR and SAR images. [10] Josaphat Tetuko Sri Sumantyo and Jalal Amini,” A model for removal of speckle noise in SAR images”, Canadian Journal of Remote Sensing, Vol. 34, No. 6, pp. 503-515, 2008. [11] Fang Qiu, Judith Berglund, John R. Jensen, “Speckle Noise Reduction in SAR Imagery Using a Local Adaptive Median Filter”, GIScience and Remote Sensing, 2004, 41, No. 3, pp. 244-266. [12] S. Grace Chang, Bin Yu and Martin Vetterli,” Adaptive Wavelet Thresholding For Image Denoising and Compression”, IEEE Transactions On Image Processing, Vol. 9, No. 9, September 2000. [13] Shi-qi-Huang, Dai-zhi Liu, Gui-qing Gao, Xi-jian Guao, “A novel method for speckle noise reduction and ship target detection in SAR images”, Journal Pattern Recognition, Vol.No. 42, Issue- 7, July 2009. [14] S Suryanarayana, Dr. B L Deekshatulu, Dr. K Lal Kishore , Y Rakeshkumar, “Automatic Detection Of Noise Type And Class Using Multiple Image Metrics ”, International Journal Of Electronics And Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 3, Issue 2, July-September (2012). [15] J.W.Goodman,” Some fundamental properties of speckle”, J.Opt. Soc. Amer, Vol. 66, No. 11, pp 1145-1149, 1976. [16] Rafael C. Gonzalez and Richard E. Woods, “Digital Image Processing”, Third edition, Pearson Prentice Hall.