SlideShare a Scribd company logo
1 of 5
Download to read offline
The International Journal Of Engineering And Science (IJES)
||Volume||2 ||Issue|| 7||Pages|| 49-53||2013||
ISSN(e): 2319 – 1813 ISSN(p): 2319 – 1805
www.theijes.com The IJES Page 49
Removal of Noises In Medical Images By Improved Median Filter
J.M. Waghmare1
, Mrs.B. D. Patil2
1
G.H.Raisoni College Of Engineering & Management, Wagholi, Pune, India
2
Department of Electronics & Telecommunication, Pune University , Pune.
------------------------------------------------------------ABSTRACT ----------------------------------------------------
The impulse noise may present in various images such as binary, gray or in medical images which brings
blurring in the image, edges being distorted, poor quality. The impulse noise vulnerable to medical images
therefore reduction of such noise from medical images is major concern.For removal of impulse noise many
linear and non linear filters are used. But linear filters brings blurring. Therefore noise reduction technique by
improved iterative relaxed median filter proposed and effect of noise removal by means of median filtering on
fuzzy c means clustering is analysed. The performance and results obtained by proposed method are compared
with standard median filter, Centre weighted median filter, hybrid median filter & relaxed median filter.
KEYWORDS: Improved median filter, Standard median filter, center weighted median(CWM) filter,
Impulse noise, Relaxed median filter , Clustering, Hybrid median filters.
----------------------------------------------------------------------------------------------------------------------------------------
Date of Submission: 1July. 2013 Date of Publication: 25.July 2013
---------------------------------------------------------------------------------------------------------------------------------------
I. INTRODUCTION
Medical images are normally characterized by narrow distribution of gray-levels, thus suffered from
high spatial redundancy and low contrast and further degraded by noises particularly impulse noise which is
introduced during image acquisition, transmission and storage[3]. Removing noises is highly complex because it
requires the balance between the gained improvement and the introduced degradation by a particular filter.
Filters that are used for the purpose of denoising are broadly divided into two types, linear and nonlinear filter.
Linear filters causes blurring & the edges may get distorted.. Median filters belongs to non linear type filters
which provides the best results for salt and pepper noise removal. This is based on the fact that in these types of
noisy images certain individual pixels have extreme values which can be removed with ease as the filter is
primarily concerned about the median value only. Median filter replace every pixel of the image by the median
value of its neighbourhood. The median filter performs well for noise densities less than 50% above which the
noise present in the neighbourhood is more than the information and hence the filter’s performance deteriorates.
Adaptive median filter provides better performance at lower noise densities, due to the fact that there are few
corrupted pixels replaced by median values[1]. At higher noise densities, this replacement increases
considerably by adaptive window size. However, the corrupted pixel values and replaced median values are less
correlated. Relaxed median filter (RMF) provides better noise removal and detail preservation but results in
blurring at high noise densities. Hybrid median filter (HMF) uses diagonal neighborhood evaluation for de-
noising, but does not perform well at low noise densities.Image segmentation plays an important role in the
analysis and applications of medical image processing. The main purpose of medical image segmentation is to
extract interesting regions which contain important diagnostic information for clinical diagnosis and pathology
research. Many image processing techniques have been proposed for brain Magnetic resonance imaging (MRI)
and Computed tomography (CT) images‟ segmentation, most popularly thresholding, region growing, edge
detection and clustering. Among the statistical clustering algorithms, Fuzzy C-Means (FCM) clustering is most
popular for medical image segmentation because of its robustness. A conventional FCM does not use spatial
information in the image. Its advantages include a straightforward implementation, fairly robust behaviour,
applicability to multichannel data, and the ability to model uncertainty within the data. A major disadvantage of
its use in imaging applications, however, is that FCM does not incorporate information about spatial context,
causing it to be sensitive to noise.
II. FILTERING METHODS
2.1 Standard Median Filter
The main idea of the median filter is to run through the signal entry by entry, replacing each
entry with the median of neighbouring entries. This provides very good noise removal but results in loss of
Removal Of Noises In Medical Images…
www.theijes.com The IJES Page 50
fine details. The small filtering window leads to poor elimination of noise and big one leads to loss of fine
details[3]. Let Xi and Yi be the input and the output at location i of the filter, then the standard median filter is
given by
Yj = med {Wj } = med {Xi+r : r € W}
Where [Wi]r r=1,...2N+1,the rth
order statistic of the
samples inside the window Wi is[wi]1 < [wi]2 <... [wi]2N+1. Median fiters are quite popular because certain types of
noise they provides excellent noise reduction capabilities with less blurring than linear filtering. Median filters are
widely used as smoothers for image processing, as well as in signal processing and time series processing. A
major advantage of the median filter over linear filters is that the median filter can eliminate the effect of input
noise values with extremely large magnitudes.
2.2 Center Weighted Median Filter
The center weighted median filter put more weight on the central value of pixels.Since median filters
select the output in a different fashion than do linear filters the observation samples must weighted
differently[2].In median filtering case weighting is accomplished through repetations . Thus the output of CWM
filter is given by
Y(n)= MED (x1,…….xc-1,xc<>wc ,xc+1,…..xN )
Where xc<>wc ,denotes the replication operator. X c<> wc=. xc, . xc...... xc(wc times).and N=(N+1)/ 2 =N1+1 is index
of center sample. wc is odd positive integer.A CWM filter with a larger center weight provides better
performance in detail preservation at the expense of impulse suppression.CWM filter with larger center weight
perfoms well in detail preservation but worse noise suppression than with smaller central weight.As CWM
filters preserves the details and edges while reducing noise.The central weight should be carefully selected
depending upon both characteristics of input image and its noise.If CWM with 3x3 square window is selected
then central weight should be less than or equal to 3.If image has line to be preserved then 3x3 square window
performs best but once having noise suppression then larger window size is selected.
2.3 Hybrid Median Filter
In this filter, three median values are calculated in the N xN window: MR is the median of horizontal
and vertical R pixels, and MD is the median of diagonal D pixels. The hybrid median value is the median of the
two median values and the central pixel DCR [3]. For N=5;
MD = median{D pixels & DCR};
MR = median{ R pixels & DCR };
Let Xij and Yij be the input and the output at location (i,j) respectively, then the hybrid median filter is given by
Yij = medianij {MR, MD, DCR} ;
2.4 Relaxed Median Filter
Let {xi} be m dimensional sequence where the index I ε Zm .A sliding window is defined as subset W ε
Zm of odd size 2N+1.W is sliding window Wi={Xi+r},rεW to be located at position i. Lower (l)
and Upper (u) bounds, define a sublist inside the [Wi](.), which contains the gray levels which are good enough
not to be impulse noise. If the input belongs to the sub list, then it remains unfiltered, otherwise the standard
median filter is output. Let m = N + 1 and l, u such that 1 ≤ l ≤ m ≤ u ≤2N + 1. The relaxed median filter with
bounds l and u is defined as
Yi = Relaxed median {Wi }
Xi if Xi ε [[Wi]l,[ Wi]u;
[Wi]m otherwise
Removal Of Noises In Medical Images…
www.theijes.com The IJES Page 51
where [Wi](m) is the median value of the samples inside the window Wi.
III. PROPOSED METHOD
3.1.Iterative relaxed median filter (IRMF)
Relaxed median filter results in better noise removal with respect to other median filtering methods.
Performance of this filter can be improved further by doing iterative filtering of the input image[9].
Iterative relaxed median filter algorithm is given as follows:
1) Peak signal to noise ratio is calculated between filtered image and the original image.
2) Filtered image is subjected to filtering again.
3) PSNR is calculated for the new filtered image.
4) Check the following condition
[PSNR(i) - PSiVR(i - 1)) < Min(diff)
If the condition is satisfied, stop otherwise repeat steps 3-4. Where PSNR(i) is peak signal to noise ratio
between newly filtered image and the original image.
3.2.SIMULATION STEPS
1) For MR brain image conLipted by impulse noise of different probability densities, apply median
filtering methods by considering a window of size (mxn).
2) Replace each pixel value by its spatially
modified and filtered value and apply FCM algorithm.
3) Calculate PSNR and MAE.
3.3.FCM algorithm steps
4) Initialize U= [ uj] matrix, U(O)
5) At k-step, determine the centers vectors C(k)= [c:i] with U(k)
6) update U(k),U(k+1)
uij =
7) If [U(K+1)-U(k)]<ε
then stop the iterations otherwise go to step 2.Find out XBm and Vpe.
IV. VALIDITY FUNCTIONS
4.1.Validity functions for noise removal
Peak signal to noise ratio mean absolute error are used for analysis
Removal Of Noises In Medical Images…
www.theijes.com The IJES Page 52
Where I(i,j) and Io(i,j) are the pixel values of restored
and original images respectively at the location (i, j).
4.2.Validity function for clustering
Quality of a partition provided by clustering algorithmsis evaluated by a function called cluster validity index.
Often used validity indices for clustering are Xie-Beni Index.
4.3.Xie-Beni Index(XBm)
It is the ratio between the average intra-cluster variation and the minimum distance between cluster centers,
and is then related to the ratio between intra-cluster and inter-cluster variance.
V. SIMULATION & RESULTS
For simulation of noise removal & clustering a 10% to 90% noise is added to MR image.A noisy MR
image is filtered by various filters mentioned above & PSNR values are calculated for different noise densities.
Noise
Density(%)
10 50 90
SMF 32.05 13.75 5.32
HMF 26.30 14.67 5.58
RMF 27.49 18.26 6.52
Fig. PSNR for different noise densities
a)MR brain image b) 30% impulse noise added
c) MF filtered image d)HMF filtered image
Removal Of Noises In Medical Images…
www.theijes.com The IJES Page 53
e)RMF filtered image f)IRMF filtered image
VI. CONCLUSION
From tabular results & images we coclude that IRMF can be used as improved median filter for
medical images. It has very good noise removal capability interms of PSNR. Clustering performance is also
good for Iterative relaxed median filtered image.
REFERENCES
[1] R.H. Chan, C.W. Ho, M. Nikolova, "Salt and pepper noise removal by median-type noise detectors and detail-preserving
regnlarization", IEEE Trans. On Image Processing. Vol. 14, no. 10, pp. 1479-1485, 2005.
[2] T. Chen and H.R. Wu, "Adaptive impulse detection using center weighted median filters", IEEE Signal processing Letters, vol. 8,
no. 1, pp. 1-3, 2001.
[3] R.Vijayarajan and S.Muttan, “Analysis of FCM Clustering on Pre and Post Iterative relaxed
[4] adaptive center weighted median filter in MRI & CT Brain images”,International Journal of Computer Science Issues, Vol. 9,
Issue 4, No 3, July 2012.
[5] A. Toprak, I. Guier, "Suppression of impulse noise in medical images with the use of fuzzy adaptive median filter. Journal of
Medical systems. Vol. 30, no.6, pp. 465-471, 2006.
[6] Rafael C.Gonzalez, Richard E. Woods, Steven L.Eddins, 'Digital Image Processing using MATLAB',Pearson Education.
[7] Xie XL, Beni GA, "Validity measure for fuzzy clustering", IEEE Trans. Pattern Analysis and Machine Intelligence, Vol 13,
No.8, August 1991.
[8] Mamta juneja and Rajni Mohana, “An improved adaptive Median filtering for impulse noise detection”, International Journal
Recent Trends in Engineering. Volume-1,No.-1,May2009. 8) Pawan patidar and sumit shrivastava, “Image denoising By various
filters for different noise”. International Journal of computer applications volume-9 No-4, November-2010.
[9] R. Vijayarajan and Dr. S. Muttan, “Clustering performance analysis of fcm algorithm on iterative relaxed median filtered medical
images”, Froc. of Int. Conf on Advances in Recent Technologies in Communication and Computing 20 I I
.

