SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
283
SPECKLE NOISE REDUCTION FROM MEDICAL ULTRASOUND IMAGES
USING WAVELET THRESHOLDING AND ANISOTROPIC DIFFUSION
METHOD
Ratil Hasnat Ashique1
, Md Imrul Kayes2
, M T Hasan Amin3
, Badrun Naher Lia4
1
Primeasia University, Department of EEE, 12, Kamal Atartuk Avenue, Banani, Dhaka
2
International Islamic University Chittagong, Department of CSE, Chittagong
3
University of Surrey, Department of Electronics Engineering, Surrey, UK
4
Primeasia University, Department of EEE, 12, Kamal Atartuk Avenue, Banani, Dhaka
ABSTRACT
Medical Images are very often corrupted by various types of noise including speckle noise,
salt and pepper noise etc. This corruption of noise is introduced to the original image during image
acquisition and transmission. The various image denoising techniques that are proposed from time to
time are offering denoising techniques preserving the original image features. The denoising is so
important because ultrasound imaging today has gained wide acceptance due to its safety, easy
imaging procedure, low cost and adaptability. However the main shortcomings of this process is poor
quality of images which is further degraded due to the presence of speckle noise and other types of
noise. Hence it has become vital to remove noise while preserving important datails and features of
the image. This paper will introduce a unique method to speckle noise filtering using median filters,
wavelet and SRAD filters.
Keyword: Ultrasound Image, Ultrasonography, Speckle Noise, Wavelet, Hard Threshold, Soft
threshold, SNR, PSNR, MSE, RMSE, Median filter, SRAD filter.
1. INTRODUCTION
Compared to other medical imaging techniques ultrasound images suffers from lower image
contrast, low Signal to noise ratio, signal dropouts, shadowing of structures, variable intensity
problem etc. Moreover very often they contain high noise contents against poor contrast. This
ultimately results in blurred image, missing edge points, fake edge points etc. Hence due to complex
and changing shapes it becomes difficult to obtain a correct edge map which is vital for diagnosis
purpose. Speckle noise comes up as a result of interference between multiple scattering beams and
main reflected signal. Speckle noise is a granular noise that inherently exists in and degrades the
quality of the images. Generally it is found in ultrasound image and radar image. This noise is, in
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 4, July-August, 2013, pp. 283-290
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
284
fact, caused by errors in data transmission. The corrupted pixels are either set to the maximum value,
which is something like a snow in image or have single bits flipped over. This kind of noise affects
the ultrasound images. Speckle noise has the characteristic of multiplicative noise. Speckle noise
follows a gamma distribution and is given as
Where, α is variance and g is the gray level.
2. NECESSITY TO REMOVE SPECKLE NOISE
As most prevalent artifact in ultrasound image which makes object detection and recognition
more difficult, reduction of speckle directly improves the value of the sonogram.
Because Ultrasound Images have very little contrast, edge detection is essential to object
detection. Ultrasounds depend more heavily on edge detection than other medical imaging
modalities. Speckle noise can distort or hide edges making object detection less reliable. Objects
such as tumors or birth defects can go undetected and thus untreated
3. SPECKLE NOISE STATISTICS
The Rayleigh density function, and its extension, the Rice density function, provide a good
starting point for the model for the statistics of the envelope signal. The Rayleigh density function
provides a good model for the backscattered echo signals when the scatterer density is very large
(>10 scatterers per resolution cell). This model has been used extensively for such fully formed
speckle situation. Similarly, the Rice model provides a good model for the presence of coherent
backscatter.
4. REMOVING SPECKLE NOISE
To develop a despeckling algorithm to filter out speckle noise we have know the
mathematical model of the speckle noise .The simplified model can be described as follows:
As we know speckle noise is a multiplicative noise, the logarithm of the noisy image is taken to
convert the noise function to an additive one .Hence for a possible imaging let
F1(m,n)=F2(m,n)*N(m,n) --------------------------(1)
where F1,F2 and N are the noisy image , original image without noise and noise function
respectively.By taking log on both sides eqn (1) becomes
Log{F1(m,n)}=Log{F2(m,n)}+Log{N(m,n)}---(2)
In eqn (2) as we observe the noise becomes an additive noise which is processed by various noise
removing filters. Denoised Image is obtained by taking the exponential of the image matrix.
5. MEDIAN FILTER
Median filter is a nonlinear spatial filter which is good at removing pulse and spike noise.
The filtering process is described here-
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 –
Here a NxN window is centered around each pixel. Generally N is a small odd number (~5 to
50). Intensity values of each pixel in the window are sorted in an array. The pi
window is replaced in the final image with the median value of the pixels in the window. It is simple
filter to implement and good at removing “salt and pepper” type noise.
graphically below
Here following thing are done
a. Window centers on target pixel.
b. Intensity values are ordered for each pixel in the w
c. Mean Value is selected for new image
6. ANISOTROPIC DIFFUSION FILTERS
Anisotropic diffusion is an
contrast enhancement and noise reduction. It smoothes homogeneous image regions and retains
image edges. The main concept of anisotropic diffusion is the introduction of a function that inhabits
smoothing at the image edges. This function is called diffusion coefficient. The diffusion coefficient
is chosen to vary spatially in such a way to encourage intra region smoothing in preference to inter
region smoothing. To smooth image on a continuous dom
onal Journal of Electronics and Communication Engineering & Technology (IJECET),
– 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
285
Here a NxN window is centered around each pixel. Generally N is a small odd number (~5 to
50). Intensity values of each pixel in the window are sorted in an array. The pixel in the center of the
window is replaced in the final image with the median value of the pixels in the window. It is simple
filter to implement and good at removing “salt and pepper” type noise. Median filtering is shown
e ordered for each pixel in the window.
ean Value is selected for new image.
ANISOTROPIC DIFFUSION FILTERS
Anisotropic diffusion is an efficient nonlinear technique for simultaneously performing
contrast enhancement and noise reduction. It smoothes homogeneous image regions and retains
image edges. The main concept of anisotropic diffusion is the introduction of a function that inhabits
moothing at the image edges. This function is called diffusion coefficient. The diffusion coefficient
is chosen to vary spatially in such a way to encourage intra region smoothing in preference to inter
region smoothing. To smooth image on a continuous domain:
onal Journal of Electronics and Communication Engineering & Technology (IJECET),
August (2013), © IAEME
Here a NxN window is centered around each pixel. Generally N is a small odd number (~5 to
xel in the center of the
window is replaced in the final image with the median value of the pixels in the window. It is simple
Median filtering is shown
efficient nonlinear technique for simultaneously performing
contrast enhancement and noise reduction. It smoothes homogeneous image regions and retains
image edges. The main concept of anisotropic diffusion is the introduction of a function that inhabits
moothing at the image edges. This function is called diffusion coefficient. The diffusion coefficient
is chosen to vary spatially in such a way to encourage intra region smoothing in preference to inter
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
286
Where ∇ is the gradient operator, div is the divergence operator, || is the magnitude, c(x) is the
diffusion coefficient, and I0 is the initial image. For c(x), they have two coefficients options:
Where k is the edge magnitude parameter. c(x) is the conduct coefficient along four directions. In
practical design, the diffusion coefficient c(∇I ) is anisotropic, and thus it’s called anisotropic
diffusion. The option 1 of the diffusion coefficient favors high contrast edges over low contrast ones.
The option 2 of the diffusion coefficient favors wide regions over smaller ones. The edge magnitude
parameter k controls conduction as a function of gradient. If k is low, then small intensity gradients
are able to block conduction and hence diffusion across step edges. A large value of k can overcome
the small intensity gradient barrels and reduces the influence of intensity gradients on conduction.
Usually k ~ [20,100]. This method can be iteratively applied to the output image, and the iteration
equation is:
where I (n) is the output image after n iterations. λ is the diffusion conducting speed, usually we set
λ<=0.25.
7. WAVELET BASED DENOISING
Wavelet transform(WT) is another transformation method like Fourier transform(FT) except
that time and frequency information is obtained simultaneously in the later. FT has the drawback that
it cannot provide time information of the frequency bands which is specially important in case of non
stationary signals. Though STFT although provides time frequency information of the signal ,it
suffers from resolution problem. WT removes this resolution problem also. As most of the practical
signals are non stationary type , it is crystal clear that WT has higher preference in signal analysis.
The continuous wavelet transform is given by
Xw(a,b)=(1/√a)∫[h*{(t-b)/a}x(t)]
Where h(t) is the wavelet basis function and x(t) is the original signal.
Wavelet techniques are widely used for image denoising and image compression. The
wavelet denoising method decomposes the signal image into wavelet basis and shrink the wavelet
coefficients to remove speckle. At every level the coefficients are run through soft thresholding
process. After thresholding inverse wavelet transform is performed to reconstruct the image.
In short,
• Decomposition: A wavelet chosen with level N. The wavelet decomposition of the signal is
computed at level N.
• Threshold detail coefficients: For each level from 1 to N, a threshold selected and soft
thresholding applied to the detail coefficients.
• Reconstruction: Wavelet reconstruction using the original approximation coefficients of level
N and the modified detail coefficients of levels from 1 to N is performed.
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
287
8. PROPOSED METHOD
In our method we first produce artificial speckle noise which is then combined with synthetic
ultrasound image to produce noisy test image. At first, denoising is performed using median filter to
move long tailed noise such as negative exponential , salt and pepper noise ,spike or pulse noises etc.
This of course causes minimum blurring to the image. The process is specially useful if the image
contains strong unusual spikes.
Secondly, the noisy image is then processed by Wavelet denoising by passing the noisy
signal through a wavelet filter and soft thresholding the detail coefficients for speckle removal.
At the third step ,SRAD2 filter is used to enhance the contrast of the image, smoothing
homogeneous regions and to retain image edges.
The whole process can be shown using block diagram as follows:
Figure 1: Block Diagram
Finally MSE, RMSE, SNR, PSNR are calculated the proposed method and compared with
other types of filters. The process is done for three test images. Window size remains fixed 3×3.
9. SIMULATION
Here we have used MATLAB as a simulation software .The filters codes are written and
image processing toolbox is also used to enhance the simulation.
10. COMPARISON PARAMETERS
To determine the image enhancement we have measured The Root Mean Square Error
(RMSE), signal-to-Noise Ratio (SNR), and Peak Signal to Noise Ratio (PSNR) of the noisy image
The RMSE, SNR, and PSNR are provided below.
Synthetic Ultrasound image +Speckle noise
Noisy Image
SRAD1 filtering
Median Filtering
WT Denoising
Original Image without noise
Process flow
direction
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
288
Figure 2: Measurement Parameters
Where,
f= original image function
F=enhanced image function
σ=variance of the original image
σe=variance of the enhanced image
i,j=position of pixel value of image matrix
11. COMPARISON TABLE
TEST IMAGE# 1
Parameter Lee Median SRAD2 Proposed
MSE 51.4582 58.9049 94.2244 60.5280
RMSE 7.1734 7.6750 9.7069 6.9737
SNR 12.8863 17.2534 15.7889 15.6327
PSNR 31.0163 30.4293 28.3892 29.0713
TEST IMAGE# 2
TEST IMAGE# 3
Parameter Lee Median SRAD2 Proposed
MSE 64.7943 52.6241 96.9385 62.9299
RMSE 8.0495 7.2542 9.8457 7.8399
SNR 11.8560 16.7346 14.3236 11.8973
PSNR 30.0154 30.9190 28.2658 22.5017
Statistical
Measurement
Formula
MSE ∑(f(i,j)-F(i,j)^2)/MN
RMSE √(∑(f(i,j)-F(i,j))^2)/MN)
SNR 10*log((σ^2)/(σ(e)^2)
PSNR 20*log10(255/RMSE)
Parameter Lee Median SRAD2 Proposed
MSE 59.7539 36.5858 85.7866 51.9390
RMSE 7.7301 6.0486 9.2621 6.2069
SNR 9.9015 16.1473 13.0639 12.1305
PSNR 30.3671 32.4977 28.7966 29.9759
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
289
step3:enhanced image with proposed filtersalt peepered+speckled image
step3:enhanced image with proposed filterspeckled image salt peepered+speckled image
step3:enhanced image with proposed filtersalt peepered+speckled imagespeckled image
TEST IMAGE 1 NOISY IMAGE DENOISED WITH
PROPOSED FILTER
TEST IMAGE 2 NOISY IMAGE DENOISED WITH
PROPOSED FILTER
TEST IMAGE 3 NOISY IMAGE DENOISED WITH
PROPOSED FILTER
12. CONCLUSION
The tested result shows that the proposed multilevel filtering technique provides better
resolution, edge preservation with improved SNR compared with other linear and nonlinear filtering
techniques.
Moreover, signal to noise ratio(SNR),mean square error(MSE) are significantly improved by
using the proposed filtering method.
13. REFERENCES
[1] Anil K.Jain, “Fundamentals of Digital Image Processing” first edition, 1989, Prentice – Hall,
Inc.
[2] Tinku Acharya and Ajoy K. Ray, “Image Processing Principles and Appilications”, 2005
edition A John Wiley & Sons, Mc., Publication.
[3] Rafael C. Gonzalez and Richard E. Woods, “Digital Image Processing”, Second Edition,
Pearson Education.
[4] “IEEE Computational Science and Engineering, summer” 1995, vol. 2, num.2, Published by
the IEEE Computer Society, 10662 Los Vaqueros Circle, Los Alamitos, CA 90720, USA.
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
290
[5] Ingrid Daubechies “Ten lectures on wavelets” Philadelphia, PA: SLAM, 1992’
[6] Georges Oppenheim, “Wavelets and Their Application”.
[7] S. Sudha, G.R Suresh and R. Suknesh, "Speckle Noise Reduction in Ultrasound images By
Wavelet Thresholding Based On Weighted Variance",International Journal of Computer
Theory and Engineering, Vol. 1, No. 1, PP 7-12,2009.
[8] S. Sudha, G.R Suresh and R. Suknesh, “Speckle Noise Reduction In ultrasound Images Using
Context-Based Adaptive Wavelet Thresholding”, IETE Journal of Research Vol 55 (issue 3),
2009.
[9] Zhenghao Shi and Ko B.Fung,” A comparison of digital speckle filters” Canada centre for
Remote Sensing.
[10] J.S.Lee,”Digital image enhancement and noise filtering by use of local Statistics’” IEEE
Trans. Pattern Analysis and Machine Intelligence, vol.2,no. 2, pp. 165-168, March 1980.
[11] D.T.Kaun, A.A. Sawchuk, T.C. Strand, and P.Chavel,”Adaptive noise Smoothing filter for
images with signal-dependent noise, ”IEEE Trans. Pattern Analysis and Machine
Intelligence, vol.2,no. 2, pp. 165-177, March 1985.
[12] V.S.Frost, J.A Stiles, K.S. Shanmugan, and J.C. Holtzman, “A model for radar Images and its
application to adaptive digital filtering of multiplicative noise,” IEEE Trans. Pattern Analysis
and Machine Intelligence, vol.2,no. 2, pp. 155-166, March 1980.
[13] Yongjian Yu and Scott T. Action, “Speckle Reducing Anisotropic Diffusion”, IEEE
Transaction on image processing, Vol. 11, NO. 11,pp. 1260-1270,NOV 2002.
[14] J.W. Goodman, Some fundamental properties of speckle, J.Opt. Soc. Am.,66: SS1145 - 1150,
Nov 1976.
[15] Yong Yue,Mihai M. Croitoru, Akhil Bidani, Joseph B. Zwischenberger and John W
Clark,Jr., ”Ultrasound Speckle Suppression and Edge Enhancement Using multiscale
nonlinear wavelet diffusion” ,IEEE 27th
Annual International Conference of the Engineering
in medicine and biology society ,2005, page 6429-6432
[16] Chadsada Chinrungrueng and Aimamorn Suvichakron “Fast edge reduction for ultrasound
images” IEEETRANSACTION ON NUCLEAR SCIENCE 2001, VOL 48 ,pages 849-854
[17] Yu Y, Acton S. Speckle reducing anisotropic diffusion. IEEE Trans Image Process
2002;11(11):1260–70.
[18] Yu, Y. Ultrasound image enhancement for detection of contours using speckle reducing
anisotropic diffusion, PhD dissertation; May 2003.
[19] ‘Speckle reducing anisotropic diffusion for 3D ultrasound images’ Qingling Suna, John A.
Hossackb,*, Jinshan Tangc, Scott T. Actonb,c Computerized Medical Imaging and Graphics
28 (2004) 461–470.
[20] Er. Ravi Garg and Er. Abhijeet Kumar, “Comparasion of SNR and MSE for Various Noises
using Bayesian Framework”, International Journal of Electronics and Communication
Engineering & Technology (IJECET), Volume 3, Issue 1, 2012, pp. 76 - 82, ISSN Print:
0976- 6464, ISSN Online: 0976 –6472.
[21] Krishnan Kutty and Lipsa Mohanty, “An Adaptive Method for Noise Removal from Real
World Images”, International Journal of Electronics and Communication Engineering &
Technology (IJECET), Volume 4, Issue 1, 2013, pp. 112 - 124, ISSN Print: 0976- 6464,
ISSN Online: 0976 –6472.
14. BIBLIOGRAPHY
[22] Rafael C Gonzalez , Richard E. Woods (2002),DIGITAL IMAGE PROCESSING, 2nd
ed.,
Prentice Hall ,Upper saddle River, NJ

Más contenido relacionado

La actualidad más candente

image denoising technique using disctere wavelet transform
image denoising technique using disctere wavelet transformimage denoising technique using disctere wavelet transform
image denoising technique using disctere wavelet transformalishapb
 
Removal of Salt and Pepper Noise in images
Removal of Salt and Pepper Noise in imagesRemoval of Salt and Pepper Noise in images
Removal of Salt and Pepper Noise in imagesMurali Siva
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...ijistjournal
 
Image filtering : A comparitive study
Image filtering : A comparitive studyImage filtering : A comparitive study
Image filtering : A comparitive studypruthabhalde3
 
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAIN
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAINIMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAIN
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAINijma
 
Noise filtering
Noise filteringNoise filtering
Noise filteringAlaa Ahmed
 
Image restoration recent_advances_and_applications
Image restoration recent_advances_and_applicationsImage restoration recent_advances_and_applications
Image restoration recent_advances_and_applicationsM Pardo
 
elsevier_publication_2013
elsevier_publication_2013elsevier_publication_2013
elsevier_publication_2013pranay yadav
 
Filtering Corrupted Image and Edge Detection in Restored Grayscale Image Usin...
Filtering Corrupted Image and Edge Detection in Restored Grayscale Image Usin...Filtering Corrupted Image and Edge Detection in Restored Grayscale Image Usin...
Filtering Corrupted Image and Edge Detection in Restored Grayscale Image Usin...CSCJournals
 
Noise reduction by fuzzy image filtering(synopsis)
Noise reduction by fuzzy image filtering(synopsis)Noise reduction by fuzzy image filtering(synopsis)
Noise reduction by fuzzy image filtering(synopsis)Mumbai Academisc
 
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...muhammed jassim k
 
Adaptive Noise Reduction Scheme for Salt and Pepper
Adaptive Noise Reduction Scheme for Salt and PepperAdaptive Noise Reduction Scheme for Salt and Pepper
Adaptive Noise Reduction Scheme for Salt and Peppersipij
 
Robustness of Median Filter For Suppression of Salt and Pepper Noise (SPN) an...
Robustness of Median Filter For Suppression of Salt and Pepper Noise (SPN) an...Robustness of Median Filter For Suppression of Salt and Pepper Noise (SPN) an...
Robustness of Median Filter For Suppression of Salt and Pepper Noise (SPN) an...CSCJournals
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Eurocon2009 Apalkov
Eurocon2009 ApalkovEurocon2009 Apalkov
Eurocon2009 ApalkovKhryashchev
 
Image restoration yogesh 201410048
Image restoration yogesh 201410048Image restoration yogesh 201410048
Image restoration yogesh 201410048yogesh kumar
 

La actualidad más candente (20)

image denoising technique using disctere wavelet transform
image denoising technique using disctere wavelet transformimage denoising technique using disctere wavelet transform
image denoising technique using disctere wavelet transform
 
Removal of Salt and Pepper Noise in images
Removal of Salt and Pepper Noise in imagesRemoval of Salt and Pepper Noise in images
Removal of Salt and Pepper Noise in images
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
 
Image filtering : A comparitive study
Image filtering : A comparitive studyImage filtering : A comparitive study
Image filtering : A comparitive study
 
PID3474431
PID3474431PID3474431
PID3474431
 
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAIN
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAINIMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAIN
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAIN
 
Noise filtering
Noise filteringNoise filtering
Noise filtering
 
Hg3512751279
Hg3512751279Hg3512751279
Hg3512751279
 
Noise
NoiseNoise
Noise
 
Image restoration recent_advances_and_applications
Image restoration recent_advances_and_applicationsImage restoration recent_advances_and_applications
Image restoration recent_advances_and_applications
 
elsevier_publication_2013
elsevier_publication_2013elsevier_publication_2013
elsevier_publication_2013
 
NOISE FILTERS IN IMAGE PROCESSING
NOISE FILTERS IN IMAGE PROCESSINGNOISE FILTERS IN IMAGE PROCESSING
NOISE FILTERS IN IMAGE PROCESSING
 
Filtering Corrupted Image and Edge Detection in Restored Grayscale Image Usin...
Filtering Corrupted Image and Edge Detection in Restored Grayscale Image Usin...Filtering Corrupted Image and Edge Detection in Restored Grayscale Image Usin...
Filtering Corrupted Image and Edge Detection in Restored Grayscale Image Usin...
 
Noise reduction by fuzzy image filtering(synopsis)
Noise reduction by fuzzy image filtering(synopsis)Noise reduction by fuzzy image filtering(synopsis)
Noise reduction by fuzzy image filtering(synopsis)
 
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
 
Adaptive Noise Reduction Scheme for Salt and Pepper
Adaptive Noise Reduction Scheme for Salt and PepperAdaptive Noise Reduction Scheme for Salt and Pepper
Adaptive Noise Reduction Scheme for Salt and Pepper
 
Robustness of Median Filter For Suppression of Salt and Pepper Noise (SPN) an...
Robustness of Median Filter For Suppression of Salt and Pepper Noise (SPN) an...Robustness of Median Filter For Suppression of Salt and Pepper Noise (SPN) an...
Robustness of Median Filter For Suppression of Salt and Pepper Noise (SPN) an...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Eurocon2009 Apalkov
Eurocon2009 ApalkovEurocon2009 Apalkov
Eurocon2009 Apalkov
 
Image restoration yogesh 201410048
Image restoration yogesh 201410048Image restoration yogesh 201410048
Image restoration yogesh 201410048
 

Destacado

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...IOSR Journals
 
Image pre processing-restoration
Image pre processing-restorationImage pre processing-restoration
Image pre processing-restorationAshish Kumar
 
Location management for pcs networks using user movement pattern
Location management for pcs networks using user movement patternLocation management for pcs networks using user movement pattern
Location management for pcs networks using user movement patternIAEME Publication
 
Six sigma implementation in it software product industry – a case study
Six sigma implementation in it software product industry – a case studySix sigma implementation in it software product industry – a case study
Six sigma implementation in it software product industry – a case studyIAEME Publication
 
A single rating inductor multilevel current source inverter with pwm strategie
A single rating inductor multilevel current source inverter with pwm strategieA single rating inductor multilevel current source inverter with pwm strategie
A single rating inductor multilevel current source inverter with pwm strategieIAEME Publication
 
The effect of implementation of iso 9001 2008 qms organizational
The effect of implementation of iso 9001 2008 qms  organizationalThe effect of implementation of iso 9001 2008 qms  organizational
The effect of implementation of iso 9001 2008 qms organizationalIAEME Publication
 
A Review of the Split Bregman Method for L1 Regularized Problems
A Review of the Split Bregman Method for L1 Regularized ProblemsA Review of the Split Bregman Method for L1 Regularized Problems
A Review of the Split Bregman Method for L1 Regularized ProblemsPardis N
 
A Coarse-Grained Reconfigurable Wavelet Denoiser Exploiting the Multi-Dataflo...
A Coarse-Grained Reconfigurable Wavelet Denoiser Exploiting the Multi-Dataflo...A Coarse-Grained Reconfigurable Wavelet Denoiser Exploiting the Multi-Dataflo...
A Coarse-Grained Reconfigurable Wavelet Denoiser Exploiting the Multi-Dataflo...MDC_UNICA
 
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...pharmaindexing
 
Good denoising using wavelets
Good denoising using waveletsGood denoising using wavelets
Good denoising using waveletsbeenamohan
 
Enhanced adaptive filter bank-based automated pavement
Enhanced adaptive filter bank-based automated pavementEnhanced adaptive filter bank-based automated pavement
Enhanced adaptive filter bank-based automated pavementClyde Lettsome
 
Final Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation LicenseplaterecognitionincomplexscenesFinal Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation Licenseplaterecognitionincomplexscenesdswazalwar
 
Image Denoising Using Wavelet
Image Denoising Using WaveletImage Denoising Using Wavelet
Image Denoising Using WaveletAsim Qureshi
 
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...IAEME Publication
 
Ultrasound artifacts and contrast enhanced ultrasound
Ultrasound artifacts and contrast enhanced ultrasoundUltrasound artifacts and contrast enhanced ultrasound
Ultrasound artifacts and contrast enhanced ultrasoundArjun Reddy
 
Contrast enhanced ultrasound
Contrast enhanced ultrasoundContrast enhanced ultrasound
Contrast enhanced ultrasoundNeeraj Patange
 
Matlab Feature Extraction Using Segmentation And Edge Detection
Matlab Feature Extraction Using Segmentation And Edge DetectionMatlab Feature Extraction Using Segmentation And Edge Detection
Matlab Feature Extraction Using Segmentation And Edge DetectionDataminingTools Inc
 
Performance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signalPerformance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signalRaj Kumar Thenua
 

Destacado (20)

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...
 
Image pre processing-restoration
Image pre processing-restorationImage pre processing-restoration
Image pre processing-restoration
 
Location management for pcs networks using user movement pattern
Location management for pcs networks using user movement patternLocation management for pcs networks using user movement pattern
Location management for pcs networks using user movement pattern
 
Six sigma implementation in it software product industry – a case study
Six sigma implementation in it software product industry – a case studySix sigma implementation in it software product industry – a case study
Six sigma implementation in it software product industry – a case study
 
A single rating inductor multilevel current source inverter with pwm strategie
A single rating inductor multilevel current source inverter with pwm strategieA single rating inductor multilevel current source inverter with pwm strategie
A single rating inductor multilevel current source inverter with pwm strategie
 
The effect of implementation of iso 9001 2008 qms organizational
The effect of implementation of iso 9001 2008 qms  organizationalThe effect of implementation of iso 9001 2008 qms  organizational
The effect of implementation of iso 9001 2008 qms organizational
 
A Review of the Split Bregman Method for L1 Regularized Problems
A Review of the Split Bregman Method for L1 Regularized ProblemsA Review of the Split Bregman Method for L1 Regularized Problems
A Review of the Split Bregman Method for L1 Regularized Problems
 
A Coarse-Grained Reconfigurable Wavelet Denoiser Exploiting the Multi-Dataflo...
A Coarse-Grained Reconfigurable Wavelet Denoiser Exploiting the Multi-Dataflo...A Coarse-Grained Reconfigurable Wavelet Denoiser Exploiting the Multi-Dataflo...
A Coarse-Grained Reconfigurable Wavelet Denoiser Exploiting the Multi-Dataflo...
 
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
 
Good denoising using wavelets
Good denoising using waveletsGood denoising using wavelets
Good denoising using wavelets
 
Image denoising
Image denoisingImage denoising
Image denoising
 
Enhanced adaptive filter bank-based automated pavement
Enhanced adaptive filter bank-based automated pavementEnhanced adaptive filter bank-based automated pavement
Enhanced adaptive filter bank-based automated pavement
 
Final Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation LicenseplaterecognitionincomplexscenesFinal Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation Licenseplaterecognitionincomplexscenes
 
Image Denoising Using Wavelet
Image Denoising Using WaveletImage Denoising Using Wavelet
Image Denoising Using Wavelet
 
Cronograma segunda jornada
Cronograma segunda jornadaCronograma segunda jornada
Cronograma segunda jornada
 
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
 
Ultrasound artifacts and contrast enhanced ultrasound
Ultrasound artifacts and contrast enhanced ultrasoundUltrasound artifacts and contrast enhanced ultrasound
Ultrasound artifacts and contrast enhanced ultrasound
 
Contrast enhanced ultrasound
Contrast enhanced ultrasoundContrast enhanced ultrasound
Contrast enhanced ultrasound
 
Matlab Feature Extraction Using Segmentation And Edge Detection
Matlab Feature Extraction Using Segmentation And Edge DetectionMatlab Feature Extraction Using Segmentation And Edge Detection
Matlab Feature Extraction Using Segmentation And Edge Detection
 
Performance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signalPerformance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signal
 

Similar a Speckle noise reduction from medical ultrasound images using wavelet thresh

Paper id 312201526
Paper id 312201526Paper id 312201526
Paper id 312201526IJRAT
 
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 AnalysisCSCJournals
 
Wavelet Transform Based Reduction of Speckle in Ultrasound Images
Wavelet Transform Based Reduction of Speckle in Ultrasound ImagesWavelet Transform Based Reduction of Speckle in Ultrasound Images
Wavelet Transform Based Reduction of Speckle in Ultrasound ImagesDR.P.S.JAGADEESH KUMAR
 
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
 
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 sipij
 
An adaptive method for noise removal from real world images
An adaptive method for noise removal from real world imagesAn adaptive method for noise removal from real world images
An adaptive method for noise removal from real world imagesIAEME Publication
 
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...CSCJournals
 
Performance analysis of image
Performance analysis of imagePerformance analysis of image
Performance analysis of imageijma
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...IRJET Journal
 
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...sipij
 
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
 

Similar a Speckle noise reduction from medical ultrasound images using wavelet thresh (20)

Ijetcas14 479
Ijetcas14 479Ijetcas14 479
Ijetcas14 479
 
Paper id 312201526
Paper id 312201526Paper id 312201526
Paper id 312201526
 
Ijmet 09 11_013
Ijmet 09 11_013Ijmet 09 11_013
Ijmet 09 11_013
 
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
 
Ijcet 06 09_001
Ijcet 06 09_001Ijcet 06 09_001
Ijcet 06 09_001
 
Wavelet Transform Based Reduction of Speckle in Ultrasound Images
Wavelet Transform Based Reduction of Speckle in Ultrasound ImagesWavelet Transform Based Reduction of Speckle in Ultrasound Images
Wavelet Transform Based Reduction of Speckle in Ultrasound Images
 
50120140504008
5012014050400850120140504008
50120140504008
 
Co33548550
Co33548550Co33548550
Co33548550
 
Co33548550
Co33548550Co33548550
Co33548550
 
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 ...
 
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
 
An adaptive method for noise removal from real world images
An adaptive method for noise removal from real world imagesAn adaptive method for noise removal from real world images
An adaptive method for noise removal from real world images
 
[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh
 
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
 
Performance analysis of image
Performance analysis of imagePerformance analysis of image
Performance analysis of image
 
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...
 
L011117884
L011117884L011117884
L011117884
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
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...
 
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 ...
 

Más de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Más de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Último (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Speckle noise reduction from medical ultrasound images using wavelet thresh

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 283 SPECKLE NOISE REDUCTION FROM MEDICAL ULTRASOUND IMAGES USING WAVELET THRESHOLDING AND ANISOTROPIC DIFFUSION METHOD Ratil Hasnat Ashique1 , Md Imrul Kayes2 , M T Hasan Amin3 , Badrun Naher Lia4 1 Primeasia University, Department of EEE, 12, Kamal Atartuk Avenue, Banani, Dhaka 2 International Islamic University Chittagong, Department of CSE, Chittagong 3 University of Surrey, Department of Electronics Engineering, Surrey, UK 4 Primeasia University, Department of EEE, 12, Kamal Atartuk Avenue, Banani, Dhaka ABSTRACT Medical Images are very often corrupted by various types of noise including speckle noise, salt and pepper noise etc. This corruption of noise is introduced to the original image during image acquisition and transmission. The various image denoising techniques that are proposed from time to time are offering denoising techniques preserving the original image features. The denoising is so important because ultrasound imaging today has gained wide acceptance due to its safety, easy imaging procedure, low cost and adaptability. However the main shortcomings of this process is poor quality of images which is further degraded due to the presence of speckle noise and other types of noise. Hence it has become vital to remove noise while preserving important datails and features of the image. This paper will introduce a unique method to speckle noise filtering using median filters, wavelet and SRAD filters. Keyword: Ultrasound Image, Ultrasonography, Speckle Noise, Wavelet, Hard Threshold, Soft threshold, SNR, PSNR, MSE, RMSE, Median filter, SRAD filter. 1. INTRODUCTION Compared to other medical imaging techniques ultrasound images suffers from lower image contrast, low Signal to noise ratio, signal dropouts, shadowing of structures, variable intensity problem etc. Moreover very often they contain high noise contents against poor contrast. This ultimately results in blurred image, missing edge points, fake edge points etc. Hence due to complex and changing shapes it becomes difficult to obtain a correct edge map which is vital for diagnosis purpose. Speckle noise comes up as a result of interference between multiple scattering beams and main reflected signal. Speckle noise is a granular noise that inherently exists in and degrades the quality of the images. Generally it is found in ultrasound image and radar image. This noise is, in INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August, 2013, pp. 283-290 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 284 fact, caused by errors in data transmission. The corrupted pixels are either set to the maximum value, which is something like a snow in image or have single bits flipped over. This kind of noise affects the ultrasound images. Speckle noise has the characteristic of multiplicative noise. Speckle noise follows a gamma distribution and is given as Where, α is variance and g is the gray level. 2. NECESSITY TO REMOVE SPECKLE NOISE As most prevalent artifact in ultrasound image which makes object detection and recognition more difficult, reduction of speckle directly improves the value of the sonogram. Because Ultrasound Images have very little contrast, edge detection is essential to object detection. Ultrasounds depend more heavily on edge detection than other medical imaging modalities. Speckle noise can distort or hide edges making object detection less reliable. Objects such as tumors or birth defects can go undetected and thus untreated 3. SPECKLE NOISE STATISTICS The Rayleigh density function, and its extension, the Rice density function, provide a good starting point for the model for the statistics of the envelope signal. The Rayleigh density function provides a good model for the backscattered echo signals when the scatterer density is very large (>10 scatterers per resolution cell). This model has been used extensively for such fully formed speckle situation. Similarly, the Rice model provides a good model for the presence of coherent backscatter. 4. REMOVING SPECKLE NOISE To develop a despeckling algorithm to filter out speckle noise we have know the mathematical model of the speckle noise .The simplified model can be described as follows: As we know speckle noise is a multiplicative noise, the logarithm of the noisy image is taken to convert the noise function to an additive one .Hence for a possible imaging let F1(m,n)=F2(m,n)*N(m,n) --------------------------(1) where F1,F2 and N are the noisy image , original image without noise and noise function respectively.By taking log on both sides eqn (1) becomes Log{F1(m,n)}=Log{F2(m,n)}+Log{N(m,n)}---(2) In eqn (2) as we observe the noise becomes an additive noise which is processed by various noise removing filters. Denoised Image is obtained by taking the exponential of the image matrix. 5. MEDIAN FILTER Median filter is a nonlinear spatial filter which is good at removing pulse and spike noise. The filtering process is described here-
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – Here a NxN window is centered around each pixel. Generally N is a small odd number (~5 to 50). Intensity values of each pixel in the window are sorted in an array. The pi window is replaced in the final image with the median value of the pixels in the window. It is simple filter to implement and good at removing “salt and pepper” type noise. graphically below Here following thing are done a. Window centers on target pixel. b. Intensity values are ordered for each pixel in the w c. Mean Value is selected for new image 6. ANISOTROPIC DIFFUSION FILTERS Anisotropic diffusion is an contrast enhancement and noise reduction. It smoothes homogeneous image regions and retains image edges. The main concept of anisotropic diffusion is the introduction of a function that inhabits smoothing at the image edges. This function is called diffusion coefficient. The diffusion coefficient is chosen to vary spatially in such a way to encourage intra region smoothing in preference to inter region smoothing. To smooth image on a continuous dom onal Journal of Electronics and Communication Engineering & Technology (IJECET), – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 285 Here a NxN window is centered around each pixel. Generally N is a small odd number (~5 to 50). Intensity values of each pixel in the window are sorted in an array. The pixel in the center of the window is replaced in the final image with the median value of the pixels in the window. It is simple filter to implement and good at removing “salt and pepper” type noise. Median filtering is shown e ordered for each pixel in the window. ean Value is selected for new image. ANISOTROPIC DIFFUSION FILTERS Anisotropic diffusion is an efficient nonlinear technique for simultaneously performing contrast enhancement and noise reduction. It smoothes homogeneous image regions and retains image edges. The main concept of anisotropic diffusion is the introduction of a function that inhabits moothing at the image edges. This function is called diffusion coefficient. The diffusion coefficient is chosen to vary spatially in such a way to encourage intra region smoothing in preference to inter region smoothing. To smooth image on a continuous domain: onal Journal of Electronics and Communication Engineering & Technology (IJECET), August (2013), © IAEME Here a NxN window is centered around each pixel. Generally N is a small odd number (~5 to xel in the center of the window is replaced in the final image with the median value of the pixels in the window. It is simple Median filtering is shown efficient nonlinear technique for simultaneously performing contrast enhancement and noise reduction. It smoothes homogeneous image regions and retains image edges. The main concept of anisotropic diffusion is the introduction of a function that inhabits moothing at the image edges. This function is called diffusion coefficient. The diffusion coefficient is chosen to vary spatially in such a way to encourage intra region smoothing in preference to inter
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 286 Where ∇ is the gradient operator, div is the divergence operator, || is the magnitude, c(x) is the diffusion coefficient, and I0 is the initial image. For c(x), they have two coefficients options: Where k is the edge magnitude parameter. c(x) is the conduct coefficient along four directions. In practical design, the diffusion coefficient c(∇I ) is anisotropic, and thus it’s called anisotropic diffusion. The option 1 of the diffusion coefficient favors high contrast edges over low contrast ones. The option 2 of the diffusion coefficient favors wide regions over smaller ones. The edge magnitude parameter k controls conduction as a function of gradient. If k is low, then small intensity gradients are able to block conduction and hence diffusion across step edges. A large value of k can overcome the small intensity gradient barrels and reduces the influence of intensity gradients on conduction. Usually k ~ [20,100]. This method can be iteratively applied to the output image, and the iteration equation is: where I (n) is the output image after n iterations. λ is the diffusion conducting speed, usually we set λ<=0.25. 7. WAVELET BASED DENOISING Wavelet transform(WT) is another transformation method like Fourier transform(FT) except that time and frequency information is obtained simultaneously in the later. FT has the drawback that it cannot provide time information of the frequency bands which is specially important in case of non stationary signals. Though STFT although provides time frequency information of the signal ,it suffers from resolution problem. WT removes this resolution problem also. As most of the practical signals are non stationary type , it is crystal clear that WT has higher preference in signal analysis. The continuous wavelet transform is given by Xw(a,b)=(1/√a)∫[h*{(t-b)/a}x(t)] Where h(t) is the wavelet basis function and x(t) is the original signal. Wavelet techniques are widely used for image denoising and image compression. The wavelet denoising method decomposes the signal image into wavelet basis and shrink the wavelet coefficients to remove speckle. At every level the coefficients are run through soft thresholding process. After thresholding inverse wavelet transform is performed to reconstruct the image. In short, • Decomposition: A wavelet chosen with level N. The wavelet decomposition of the signal is computed at level N. • Threshold detail coefficients: For each level from 1 to N, a threshold selected and soft thresholding applied to the detail coefficients. • Reconstruction: Wavelet reconstruction using the original approximation coefficients of level N and the modified detail coefficients of levels from 1 to N is performed.
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 287 8. PROPOSED METHOD In our method we first produce artificial speckle noise which is then combined with synthetic ultrasound image to produce noisy test image. At first, denoising is performed using median filter to move long tailed noise such as negative exponential , salt and pepper noise ,spike or pulse noises etc. This of course causes minimum blurring to the image. The process is specially useful if the image contains strong unusual spikes. Secondly, the noisy image is then processed by Wavelet denoising by passing the noisy signal through a wavelet filter and soft thresholding the detail coefficients for speckle removal. At the third step ,SRAD2 filter is used to enhance the contrast of the image, smoothing homogeneous regions and to retain image edges. The whole process can be shown using block diagram as follows: Figure 1: Block Diagram Finally MSE, RMSE, SNR, PSNR are calculated the proposed method and compared with other types of filters. The process is done for three test images. Window size remains fixed 3×3. 9. SIMULATION Here we have used MATLAB as a simulation software .The filters codes are written and image processing toolbox is also used to enhance the simulation. 10. COMPARISON PARAMETERS To determine the image enhancement we have measured The Root Mean Square Error (RMSE), signal-to-Noise Ratio (SNR), and Peak Signal to Noise Ratio (PSNR) of the noisy image The RMSE, SNR, and PSNR are provided below. Synthetic Ultrasound image +Speckle noise Noisy Image SRAD1 filtering Median Filtering WT Denoising Original Image without noise Process flow direction
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 288 Figure 2: Measurement Parameters Where, f= original image function F=enhanced image function σ=variance of the original image σe=variance of the enhanced image i,j=position of pixel value of image matrix 11. COMPARISON TABLE TEST IMAGE# 1 Parameter Lee Median SRAD2 Proposed MSE 51.4582 58.9049 94.2244 60.5280 RMSE 7.1734 7.6750 9.7069 6.9737 SNR 12.8863 17.2534 15.7889 15.6327 PSNR 31.0163 30.4293 28.3892 29.0713 TEST IMAGE# 2 TEST IMAGE# 3 Parameter Lee Median SRAD2 Proposed MSE 64.7943 52.6241 96.9385 62.9299 RMSE 8.0495 7.2542 9.8457 7.8399 SNR 11.8560 16.7346 14.3236 11.8973 PSNR 30.0154 30.9190 28.2658 22.5017 Statistical Measurement Formula MSE ∑(f(i,j)-F(i,j)^2)/MN RMSE √(∑(f(i,j)-F(i,j))^2)/MN) SNR 10*log((σ^2)/(σ(e)^2) PSNR 20*log10(255/RMSE) Parameter Lee Median SRAD2 Proposed MSE 59.7539 36.5858 85.7866 51.9390 RMSE 7.7301 6.0486 9.2621 6.2069 SNR 9.9015 16.1473 13.0639 12.1305 PSNR 30.3671 32.4977 28.7966 29.9759
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 289 step3:enhanced image with proposed filtersalt peepered+speckled image step3:enhanced image with proposed filterspeckled image salt peepered+speckled image step3:enhanced image with proposed filtersalt peepered+speckled imagespeckled image TEST IMAGE 1 NOISY IMAGE DENOISED WITH PROPOSED FILTER TEST IMAGE 2 NOISY IMAGE DENOISED WITH PROPOSED FILTER TEST IMAGE 3 NOISY IMAGE DENOISED WITH PROPOSED FILTER 12. CONCLUSION The tested result shows that the proposed multilevel filtering technique provides better resolution, edge preservation with improved SNR compared with other linear and nonlinear filtering techniques. Moreover, signal to noise ratio(SNR),mean square error(MSE) are significantly improved by using the proposed filtering method. 13. REFERENCES [1] Anil K.Jain, “Fundamentals of Digital Image Processing” first edition, 1989, Prentice – Hall, Inc. [2] Tinku Acharya and Ajoy K. Ray, “Image Processing Principles and Appilications”, 2005 edition A John Wiley & Sons, Mc., Publication. [3] Rafael C. Gonzalez and Richard E. Woods, “Digital Image Processing”, Second Edition, Pearson Education. [4] “IEEE Computational Science and Engineering, summer” 1995, vol. 2, num.2, Published by the IEEE Computer Society, 10662 Los Vaqueros Circle, Los Alamitos, CA 90720, USA.
  • 8. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 290 [5] Ingrid Daubechies “Ten lectures on wavelets” Philadelphia, PA: SLAM, 1992’ [6] Georges Oppenheim, “Wavelets and Their Application”. [7] S. Sudha, G.R Suresh and R. Suknesh, "Speckle Noise Reduction in Ultrasound images By Wavelet Thresholding Based On Weighted Variance",International Journal of Computer Theory and Engineering, Vol. 1, No. 1, PP 7-12,2009. [8] S. Sudha, G.R Suresh and R. Suknesh, “Speckle Noise Reduction In ultrasound Images Using Context-Based Adaptive Wavelet Thresholding”, IETE Journal of Research Vol 55 (issue 3), 2009. [9] Zhenghao Shi and Ko B.Fung,” A comparison of digital speckle filters” Canada centre for Remote Sensing. [10] J.S.Lee,”Digital image enhancement and noise filtering by use of local Statistics’” IEEE Trans. Pattern Analysis and Machine Intelligence, vol.2,no. 2, pp. 165-168, March 1980. [11] D.T.Kaun, A.A. Sawchuk, T.C. Strand, and P.Chavel,”Adaptive noise Smoothing filter for images with signal-dependent noise, ”IEEE Trans. Pattern Analysis and Machine Intelligence, vol.2,no. 2, pp. 165-177, March 1985. [12] V.S.Frost, J.A Stiles, K.S. Shanmugan, and J.C. Holtzman, “A model for radar Images and its application to adaptive digital filtering of multiplicative noise,” IEEE Trans. Pattern Analysis and Machine Intelligence, vol.2,no. 2, pp. 155-166, March 1980. [13] Yongjian Yu and Scott T. Action, “Speckle Reducing Anisotropic Diffusion”, IEEE Transaction on image processing, Vol. 11, NO. 11,pp. 1260-1270,NOV 2002. [14] J.W. Goodman, Some fundamental properties of speckle, J.Opt. Soc. Am.,66: SS1145 - 1150, Nov 1976. [15] Yong Yue,Mihai M. Croitoru, Akhil Bidani, Joseph B. Zwischenberger and John W Clark,Jr., ”Ultrasound Speckle Suppression and Edge Enhancement Using multiscale nonlinear wavelet diffusion” ,IEEE 27th Annual International Conference of the Engineering in medicine and biology society ,2005, page 6429-6432 [16] Chadsada Chinrungrueng and Aimamorn Suvichakron “Fast edge reduction for ultrasound images” IEEETRANSACTION ON NUCLEAR SCIENCE 2001, VOL 48 ,pages 849-854 [17] Yu Y, Acton S. Speckle reducing anisotropic diffusion. IEEE Trans Image Process 2002;11(11):1260–70. [18] Yu, Y. Ultrasound image enhancement for detection of contours using speckle reducing anisotropic diffusion, PhD dissertation; May 2003. [19] ‘Speckle reducing anisotropic diffusion for 3D ultrasound images’ Qingling Suna, John A. Hossackb,*, Jinshan Tangc, Scott T. Actonb,c Computerized Medical Imaging and Graphics 28 (2004) 461–470. [20] Er. Ravi Garg and Er. Abhijeet Kumar, “Comparasion of SNR and MSE for Various Noises using Bayesian Framework”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 1, 2012, pp. 76 - 82, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [21] Krishnan Kutty and Lipsa Mohanty, “An Adaptive Method for Noise Removal from Real World Images”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 4, Issue 1, 2013, pp. 112 - 124, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. 14. BIBLIOGRAPHY [22] Rafael C Gonzalez , Richard E. Woods (2002),DIGITAL IMAGE PROCESSING, 2nd ed., Prentice Hall ,Upper saddle River, NJ