More Related Content

What's hot

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
 
Novel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesNovel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesijbbjournal
 
Comparative analysis of filters and wavelet based thresholding methods for im...
Comparative analysis of filters and wavelet based thresholding methods for im...Comparative analysis of filters and wavelet based thresholding methods for im...
Comparative analysis of filters and wavelet based thresholding methods for im...csandit
 
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
 
Performance analysis of image
Performance analysis of imagePerformance analysis of image
Performance analysis of imageijma
 
Image filtering : A comparitive study
Image filtering : A comparitive studyImage filtering : A comparitive study
Image filtering : A comparitive studypruthabhalde3
 
ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...
ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...
ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...ijait
 
Image denoising using new adaptive based median filter
Image denoising using new adaptive based median filterImage denoising using new adaptive based median filter
Image denoising using new adaptive based median filtersipij
 
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image ProcessingIRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image ProcessingIRJET Journal
 
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...iosrjce
 
Paper id 28201446
Paper id 28201446Paper id 28201446
Paper id 28201446IJRAT
 
A HYBRID FILTERING TECHNIQUE FOR ELIMINATING UNIFORM NOISE AND IMPULSE NOIS...
A HYBRID FILTERING TECHNIQUE FOR  ELIMINATING UNIFORM NOISE AND IMPULSE  NOIS...A HYBRID FILTERING TECHNIQUE FOR  ELIMINATING UNIFORM NOISE AND IMPULSE  NOIS...
A HYBRID FILTERING TECHNIQUE FOR ELIMINATING UNIFORM NOISE AND IMPULSE NOIS...sipij
 
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,...IJEACS
 
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 ImagesEditor IJCATR
 

What's hot (18)

I010324954
I010324954I010324954
I010324954
 
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
 
Novel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesNovel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital images
 
Comparative analysis of filters and wavelet based thresholding methods for im...
Comparative analysis of filters and wavelet based thresholding methods for im...Comparative analysis of filters and wavelet based thresholding methods for im...
Comparative analysis of filters and wavelet based thresholding methods for im...
 
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
 
Hk3513021306
Hk3513021306Hk3513021306
Hk3513021306
 
Performance analysis of image
Performance analysis of imagePerformance analysis of image
Performance analysis of image
 
Image filtering : A comparitive study
Image filtering : A comparitive studyImage filtering : A comparitive study
Image filtering : A comparitive study
 
ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...
ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...
ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...
 
Image denoising using new adaptive based median filter
Image denoising using new adaptive based median filterImage denoising using new adaptive based median filter
Image denoising using new adaptive based median filter
 
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image ProcessingIRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
 
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...
 
Paper id 28201446
Paper id 28201446Paper id 28201446
Paper id 28201446
 
A HYBRID FILTERING TECHNIQUE FOR ELIMINATING UNIFORM NOISE AND IMPULSE NOIS...
A HYBRID FILTERING TECHNIQUE FOR  ELIMINATING UNIFORM NOISE AND IMPULSE  NOIS...A HYBRID FILTERING TECHNIQUE FOR  ELIMINATING UNIFORM NOISE AND IMPULSE  NOIS...
A HYBRID FILTERING TECHNIQUE FOR ELIMINATING UNIFORM NOISE AND IMPULSE NOIS...
 
Image Filtering
Image FilteringImage Filtering
Image Filtering
 
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,...
 
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
 
F0533134
F0533134F0533134
F0533134
 

Viewers also liked

The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
E0324020023
E0324020023E0324020023
E0324020023theijes
 
J0324056065
J0324056065J0324056065
J0324056065theijes
 
B03203005013
B03203005013B03203005013
B03203005013theijes
 
F0314041045
F0314041045F0314041045
F0314041045theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
D032030035038
D032030035038D032030035038
D032030035038theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
B032408010
B032408010B032408010
B032408010theijes
 
C03310013018
C03310013018C03310013018
C03310013018theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
D0314023032
D0314023032D0314023032
D0314023032theijes
 
C0325010015
C0325010015C0325010015
C0325010015theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 

Viewers also liked (19)

The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
E0324020023
E0324020023E0324020023
E0324020023
 
J0324056065
J0324056065J0324056065
J0324056065
 
B03203005013
B03203005013B03203005013
B03203005013
 
F0314041045
F0314041045F0314041045
F0314041045
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
D032030035038
D032030035038D032030035038
D032030035038
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
B032408010
B032408010B032408010
B032408010
 
C03310013018
C03310013018C03310013018
C03310013018
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
D0314023032
D0314023032D0314023032
D0314023032
 
C0325010015
C0325010015C0325010015
C0325010015
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 

Similar to Removing Medical Image Noise with Improved Median Filter

Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imageseSAT Publishing House
 
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
 
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...iosrjce
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...IRJET Journal
 
Analysis of Non Linear Filters with Various Density of Impulse Noise for Diff...
Analysis of Non Linear Filters with Various Density of Impulse Noise for Diff...Analysis of Non Linear Filters with Various Density of Impulse Noise for Diff...
Analysis of Non Linear Filters with Various Density of Impulse Noise for Diff...IJERA Editor
 
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
 
Comparison on average, median and wiener filter using lung images
Comparison on average, median and wiener filter using lung imagesComparison on average, median and wiener filter using lung images
Comparison on average, median and wiener filter using lung imagesIRJET Journal
 
Iaetsd literature review on efficient detection and filtering of high
Iaetsd literature review on efficient detection and filtering of highIaetsd literature review on efficient detection and filtering of high
Iaetsd literature review on efficient detection and filtering of highIaetsd Iaetsd
 
Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...
Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...
Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...sipij
 
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...IDES Editor
 
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
 
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 Filterssipij
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour imageseSAT Journals
 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERPushparaj Pal
 
A parallel rough set based smoothing filter
A parallel rough set based smoothing filterA parallel rough set based smoothing filter
A parallel rough set based smoothing filterprjpublications
 
3D Median Filter Design for Iris Recognition
3D Median Filter Design for Iris Recognition3D Median Filter Design for Iris Recognition
3D Median Filter Design for Iris RecognitionIJMER
 

Similar to Removing Medical Image Noise with Improved Median Filter (20)

Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri images
 
M017218088
M017218088M017218088
M017218088
 
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...
 
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
 
A017230107
A017230107A017230107
A017230107
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
 
Analysis of Non Linear Filters with Various Density of Impulse Noise for Diff...
Analysis of Non Linear Filters with Various Density of Impulse Noise for Diff...Analysis of Non Linear Filters with Various Density of Impulse Noise for Diff...
Analysis of Non Linear Filters with Various Density of Impulse Noise for Diff...
 
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...
 
K010615562
K010615562K010615562
K010615562
 
Comparison on average, median and wiener filter using lung images
Comparison on average, median and wiener filter using lung imagesComparison on average, median and wiener filter using lung images
Comparison on average, median and wiener filter using lung images
 
Iaetsd literature review on efficient detection and filtering of high
Iaetsd literature review on efficient detection and filtering of highIaetsd literature review on efficient detection and filtering of high
Iaetsd literature review on efficient detection and filtering of high
 
Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...
Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...
Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...
 
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
 
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...
 
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
 
Cg36496501
Cg36496501Cg36496501
Cg36496501
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTER
 
A parallel rough set based smoothing filter
A parallel rough set based smoothing filterA parallel rough set based smoothing filter
A parallel rough set based smoothing filter
 
3D Median Filter Design for Iris Recognition
3D Median Filter Design for Iris Recognition3D Median Filter Design for Iris Recognition
3D Median Filter Design for Iris Recognition
 

Recently uploaded

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Recently uploaded (20)

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 

Removing Medical Image Noise with Improved Median Filter

  • 1. The International Journal Of Engineering And Science (IJES) ||Volume||2 ||Issue|| 7||Pages|| 49-53||2013|| ISSN(e): 2319 – 1813 ISSN(p): 2319 – 1805 www.theijes.com The IJES Page 49 Removal of Noises In Medical Images By Improved Median Filter J.M. Waghmare1 , Mrs.B. D. Patil2 1 G.H.Raisoni College Of Engineering & Management, Wagholi, Pune, India 2 Department of Electronics & Telecommunication, Pune University , Pune. ------------------------------------------------------------ABSTRACT ---------------------------------------------------- The impulse noise may present in various images such as binary, gray or in medical images which brings blurring in the image, edges being distorted, poor quality. The impulse noise vulnerable to medical images therefore reduction of such noise from medical images is major concern.For removal of impulse noise many linear and non linear filters are used. But linear filters brings blurring. Therefore noise reduction technique by improved iterative relaxed median filter proposed and effect of noise removal by means of median filtering on fuzzy c means clustering is analysed. The performance and results obtained by proposed method are compared with standard median filter, Centre weighted median filter, hybrid median filter & relaxed median filter. KEYWORDS: Improved median filter, Standard median filter, center weighted median(CWM) filter, Impulse noise, Relaxed median filter , Clustering, Hybrid median filters. ---------------------------------------------------------------------------------------------------------------------------------------- Date of Submission: 1July. 2013 Date of Publication: 25.July 2013 --------------------------------------------------------------------------------------------------------------------------------------- I. INTRODUCTION Medical images are normally characterized by narrow distribution of gray-levels, thus suffered from high spatial redundancy and low contrast and further degraded by noises particularly impulse noise which is introduced during image acquisition, transmission and storage[3]. Removing noises is highly complex because it requires the balance between the gained improvement and the introduced degradation by a particular filter. Filters that are used for the purpose of denoising are broadly divided into two types, linear and nonlinear filter. Linear filters causes blurring & the edges may get distorted.. Median filters belongs to non linear type filters which provides the best results for salt and pepper noise removal. This is based on the fact that in these types of noisy images certain individual pixels have extreme values which can be removed with ease as the filter is primarily concerned about the median value only. Median filter replace every pixel of the image by the median value of its neighbourhood. The median filter performs well for noise densities less than 50% above which the noise present in the neighbourhood is more than the information and hence the filter’s performance deteriorates. Adaptive median filter provides better performance at lower noise densities, due to the fact that there are few corrupted pixels replaced by median values[1]. At higher noise densities, this replacement increases considerably by adaptive window size. However, the corrupted pixel values and replaced median values are less correlated. Relaxed median filter (RMF) provides better noise removal and detail preservation but results in blurring at high noise densities. Hybrid median filter (HMF) uses diagonal neighborhood evaluation for de- noising, but does not perform well at low noise densities.Image segmentation plays an important role in the analysis and applications of medical image processing. The main purpose of medical image segmentation is to extract interesting regions which contain important diagnostic information for clinical diagnosis and pathology research. Many image processing techniques have been proposed for brain Magnetic resonance imaging (MRI) and Computed tomography (CT) images‟ segmentation, most popularly thresholding, region growing, edge detection and clustering. Among the statistical clustering algorithms, Fuzzy C-Means (FCM) clustering is most popular for medical image segmentation because of its robustness. A conventional FCM does not use spatial information in the image. Its advantages include a straightforward implementation, fairly robust behaviour, applicability to multichannel data, and the ability to model uncertainty within the data. A major disadvantage of its use in imaging applications, however, is that FCM does not incorporate information about spatial context, causing it to be sensitive to noise. II. FILTERING METHODS 2.1 Standard Median Filter The main idea of the median filter is to run through the signal entry by entry, replacing each entry with the median of neighbouring entries. This provides very good noise removal but results in loss of
  • 2. Removal Of Noises In Medical Images… www.theijes.com The IJES Page 50 fine details. The small filtering window leads to poor elimination of noise and big one leads to loss of fine details[3]. Let Xi and Yi be the input and the output at location i of the filter, then the standard median filter is given by Yj = med {Wj } = med {Xi+r : r € W} Where [Wi]r r=1,...2N+1,the rth order statistic of the samples inside the window Wi is[wi]1 < [wi]2 <... [wi]2N+1. Median fiters are quite popular because certain types of noise they provides excellent noise reduction capabilities with less blurring than linear filtering. Median filters are widely used as smoothers for image processing, as well as in signal processing and time series processing. A major advantage of the median filter over linear filters is that the median filter can eliminate the effect of input noise values with extremely large magnitudes. 2.2 Center Weighted Median Filter The center weighted median filter put more weight on the central value of pixels.Since median filters select the output in a different fashion than do linear filters the observation samples must weighted differently[2].In median filtering case weighting is accomplished through repetations . Thus the output of CWM filter is given by Y(n)= MED (x1,…….xc-1,xc<>wc ,xc+1,…..xN ) Where xc<>wc ,denotes the replication operator. X c<> wc=. xc, . xc...... xc(wc times).and N=(N+1)/ 2 =N1+1 is index of center sample. wc is odd positive integer.A CWM filter with a larger center weight provides better performance in detail preservation at the expense of impulse suppression.CWM filter with larger center weight perfoms well in detail preservation but worse noise suppression than with smaller central weight.As CWM filters preserves the details and edges while reducing noise.The central weight should be carefully selected depending upon both characteristics of input image and its noise.If CWM with 3x3 square window is selected then central weight should be less than or equal to 3.If image has line to be preserved then 3x3 square window performs best but once having noise suppression then larger window size is selected. 2.3 Hybrid Median Filter In this filter, three median values are calculated in the N xN window: MR is the median of horizontal and vertical R pixels, and MD is the median of diagonal D pixels. The hybrid median value is the median of the two median values and the central pixel DCR [3]. For N=5; MD = median{D pixels & DCR}; MR = median{ R pixels & DCR }; Let Xij and Yij be the input and the output at location (i,j) respectively, then the hybrid median filter is given by Yij = medianij {MR, MD, DCR} ; 2.4 Relaxed Median Filter Let {xi} be m dimensional sequence where the index I ε Zm .A sliding window is defined as subset W ε Zm of odd size 2N+1.W is sliding window Wi={Xi+r},rεW to be located at position i. Lower (l) and Upper (u) bounds, define a sublist inside the [Wi](.), which contains the gray levels which are good enough not to be impulse noise. If the input belongs to the sub list, then it remains unfiltered, otherwise the standard median filter is output. Let m = N + 1 and l, u such that 1 ≤ l ≤ m ≤ u ≤2N + 1. The relaxed median filter with bounds l and u is defined as Yi = Relaxed median {Wi } Xi if Xi ε [[Wi]l,[ Wi]u; [Wi]m otherwise
  • 3. Removal Of Noises In Medical Images… www.theijes.com The IJES Page 51 where [Wi](m) is the median value of the samples inside the window Wi. III. PROPOSED METHOD 3.1.Iterative relaxed median filter (IRMF) Relaxed median filter results in better noise removal with respect to other median filtering methods. Performance of this filter can be improved further by doing iterative filtering of the input image[9]. Iterative relaxed median filter algorithm is given as follows: 1) Peak signal to noise ratio is calculated between filtered image and the original image. 2) Filtered image is subjected to filtering again. 3) PSNR is calculated for the new filtered image. 4) Check the following condition [PSNR(i) - PSiVR(i - 1)) < Min(diff) If the condition is satisfied, stop otherwise repeat steps 3-4. Where PSNR(i) is peak signal to noise ratio between newly filtered image and the original image. 3.2.SIMULATION STEPS 1) For MR brain image conLipted by impulse noise of different probability densities, apply median filtering methods by considering a window of size (mxn). 2) Replace each pixel value by its spatially modified and filtered value and apply FCM algorithm. 3) Calculate PSNR and MAE. 3.3.FCM algorithm steps 4) Initialize U= [ uj] matrix, U(O) 5) At k-step, determine the centers vectors C(k)= [c:i] with U(k) 6) update U(k),U(k+1) uij = 7) If [U(K+1)-U(k)]<ε then stop the iterations otherwise go to step 2.Find out XBm and Vpe. IV. VALIDITY FUNCTIONS 4.1.Validity functions for noise removal Peak signal to noise ratio mean absolute error are used for analysis
  • 4. Removal Of Noises In Medical Images… www.theijes.com The IJES Page 52 Where I(i,j) and Io(i,j) are the pixel values of restored and original images respectively at the location (i, j). 4.2.Validity function for clustering Quality of a partition provided by clustering algorithmsis evaluated by a function called cluster validity index. Often used validity indices for clustering are Xie-Beni Index. 4.3.Xie-Beni Index(XBm) It is the ratio between the average intra-cluster variation and the minimum distance between cluster centers, and is then related to the ratio between intra-cluster and inter-cluster variance. V. SIMULATION & RESULTS For simulation of noise removal & clustering a 10% to 90% noise is added to MR image.A noisy MR image is filtered by various filters mentioned above & PSNR values are calculated for different noise densities. Noise Density(%) 10 50 90 SMF 32.05 13.75 5.32 HMF 26.30 14.67 5.58 RMF 27.49 18.26 6.52 Fig. PSNR for different noise densities a)MR brain image b) 30% impulse noise added c) MF filtered image d)HMF filtered image
  • 5. Removal Of Noises In Medical Images… www.theijes.com The IJES Page 53 e)RMF filtered image f)IRMF filtered image VI. CONCLUSION From tabular results & images we coclude that IRMF can be used as improved median filter for medical images. It has very good noise removal capability interms of PSNR. Clustering performance is also good for Iterative relaxed median filtered image. REFERENCES [1] R.H. Chan, C.W. Ho, M. Nikolova, "Salt and pepper noise removal by median-type noise detectors and detail-preserving regnlarization", IEEE Trans. On Image Processing. Vol. 14, no. 10, pp. 1479-1485, 2005. [2] T. Chen and H.R. Wu, "Adaptive impulse detection using center weighted median filters", IEEE Signal processing Letters, vol. 8, no. 1, pp. 1-3, 2001. [3] R.Vijayarajan and S.Muttan, “Analysis of FCM Clustering on Pre and Post Iterative relaxed [4] adaptive center weighted median filter in MRI & CT Brain images”,International Journal of Computer Science Issues, Vol. 9, Issue 4, No 3, July 2012. [5] A. Toprak, I. Guier, "Suppression of impulse noise in medical images with the use of fuzzy adaptive median filter. Journal of Medical systems. Vol. 30, no.6, pp. 465-471, 2006. [6] Rafael C.Gonzalez, Richard E. Woods, Steven L.Eddins, 'Digital Image Processing using MATLAB',Pearson Education. [7] Xie XL, Beni GA, "Validity measure for fuzzy clustering", IEEE Trans. Pattern Analysis and Machine Intelligence, Vol 13, No.8, August 1991. [8] Mamta juneja and Rajni Mohana, “An improved adaptive Median filtering for impulse noise detection”, International Journal Recent Trends in Engineering. Volume-1,No.-1,May2009. 8) Pawan patidar and sumit shrivastava, “Image denoising By various filters for different noise”. International Journal of computer applications volume-9 No-4, November-2010. [9] R. Vijayarajan and Dr. S. Muttan, “Clustering performance analysis of fcm algorithm on iterative relaxed median filtered medical images”, Froc. of Int. Conf on Advances in Recent Technologies in Communication and Computing 20 I I .