SlideShare a Scribd company logo
1 of 5
Download to read offline
2013 NIRMA UNIVERSITY INTERNATIONAL CONFERENCE ON ENGINEERING, NUiCONE-2013, 28-30 NOVEMBER, 2013
978-1-4673-1719-1/12/$31.00©2013IEEE
1
Abstract-In this paper we have introduced a new method for the
enhancement of gray scale images, when images are corrupted
by fixed valued impulse noise (salt and pepper noise). Our
proposed method gives a better output for low-density impulse
noise as compare to the other famous filters like Standard
Median Filter (SMF), Decision Based Median Filter (DBMF)
and Modified Decision Based Median Filter (MDBMF) and so
on. In our proposed method we have improved the Image
Enhancement factor (IEF), Peak signal to noise ratio (PSNR),
visual perception and also reduce blurring in the image. The
proposed algorithm replaces the noisy pixel by trimmed mean
value. When previous pixel values, 0’s and 255’s are present in
the particular window and all the pixel values are 0’s and 255’s
then the remain noisy pixels are replaced by mean value.
Different gray-scale images are tested via proposed method. The
experimental result shows better Peak Signal to Noise Ratio
(PSNR) value, Image Enhancement Factor (IEF) and with better
visual and human perception.
Index Terms-- Blurring, Human and visual perception,
Modified Nonlinear filter, Peak Signal to Noise Ratio (P.S.N.R.),
Salt and Pepper noise, Image enhancement factor (IEF).
I. INTRODUCTION
N the field of image processing, digital images are often
corrupted by several kinds of noise during the process of
image acquisition malfunctioning pixels in camera sensors,
faulty memory locations in hardware, or transmission in a
noisy channel [1]. These are the main reasons of generation
of the impulse noise in our digital world. In the field of
image processing, digital images are mainly corrupted by the
impulse noise [2]. For the last decades, researchers are
involved in the field of image de-noising to find out an
effective method which preserves the image details and
reduces the noise of digital images and also try to improve
the quality of the image. Image quality measurement is
mainly done some image parameters like peak to single noise
ratio, mean square error, image enhancement factor, but in
case of image processing one more thing is important that is
human perception [3]. Impulse noise is one the most severe
noise which usually affects the images. So, the researchers
focus on the removal of impulse noise while minimizing the
loss of details as low as possible. There are two types of
impulse noise, namely, the salt-and-pepper noise also known
as the fixed valued impulse noise and the random-valued
impulse noise [6]. Here in this paper we focus on salt and
pepper noise. The salt and pepper noise corrupted pixels of
image take either maximum or minimum pixel value Salt and
pepper noise. Fixed valued impulse noise is producing two
gray level values 0 and 255. Random valued impulse noise
will produce impulses whose gray level value lies within a
predetermined range. The random value impulse noise in
between 0 and 255.
Generally the spatial domain filters have a detection stage
which identifies the noisy and noise free pixels of the
corrupted image, after that noise removal part removes the
noise from the corrupted image under process while
preserving the other important detail of image [5].
Initially standard median filter was popularly used, but later
on switching based median filters came into existence which
provides better results. Any other result oriented standard
median filters are, weighted median filter, SD-ROM filter,
centre weighted median filter, adaptive median filter, rank
order median filter and many other improved filters. The
performance of median filters also depends on the size of
window of the filter. Larger window has the great noise
suppression capability, but image details (edges, corners, fine
lines) preservation is limited, while a smaller window
preserves the details, but it will cause the reduction in noise
suppression. Noise detection is a vital part of a filter, so it is
necessary to detect whether the pixel is noise or noise free.
II. NOISE MODAL
Salt-and-pepper noise is one common noise type of digital
image processing. The noisy image y can be modeled as-
⎪⎭
⎪
⎬
⎫
⎪⎩
⎪
⎨
⎧ −
=
pprobabiltywith
j
Y
pprobabiltywith
j
Zij
X
1
)(
Where j is the 2D pixel position vector, xj is the j’th pixel
value in the clean image x and zj the j’th pixel value in the
noise image, which is usually an iid random process with the
binary value range of {0, vmax (255)} with P(xj = vmax) = q
for q € [0, 1]. Although in practice more noise types are
present, in this paper we will work only the salt and pepper
noise modal.
Impulse noise is modeled as salt-and-pepper noise. Pixels are
randomly corrupted by two fixed values, 0 and 255 generated
with the equal probability. We can mathematically represent
salt-and-pepper impulse noise as:
.
2550
),(1
)(
⎭
⎬
⎫
⎩
⎨
⎧
=
=−
=
orxfor
jiWxfor
B
B
xN
Where Wi,j is the gray level value of the noisy pixel.
III. RELATED WORK
There are many filters have been introduced for getting
better results for corrupted images by salt and pepper noise.
Removal of Fixed Value Impulse Noise using
Improved Mean Filter for Image Enhancement
Vikas Gupta, Dilip Kumar Gandhi, Pranay Yadav
.
MANIT Bhopal, TIT Bhopal, TIT Bhopal
I
2013 NIRMA UNIVERSITY INTERNATIONAL CONFERENCE ON ENGINEERING, NUiCONE-2013, 28-30 NOVEMBER, 20132
Among all these filters standard median filter (SMF) is
consistent in performance. However, the major drawback of
the Median filter (MF) is that it works sound only at low
noise densities [11]. In case of high noise density image can’t
be enhanced and edge preservation of original image isn’t
trouble-free to preserve. Adaptive Median Filter (AMF) [11]
performs superior outcome as compare to median filter at low
noise densities. But in case of high noise densities the
window size has to be raises not worked properly at that time
and introduced image blurring. In the Switching Median
Filter (SBMF) [4], [5] uses pre-defined threshold for noise
removal, but it is also not perform well in the case of High
noise density. The major drawback of this filtering technique
is predefining threshold value, also these filtering technique’s
yields unsatisfactory results in preserving edge details at high
densities of noise. To beat the above drawback of these
filters, Decision Based Algorithm (DBA) is introduced [6]. In
this filtering algorithm pixel is processed only when its value
is either 0’s or 255’s or else left unaffected. But in case the
result of the median will be 0’s or 255’s, which is noisy. In
such type of case, neighboring pixel is used to substitute.
Another algorithm was creating where in its place of just
replacing corrupted pixel with a neighborhood There are
many filters have been introduced for getting better results
for corrupted images by salt and pepper noise. Among all
these filters standard median filter (SMF) is consistent in
performance. However, the major drawback of the Median
filter (MF) is that it works sound only at low noise densities
[11]. In case of high noise density image can’t be enhanced
and edge preservation of original image isn’t trouble-free to
preserve. Adaptive Median Filter (AMF) [11] performs
superior outcome as compare to median filter at low noise
densities. But in case of high noise densities the window size
has to be raises not worked properly at that time and
introduced image blurring. In the Switching Median Filter
(SBMF) [4], [5] uses pre-defined threshold for noise removal,
but it is also not perform well in the case of High noise
density. The major drawback of this filtering technique is
predefining threshold value, also these filtering technique’s
yields unsatisfactory results in preserving edge details pixel
value it is replaced by mean of neighborhood pixels [6]. But
both are unsuccessful in improving image at high noise
densities. In order to evade their drawbacks, Decision Based
un-symmetric Trimmed Median Filter (DBUTMF) is
proposed [2]. But at high noise densities, if the selected
window contains all 0’s and 255’s or both then, trimmed
median is failing in this concession. To overcome above
drawback modified decision based Unsymmetric trimmed
median filter (MDBUTMF) is proposed [3], But the main
problem of in this filter that is an image enhancement factor
(IEF) low in case of low-density of noise is very poor that
why it’s performance is not very well with the low density of
noise. Our proposed method Improved mean filter for image
enhancement show better IEF and PSNR value. Infect in the
case of low noise density our proposed filter performance is
much better as compare to Modified Non-linear filter (MNF).
The rest of the paper is structured as follows; Section IV
describes about the proposed algorithm and different cases of
the proposed algorithm and also shows the flowchart of the
proposed algorithm IV. Section V contains simulation results
with Lena image. In section V show tables, comparative chats
and different de-noised gray scale Lena images of proposed
filter. Finally conclusions are drawn in Section VI.
IV. PROPOSED METHOD
The proposed method is an enhanced by Modified Non-
linear Filter (MNF) [03] algorithm. In this method first
detecting the noisy pixels in the corrupted image. For
detection of noisy pixels verifying the condition whether
targeted pixel lies. If pixels are between maximum [255] and
minimum [0] gray level values, then it is a noise free pixel,
else pixel is said to be corrupted or noisy. Now we have
processed only with the corrupted pixels to restore with noise
free pixels. Further un-corrupted pixels are left unaffected. In
the next steps we use Proposed Improved Mean filter (IMF)
is elucidated as follows.
ALGORITHM
Step 1: First we take an initial image and apply on it fixed
valued impulses noise (Salt and Pepper noise) on this image.
Step 2: In the second step check where the pixels are between
0 to 255 ranges or not, here two cases are generating.
X (i,j) = 0<Y (i,j)<255 condition true follow Case1
X (i,j) ≠ 0<Y (i,j)<255 condition true follow Case 2
Where X(i,j) is the image size and Y(i,j) all image targeted
pixels
Case 1- If Pixels are between 0< Y (i,j)<255 then, they are
noise free and move to restoration image.
Case 2- If the pixels are not lying between in the range then
they are moved to step 3.
Step 3: In the third step we will work on noisy pixel of step2
now select window of size 3 x 3 of image. Assume that the
targeted noisy pixels are W (i,j).that is processed in the next
step.
Step 4: If the preferred window contains not all elements as
0’s and 255’s. Then remove all the 0’s and 255’s from the
window, and send to restoration image.Now find the mean of
the remaining pixels. Replace W (i, j)
j
with the mean value.
This noised removed image restores in de-noised image at the
last step.
W(ij) = [00] condition true send to Y (i,j) for Restoration
W(ij) = [255]condition true send to Y (i,j) for Restoration
[Cal. Mean remain (W (i,j))pixels] = replace by W (i,j)
Step 5: Repeat steps one to three until all pixels in the whole
image are processed. Hence a better de-noised image is
obtained with improved PSNR, IEF and also shows a better
image with very low blurring and improved visual and human
2013 NIRMA UNIVERSITY INTERNATIONAL CONFERENCE ON ENGINEERING, NUiCONE-2013, 28-30 NOVEMBER, 2013
978-1-4673-1719-1/12/$31.00©2013IEEE
3
perception.
V. SIMULATIONS AND RESULT
The result of the proposed method for removal of fixed
valued impulse noise is shown in this section. For simulation
of proposed method we have to use MATLAB 8.0 software.
To perform our new approach we have to take a ’Lena’ image
size 256X256 as a reference image for testing purpose. The
testing images are artificially corrupted by Salt and Pepper
impulse noise by using MATLAB and images are corrupted
by different noise density varying from 10 to 90 %. The
performance of the proposed algorithm is tested for different
gray scale a image.
De-noising performances are quantitatively measured by the
PSNR and IEF as defined in (1) and (3), respectively:
The PSNR is expressed as:
MSE
(255)
10
2
10log=PSNR ………….. (1)
Where MSE (Mean Square Error) is
nm
m
i
n
j
jiYjiY
MSE
×
∑
=
∑
=
−
=
1 1
2)},(
^
),({
…….. (2)
And the IEF (Image Enhancement Factor)
∑
=
∑
=
−
∑
=
∑
=
−
=
1 1
2)),(),(
^
(
1 1
2)},(),({
i j
jiYjiY
m
i
n
j
jiYji
IEF
η
…… (3)
Where MSE acronym of mean square error, IEF stands for
image enhancement factor, M x N is the size of the image, Y
denotes the original image, ^ shows the de-noised image,
and η represents the noisy image.
The PSNR and IEF values of the proposed algorithm are
comparing with other existing algorithms by variable noise
density of 10% to 90%. Table I shows the comparison of
PSNR values of different de-noising methods for Lena image
and table II shows Comparison of IEF values of different
filters for Lena image.
TABLE I
COMPARISON OF PSNR VALUES OF DIFFERENT FILTERS FOR LENA IMAGE
De-noising
Method
Noise density
10% 20% 30% 40% 50%
MF 28.4938 25.7542 21.8465 18.4076 14.734
AMF 21.9845 21.9297 21.4735 21.4735 20.6542
PSMF 30.6494 28.2089 25.559 22.6909 19.4425
DBA 36.7565 33.2606 30.5659 28.2609 26.2846
MDBA 36.7569 33.2607 30.5308 28.2981 26.2503
MDBUTMF 38.129 34.6005 32.1427 32.0886 28.2175
MNF 37.3489 34.2358 32.1412 30.5796 29.0056
New
Approach
38.79 35.59 33.26 31.66 30.06
TABLE II
COMPARISON OF IEF VALUES OF DIFFERENT FILTERS FOR LENA IMAGE
Find Mean of the
Remaining elements
Replace processing
pixel with Mean
De-Noised ImageY(ij)
Stop
Select a 3x3 Window
with target Pixel W(i,j)
If selected Pixels
contain all 0 ‘s or
255’s or both
YES
No
Eliminate the elements
with 0 and 255 in the
Window
YES
No
0<Y(i,j)<255
Start
Take Image
Add Noise
Read Noise Image
- Shows a Flow-Chart of Proposed Method IMF
2013 NIRMA UNIVERSITY INTERNATIONAL CONFERENCE ON ENGINEERING, NUiCONE-2013, 28-30 NOVEMBER, 20134
The proposed new approach shows a better result as
compare to other existing algorithms at different noise
densities as shown in table I and table II. Our method not
only shows a better result in terms of PSNR and IEF, but also
show a good result in visual and human perception is also
shown in the fig 4(g), 4 (h), 4 (i), 4 (j), 4 (k) and 4(l) these
shows the visual quality of the image.
Graphical plots of IEF and PSNR values of different noise
density compression with different filters against noise
densities for Lena image is shown in Figure1 and Figure2.
The results in the Table I clearly show that the PSNR of the
proposed method is much improved at different density of
noise.
38.79
35.59
33.2631.6630.0628.56
26.88
24.85
21.56
0
5
10
15
20
25
30
35
40
45
10 20 30 40 50 60 70 80 90
Noise Density in %
MF
AMF
PSMF
DBA
MDBA
MNLF
Fig.2 PSNR dB Vs Noise Density %
Median filter (MF)[7] [13], Adaptive median filter
(AMF)[4],Progressive switching median filter (PSMF)[4]
[5],Decision Based Algorithms (DBA) [06), Modified
Decision Based Algorithms Signal (MDBA)[06],Modified
Decision based Unsymmetric Trimmed Median filter
(MDBUTMF)[2],
Modified Non-linear Filter algorithm (MNF) [3]. This
method is tested on the Lena image of size 256X256 shown
in fig 4. The fig 4 (a), 4 (b), 4 (c), 4 (d), 4 (e) ,4 (f) ,shows the
Lena image corrupted by 10%,30%, 50%, %,70% ,80% and
90% respectively and figure 4 (g), 4 (h), 4 (i), 4 (j), 4 (k) and
4 (l) show images De-noised by the proposed method.
De-noising
Noise density
10% 20% 30% 40% 50%
MF 20.5734 21.3987 13.1198 7.8805 4.2859
AMF 4.2759 8.9433 12.9477 16.0162 16.4574
PSMF 33.1849 38.1071 30.6195 21.292 12.581
DBA 137.9069 120.5101 97.6947 76.1874 61.249
MDBA 137.9166 120.5152 96.9086 76.8418 60.7677
MDBUTMF 189.1606 164.0651 140.4587 116.053 95.5859
MNF 158.0611 150.8512 140.409 129.944 114.605
New
Approach
217.56 195.06 175.48 160.22 135.46
0
50
100
150
200
250
10 20 30 40 50 60 70 80 90
I
E
F
Noise Density in %
MF
AMF
PSMF
DBA
MDBA
MDBUTMF
MLNF
Proposed Algo.
Fig.3- IEF Vs Noise Density %
Original image
(a). 10% Noise Density (g) De-noised Image
(b). 30% Noisy Density (h) De-noised image
(c). 50% Noisy Density (i) De-noised image
2013 NIRMA UNIVERSITY INTERNATIONAL CONFERENCE ON ENGINEERING, NUiCONE-2013, 28-30 NOVEMBER, 2013
978-1-4673-1719-1/12/$31.00©2013IEEE
5
VI. REFERENCES
[1] Raymond H. Chan, Chung-Wa Ho, and Mila Nikolova ” Salt-and-
Pepper Noise Removal by Median-Type Noise Detectors and Detail-
Preserving Regularization” IEEE TRANSACTIONS ON IMAGE
PROCESSING, VOL. 14, NO. 10, OCTOBER 2005 1479.
[2] S.Esakkirajan,T.Veerakumar, Adabala N. Subramanyam and C. H.
PremChand. “Removal of High Density Salt and Pepper Noise Through
Modified Decision Based Unsymmetric Trimmed Median Filter.” IEEE
Signal Processing Letters, VOL. 18, NO. 5, MAY 2011.
[3] T.Sunilkumar, A.Srinivas, M.Eswae Reddy and Dr. G.Ramachandren
Reddy “Removal of high density impulse noise through modified non-
linear filter” Journal of Theoretical and Applied Information
Technology.. Vol. 47 No.2,20th January 2013 ISSN: 1992-8645, E-
ISSN: 1817-3195.
[4] H. Hwang and R. A. Hadded, “Adaptive median filter: New algorithms
and results,” IEEE Trans. Image Process., vol. 4, no. 4, pp. 499–502,
Apr. 1995.
[5] S. Zhang and M. A. Karim, “A new impulse detector for switching
median filters,” IEEE Signal Process. Lett., vol. 9, no. 11, pp. 360–363,
Nov. 2002.
[6] P. E. Ng and K. K. Ma, “A switching median filter with boundary
discriminative noise detection for extremely corrupted images,” IEEE
Trans. Image Process., vol. 15, no. 6, pp. 1506–1516, Jun. 2006.
[7] K. S. Srinivasan and D. Ebenezer, “A new fast and efficient decision
based algorithm for removal V. Jayaraj and D. Ebenezer, “A new
switching-based median filtering scheme and algorithmfor removal of
high-density salt and pepper noise in image,” EURASIP J. Adv. Signal
Process., 2010
[8] T.A. Nodes and N.C. Gallagher, Jr., “The output distribution of
median type filters,” IEEE Trans. Communication., 32(5): 532-541,
1984
[9] V. Jayaraj and D. Ebenezer, “A new switching-based median filtering
scheme and algorithm for removal of high density salt and pepper noise
in removal of high-density salt and pepper noise in image,” EURASIP
J. Adv. Signal Process., 2010.
[10] K. Aiswarya, V. Jayaraj, and D. Ebenezer, “A new and efficient
algorithm for the removal of high density salt and pepper noise in
images and videos,” in Second Int. Conf. Computer Modeling and
Simulation, 2010, pp. 409–413.
[11] V. Jayaraj and D. Ebenezer, “A new switching-based median filtering
scheme and algorithmfor removal of high-density salt and pepper noise
in image,” EURASIP J. Adv. Signal Process. 2010.
[12] J. Astola and P. Kuosmaneen, Fundamentals of Nonlinear Digital
Filtering. Boca Raton, FL: CRC, 1997.
(d).70% Noisy Density (j) De-noised image
(e).80% Noisy Density (k) De-noised image
(f). 90% Noisy Density (l) De-noised image

More Related Content

What's hot

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
 
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...IJERA Editor
 
Image Noise Removal by Dual Threshold Median Filter for RVIN
Image Noise Removal by Dual Threshold Median Filter for RVINImage Noise Removal by Dual Threshold Median Filter for RVIN
Image Noise Removal by Dual Threshold Median Filter for RVINIOSR Journals
 
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
 
A Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT ImagesA Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT Imagesidescitation
 
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
 
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld ImageResearch on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Imagesipij
 
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGERESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGEsipij
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452IJRAT
 
Noise Reduction Technique using Bilateral Based Filter
Noise Reduction Technique using Bilateral Based FilterNoise Reduction Technique using Bilateral Based Filter
Noise Reduction Technique using Bilateral Based FilterIRJET Journal
 
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
 
An overview of multi-filters for eliminating impulse noise for digital images
An overview of multi-filters for eliminating impulse noise for digital imagesAn overview of multi-filters for eliminating impulse noise for digital images
An overview of multi-filters for eliminating impulse noise for digital imagesTELKOMNIKA JOURNAL
 
Progression approach for image denoising
Progression approach for image denoisingProgression approach for image denoising
Progression approach for image denoisingTELKOMNIKA JOURNAL
 
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoisejournalBEEI
 
GRUPO 4 : new algorithm for image noise reduction
GRUPO 4 :  new algorithm for image noise reductionGRUPO 4 :  new algorithm for image noise reduction
GRUPO 4 : new algorithm for image noise reductionviisonartificial2012
 
Survey Paper on Image Denoising Using Spatial Statistic son Pixel
Survey Paper on Image Denoising Using Spatial Statistic son PixelSurvey Paper on Image Denoising Using Spatial Statistic son Pixel
Survey Paper on Image Denoising Using Spatial Statistic son PixelIJERA Editor
 

What's hot (20)

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
 
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
 
Image Noise Removal by Dual Threshold Median Filter for RVIN
Image Noise Removal by Dual Threshold Median Filter for RVINImage Noise Removal by Dual Threshold Median Filter for RVIN
Image Noise Removal by Dual Threshold Median Filter for RVIN
 
388 394
388 394388 394
388 394
 
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
 
Hk3513021306
Hk3513021306Hk3513021306
Hk3513021306
 
A Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT ImagesA Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT Images
 
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
 
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld ImageResearch on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
 
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGERESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
 
Chap3
 Chap3 Chap3
Chap3
 
Noise Reduction Technique using Bilateral Based Filter
Noise Reduction Technique using Bilateral Based FilterNoise Reduction Technique using Bilateral Based Filter
Noise Reduction Technique using Bilateral Based Filter
 
L0440285459
L0440285459L0440285459
L0440285459
 
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 ...
 
An overview of multi-filters for eliminating impulse noise for digital images
An overview of multi-filters for eliminating impulse noise for digital imagesAn overview of multi-filters for eliminating impulse noise for digital images
An overview of multi-filters for eliminating impulse noise for digital images
 
Progression approach for image denoising
Progression approach for image denoisingProgression approach for image denoising
Progression approach for image denoising
 
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
 
GRUPO 4 : new algorithm for image noise reduction
GRUPO 4 :  new algorithm for image noise reductionGRUPO 4 :  new algorithm for image noise reduction
GRUPO 4 : new algorithm for image noise reduction
 
Survey Paper on Image Denoising Using Spatial Statistic son Pixel
Survey Paper on Image Denoising Using Spatial Statistic son PixelSurvey Paper on Image Denoising Using Spatial Statistic son Pixel
Survey Paper on Image Denoising Using Spatial Statistic son Pixel
 

Viewers also liked

V2 i2087
V2 i2087V2 i2087
V2 i2087Rucku
 
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
 
impulse noise filter
impulse noise filter impulse noise filter
impulse noise filter yousef_
 
ใบงานที่7
ใบงานที่7ใบงานที่7
ใบงานที่7warangnan
 
Tech Meetup: Jenkins, the moody buttler
Tech Meetup: Jenkins, the moody buttlerTech Meetup: Jenkins, the moody buttler
Tech Meetup: Jenkins, the moody buttlerSantex Group
 
Actividad 13 La fundamentación de la Participación de los Padres
Actividad 13 La fundamentación de la Participación de los PadresActividad 13 La fundamentación de la Participación de los Padres
Actividad 13 La fundamentación de la Participación de los PadresPoncho Romero
 
อุปกรณ์เชื่อมต่อคอมพิวเตอร์
อุปกรณ์เชื่อมต่อคอมพิวเตอร์อุปกรณ์เชื่อมต่อคอมพิวเตอร์
อุปกรณ์เชื่อมต่อคอมพิวเตอร์Plew Woo
 
FacebookとWordPressを連携させて、広告費0円の自動集客システムを作る方法
FacebookとWordPressを連携させて、広告費0円の自動集客システムを作る方法FacebookとWordPressを連携させて、広告費0円の自動集客システムを作る方法
FacebookとWordPressを連携させて、広告費0円の自動集客システムを作る方法DREAMHIVE CO., LTD.
 
S2-Work2m32no29
S2-Work2m32no29S2-Work2m32no29
S2-Work2m32no29Plew Woo
 
Shift Platform
Shift PlatformShift Platform
Shift PlatformIkenna Ike
 
о внутренней системе оценки
о внутренней системе оценкио внутренней системе оценки
о внутренней системе оценкиMurat77
 
Actividad 12 el bloggero
Actividad 12 el bloggeroActividad 12 el bloggero
Actividad 12 el bloggeroPoncho Romero
 
ONE GIRL Business Outreach
ONE GIRL Business OutreachONE GIRL Business Outreach
ONE GIRL Business OutreachAdila Harsono
 
ใบงานที่ 8
ใบงานที่ 8ใบงานที่ 8
ใบงานที่ 8warangnan
 
ใบงานที่4
ใบงานที่4ใบงานที่4
ใบงานที่4warangnan
 

Viewers also liked (20)

V2 i2087
V2 i2087V2 i2087
V2 i2087
 
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
 
impulse noise filter
impulse noise filter impulse noise filter
impulse noise filter
 
ใบงานที่7
ใบงานที่7ใบงานที่7
ใบงานที่7
 
Tech Meetup: Jenkins, the moody buttler
Tech Meetup: Jenkins, the moody buttlerTech Meetup: Jenkins, the moody buttler
Tech Meetup: Jenkins, the moody buttler
 
Actividad 13 La fundamentación de la Participación de los Padres
Actividad 13 La fundamentación de la Participación de los PadresActividad 13 La fundamentación de la Participación de los Padres
Actividad 13 La fundamentación de la Participación de los Padres
 
Tecnología educativa
Tecnología educativaTecnología educativa
Tecnología educativa
 
Tecnología educativa
Tecnología educativaTecnología educativa
Tecnología educativa
 
อุปกรณ์เชื่อมต่อคอมพิวเตอร์
อุปกรณ์เชื่อมต่อคอมพิวเตอร์อุปกรณ์เชื่อมต่อคอมพิวเตอร์
อุปกรณ์เชื่อมต่อคอมพิวเตอร์
 
FacebookとWordPressを連携させて、広告費0円の自動集客システムを作る方法
FacebookとWordPressを連携させて、広告費0円の自動集客システムを作る方法FacebookとWordPressを連携させて、広告費0円の自動集客システムを作る方法
FacebookとWordPressを連携させて、広告費0円の自動集客システムを作る方法
 
Technology
TechnologyTechnology
Technology
 
S2-Work2m32no29
S2-Work2m32no29S2-Work2m32no29
S2-Work2m32no29
 
Allah's Miracles - Water
Allah's Miracles - WaterAllah's Miracles - Water
Allah's Miracles - Water
 
Shift Platform
Shift PlatformShift Platform
Shift Platform
 
Christian Schuit
Christian SchuitChristian Schuit
Christian Schuit
 
о внутренней системе оценки
о внутренней системе оценкио внутренней системе оценки
о внутренней системе оценки
 
Actividad 12 el bloggero
Actividad 12 el bloggeroActividad 12 el bloggero
Actividad 12 el bloggero
 
ONE GIRL Business Outreach
ONE GIRL Business OutreachONE GIRL Business Outreach
ONE GIRL Business Outreach
 
ใบงานที่ 8
ใบงานที่ 8ใบงานที่ 8
ใบงานที่ 8
 
ใบงานที่4
ใบงานที่4ใบงานที่4
ใบงานที่4
 

Similar to NUiCONE-2013 conference paper enhances images using improved mean filter

Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...IOSR Journals
 
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...IOSR Journals
 
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...ijsc
 
Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...
Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...
Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...ijsc
 
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
 
Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Performance Comparison of Various Filters and Wavelet Transform for Image De-...Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Performance Comparison of Various Filters and Wavelet Transform for Image De-...IOSR Journals
 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERPushparaj Pal
 
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
 
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
 
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for  Different NoiseComparison of Denoising Filters on Greyscale TEM Image for  Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for Different NoiseIOSR Journals
 
An Adaptive approach to retrieve image affected by impulse noise from documents
An Adaptive approach to retrieve image affected by impulse noise from documentsAn Adaptive approach to retrieve image affected by impulse noise from documents
An Adaptive approach to retrieve image affected by impulse noise from documentsiosrjce
 
Adaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noiseAdaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noiseeSAT Publishing House
 
A fast and effective impulse noise filter
A fast and effective impulse noise filterA fast and effective impulse noise filter
A fast and effective impulse noise filterIJRES Journal
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour imageseSAT Journals
 
A literature review of various techniques available on Image Denoising
A literature review of various techniques available on Image DenoisingA literature review of various techniques available on Image Denoising
A literature review of various techniques available on Image DenoisingAI Publications
 
IRJET- Salt and Pepper Noise Removal using Decision based Filters
IRJET- Salt and Pepper Noise Removal using Decision based FiltersIRJET- Salt and Pepper Noise Removal using Decision based Filters
IRJET- Salt and Pepper Noise Removal using Decision based FiltersIRJET Journal
 

Similar to NUiCONE-2013 conference paper enhances images using improved mean filter (20)

Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
 
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
 
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
 
Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...
Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...
Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...
 
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
 
Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Performance Comparison of Various Filters and Wavelet Transform for Image De-...Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Performance Comparison of Various Filters and Wavelet Transform for Image De-...
 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTER
 
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
 
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)
 
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for  Different NoiseComparison of Denoising Filters on Greyscale TEM Image for  Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
 
H017334953
H017334953H017334953
H017334953
 
An Adaptive approach to retrieve image affected by impulse noise from documents
An Adaptive approach to retrieve image affected by impulse noise from documentsAn Adaptive approach to retrieve image affected by impulse noise from documents
An Adaptive approach to retrieve image affected by impulse noise from documents
 
Adaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noiseAdaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noise
 
A fast and effective impulse noise filter
A fast and effective impulse noise filterA fast and effective impulse noise filter
A fast and effective impulse noise filter
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
 
A literature review of various techniques available on Image Denoising
A literature review of various techniques available on Image DenoisingA literature review of various techniques available on Image Denoising
A literature review of various techniques available on Image Denoising
 
I010324954
I010324954I010324954
I010324954
 
IRJET- Salt and Pepper Noise Removal using Decision based Filters
IRJET- Salt and Pepper Noise Removal using Decision based FiltersIRJET- Salt and Pepper Noise Removal using Decision based Filters
IRJET- Salt and Pepper Noise Removal using Decision based Filters
 
Image Filtering
Image FilteringImage Filtering
Image Filtering
 
M017218088
M017218088M017218088
M017218088
 

NUiCONE-2013 conference paper enhances images using improved mean filter

  • 1. 2013 NIRMA UNIVERSITY INTERNATIONAL CONFERENCE ON ENGINEERING, NUiCONE-2013, 28-30 NOVEMBER, 2013 978-1-4673-1719-1/12/$31.00©2013IEEE 1 Abstract-In this paper we have introduced a new method for the enhancement of gray scale images, when images are corrupted by fixed valued impulse noise (salt and pepper noise). Our proposed method gives a better output for low-density impulse noise as compare to the other famous filters like Standard Median Filter (SMF), Decision Based Median Filter (DBMF) and Modified Decision Based Median Filter (MDBMF) and so on. In our proposed method we have improved the Image Enhancement factor (IEF), Peak signal to noise ratio (PSNR), visual perception and also reduce blurring in the image. The proposed algorithm replaces the noisy pixel by trimmed mean value. When previous pixel values, 0’s and 255’s are present in the particular window and all the pixel values are 0’s and 255’s then the remain noisy pixels are replaced by mean value. Different gray-scale images are tested via proposed method. The experimental result shows better Peak Signal to Noise Ratio (PSNR) value, Image Enhancement Factor (IEF) and with better visual and human perception. Index Terms-- Blurring, Human and visual perception, Modified Nonlinear filter, Peak Signal to Noise Ratio (P.S.N.R.), Salt and Pepper noise, Image enhancement factor (IEF). I. INTRODUCTION N the field of image processing, digital images are often corrupted by several kinds of noise during the process of image acquisition malfunctioning pixels in camera sensors, faulty memory locations in hardware, or transmission in a noisy channel [1]. These are the main reasons of generation of the impulse noise in our digital world. In the field of image processing, digital images are mainly corrupted by the impulse noise [2]. For the last decades, researchers are involved in the field of image de-noising to find out an effective method which preserves the image details and reduces the noise of digital images and also try to improve the quality of the image. Image quality measurement is mainly done some image parameters like peak to single noise ratio, mean square error, image enhancement factor, but in case of image processing one more thing is important that is human perception [3]. Impulse noise is one the most severe noise which usually affects the images. So, the researchers focus on the removal of impulse noise while minimizing the loss of details as low as possible. There are two types of impulse noise, namely, the salt-and-pepper noise also known as the fixed valued impulse noise and the random-valued impulse noise [6]. Here in this paper we focus on salt and pepper noise. The salt and pepper noise corrupted pixels of image take either maximum or minimum pixel value Salt and pepper noise. Fixed valued impulse noise is producing two gray level values 0 and 255. Random valued impulse noise will produce impulses whose gray level value lies within a predetermined range. The random value impulse noise in between 0 and 255. Generally the spatial domain filters have a detection stage which identifies the noisy and noise free pixels of the corrupted image, after that noise removal part removes the noise from the corrupted image under process while preserving the other important detail of image [5]. Initially standard median filter was popularly used, but later on switching based median filters came into existence which provides better results. Any other result oriented standard median filters are, weighted median filter, SD-ROM filter, centre weighted median filter, adaptive median filter, rank order median filter and many other improved filters. The performance of median filters also depends on the size of window of the filter. Larger window has the great noise suppression capability, but image details (edges, corners, fine lines) preservation is limited, while a smaller window preserves the details, but it will cause the reduction in noise suppression. Noise detection is a vital part of a filter, so it is necessary to detect whether the pixel is noise or noise free. II. NOISE MODAL Salt-and-pepper noise is one common noise type of digital image processing. The noisy image y can be modeled as- ⎪⎭ ⎪ ⎬ ⎫ ⎪⎩ ⎪ ⎨ ⎧ − = pprobabiltywith j Y pprobabiltywith j Zij X 1 )( Where j is the 2D pixel position vector, xj is the j’th pixel value in the clean image x and zj the j’th pixel value in the noise image, which is usually an iid random process with the binary value range of {0, vmax (255)} with P(xj = vmax) = q for q € [0, 1]. Although in practice more noise types are present, in this paper we will work only the salt and pepper noise modal. Impulse noise is modeled as salt-and-pepper noise. Pixels are randomly corrupted by two fixed values, 0 and 255 generated with the equal probability. We can mathematically represent salt-and-pepper impulse noise as: . 2550 ),(1 )( ⎭ ⎬ ⎫ ⎩ ⎨ ⎧ = =− = orxfor jiWxfor B B xN Where Wi,j is the gray level value of the noisy pixel. III. RELATED WORK There are many filters have been introduced for getting better results for corrupted images by salt and pepper noise. Removal of Fixed Value Impulse Noise using Improved Mean Filter for Image Enhancement Vikas Gupta, Dilip Kumar Gandhi, Pranay Yadav . MANIT Bhopal, TIT Bhopal, TIT Bhopal I
  • 2. 2013 NIRMA UNIVERSITY INTERNATIONAL CONFERENCE ON ENGINEERING, NUiCONE-2013, 28-30 NOVEMBER, 20132 Among all these filters standard median filter (SMF) is consistent in performance. However, the major drawback of the Median filter (MF) is that it works sound only at low noise densities [11]. In case of high noise density image can’t be enhanced and edge preservation of original image isn’t trouble-free to preserve. Adaptive Median Filter (AMF) [11] performs superior outcome as compare to median filter at low noise densities. But in case of high noise densities the window size has to be raises not worked properly at that time and introduced image blurring. In the Switching Median Filter (SBMF) [4], [5] uses pre-defined threshold for noise removal, but it is also not perform well in the case of High noise density. The major drawback of this filtering technique is predefining threshold value, also these filtering technique’s yields unsatisfactory results in preserving edge details at high densities of noise. To beat the above drawback of these filters, Decision Based Algorithm (DBA) is introduced [6]. In this filtering algorithm pixel is processed only when its value is either 0’s or 255’s or else left unaffected. But in case the result of the median will be 0’s or 255’s, which is noisy. In such type of case, neighboring pixel is used to substitute. Another algorithm was creating where in its place of just replacing corrupted pixel with a neighborhood There are many filters have been introduced for getting better results for corrupted images by salt and pepper noise. Among all these filters standard median filter (SMF) is consistent in performance. However, the major drawback of the Median filter (MF) is that it works sound only at low noise densities [11]. In case of high noise density image can’t be enhanced and edge preservation of original image isn’t trouble-free to preserve. Adaptive Median Filter (AMF) [11] performs superior outcome as compare to median filter at low noise densities. But in case of high noise densities the window size has to be raises not worked properly at that time and introduced image blurring. In the Switching Median Filter (SBMF) [4], [5] uses pre-defined threshold for noise removal, but it is also not perform well in the case of High noise density. The major drawback of this filtering technique is predefining threshold value, also these filtering technique’s yields unsatisfactory results in preserving edge details pixel value it is replaced by mean of neighborhood pixels [6]. But both are unsuccessful in improving image at high noise densities. In order to evade their drawbacks, Decision Based un-symmetric Trimmed Median Filter (DBUTMF) is proposed [2]. But at high noise densities, if the selected window contains all 0’s and 255’s or both then, trimmed median is failing in this concession. To overcome above drawback modified decision based Unsymmetric trimmed median filter (MDBUTMF) is proposed [3], But the main problem of in this filter that is an image enhancement factor (IEF) low in case of low-density of noise is very poor that why it’s performance is not very well with the low density of noise. Our proposed method Improved mean filter for image enhancement show better IEF and PSNR value. Infect in the case of low noise density our proposed filter performance is much better as compare to Modified Non-linear filter (MNF). The rest of the paper is structured as follows; Section IV describes about the proposed algorithm and different cases of the proposed algorithm and also shows the flowchart of the proposed algorithm IV. Section V contains simulation results with Lena image. In section V show tables, comparative chats and different de-noised gray scale Lena images of proposed filter. Finally conclusions are drawn in Section VI. IV. PROPOSED METHOD The proposed method is an enhanced by Modified Non- linear Filter (MNF) [03] algorithm. In this method first detecting the noisy pixels in the corrupted image. For detection of noisy pixels verifying the condition whether targeted pixel lies. If pixels are between maximum [255] and minimum [0] gray level values, then it is a noise free pixel, else pixel is said to be corrupted or noisy. Now we have processed only with the corrupted pixels to restore with noise free pixels. Further un-corrupted pixels are left unaffected. In the next steps we use Proposed Improved Mean filter (IMF) is elucidated as follows. ALGORITHM Step 1: First we take an initial image and apply on it fixed valued impulses noise (Salt and Pepper noise) on this image. Step 2: In the second step check where the pixels are between 0 to 255 ranges or not, here two cases are generating. X (i,j) = 0<Y (i,j)<255 condition true follow Case1 X (i,j) ≠ 0<Y (i,j)<255 condition true follow Case 2 Where X(i,j) is the image size and Y(i,j) all image targeted pixels Case 1- If Pixels are between 0< Y (i,j)<255 then, they are noise free and move to restoration image. Case 2- If the pixels are not lying between in the range then they are moved to step 3. Step 3: In the third step we will work on noisy pixel of step2 now select window of size 3 x 3 of image. Assume that the targeted noisy pixels are W (i,j).that is processed in the next step. Step 4: If the preferred window contains not all elements as 0’s and 255’s. Then remove all the 0’s and 255’s from the window, and send to restoration image.Now find the mean of the remaining pixels. Replace W (i, j) j with the mean value. This noised removed image restores in de-noised image at the last step. W(ij) = [00] condition true send to Y (i,j) for Restoration W(ij) = [255]condition true send to Y (i,j) for Restoration [Cal. Mean remain (W (i,j))pixels] = replace by W (i,j) Step 5: Repeat steps one to three until all pixels in the whole image are processed. Hence a better de-noised image is obtained with improved PSNR, IEF and also shows a better image with very low blurring and improved visual and human
  • 3. 2013 NIRMA UNIVERSITY INTERNATIONAL CONFERENCE ON ENGINEERING, NUiCONE-2013, 28-30 NOVEMBER, 2013 978-1-4673-1719-1/12/$31.00©2013IEEE 3 perception. V. SIMULATIONS AND RESULT The result of the proposed method for removal of fixed valued impulse noise is shown in this section. For simulation of proposed method we have to use MATLAB 8.0 software. To perform our new approach we have to take a ’Lena’ image size 256X256 as a reference image for testing purpose. The testing images are artificially corrupted by Salt and Pepper impulse noise by using MATLAB and images are corrupted by different noise density varying from 10 to 90 %. The performance of the proposed algorithm is tested for different gray scale a image. De-noising performances are quantitatively measured by the PSNR and IEF as defined in (1) and (3), respectively: The PSNR is expressed as: MSE (255) 10 2 10log=PSNR ………….. (1) Where MSE (Mean Square Error) is nm m i n j jiYjiY MSE × ∑ = ∑ = − = 1 1 2)},( ^ ),({ …….. (2) And the IEF (Image Enhancement Factor) ∑ = ∑ = − ∑ = ∑ = − = 1 1 2)),(),( ^ ( 1 1 2)},(),({ i j jiYjiY m i n j jiYji IEF η …… (3) Where MSE acronym of mean square error, IEF stands for image enhancement factor, M x N is the size of the image, Y denotes the original image, ^ shows the de-noised image, and η represents the noisy image. The PSNR and IEF values of the proposed algorithm are comparing with other existing algorithms by variable noise density of 10% to 90%. Table I shows the comparison of PSNR values of different de-noising methods for Lena image and table II shows Comparison of IEF values of different filters for Lena image. TABLE I COMPARISON OF PSNR VALUES OF DIFFERENT FILTERS FOR LENA IMAGE De-noising Method Noise density 10% 20% 30% 40% 50% MF 28.4938 25.7542 21.8465 18.4076 14.734 AMF 21.9845 21.9297 21.4735 21.4735 20.6542 PSMF 30.6494 28.2089 25.559 22.6909 19.4425 DBA 36.7565 33.2606 30.5659 28.2609 26.2846 MDBA 36.7569 33.2607 30.5308 28.2981 26.2503 MDBUTMF 38.129 34.6005 32.1427 32.0886 28.2175 MNF 37.3489 34.2358 32.1412 30.5796 29.0056 New Approach 38.79 35.59 33.26 31.66 30.06 TABLE II COMPARISON OF IEF VALUES OF DIFFERENT FILTERS FOR LENA IMAGE Find Mean of the Remaining elements Replace processing pixel with Mean De-Noised ImageY(ij) Stop Select a 3x3 Window with target Pixel W(i,j) If selected Pixels contain all 0 ‘s or 255’s or both YES No Eliminate the elements with 0 and 255 in the Window YES No 0<Y(i,j)<255 Start Take Image Add Noise Read Noise Image - Shows a Flow-Chart of Proposed Method IMF
  • 4. 2013 NIRMA UNIVERSITY INTERNATIONAL CONFERENCE ON ENGINEERING, NUiCONE-2013, 28-30 NOVEMBER, 20134 The proposed new approach shows a better result as compare to other existing algorithms at different noise densities as shown in table I and table II. Our method not only shows a better result in terms of PSNR and IEF, but also show a good result in visual and human perception is also shown in the fig 4(g), 4 (h), 4 (i), 4 (j), 4 (k) and 4(l) these shows the visual quality of the image. Graphical plots of IEF and PSNR values of different noise density compression with different filters against noise densities for Lena image is shown in Figure1 and Figure2. The results in the Table I clearly show that the PSNR of the proposed method is much improved at different density of noise. 38.79 35.59 33.2631.6630.0628.56 26.88 24.85 21.56 0 5 10 15 20 25 30 35 40 45 10 20 30 40 50 60 70 80 90 Noise Density in % MF AMF PSMF DBA MDBA MNLF Fig.2 PSNR dB Vs Noise Density % Median filter (MF)[7] [13], Adaptive median filter (AMF)[4],Progressive switching median filter (PSMF)[4] [5],Decision Based Algorithms (DBA) [06), Modified Decision Based Algorithms Signal (MDBA)[06],Modified Decision based Unsymmetric Trimmed Median filter (MDBUTMF)[2], Modified Non-linear Filter algorithm (MNF) [3]. This method is tested on the Lena image of size 256X256 shown in fig 4. The fig 4 (a), 4 (b), 4 (c), 4 (d), 4 (e) ,4 (f) ,shows the Lena image corrupted by 10%,30%, 50%, %,70% ,80% and 90% respectively and figure 4 (g), 4 (h), 4 (i), 4 (j), 4 (k) and 4 (l) show images De-noised by the proposed method. De-noising Noise density 10% 20% 30% 40% 50% MF 20.5734 21.3987 13.1198 7.8805 4.2859 AMF 4.2759 8.9433 12.9477 16.0162 16.4574 PSMF 33.1849 38.1071 30.6195 21.292 12.581 DBA 137.9069 120.5101 97.6947 76.1874 61.249 MDBA 137.9166 120.5152 96.9086 76.8418 60.7677 MDBUTMF 189.1606 164.0651 140.4587 116.053 95.5859 MNF 158.0611 150.8512 140.409 129.944 114.605 New Approach 217.56 195.06 175.48 160.22 135.46 0 50 100 150 200 250 10 20 30 40 50 60 70 80 90 I E F Noise Density in % MF AMF PSMF DBA MDBA MDBUTMF MLNF Proposed Algo. Fig.3- IEF Vs Noise Density % Original image (a). 10% Noise Density (g) De-noised Image (b). 30% Noisy Density (h) De-noised image (c). 50% Noisy Density (i) De-noised image
  • 5. 2013 NIRMA UNIVERSITY INTERNATIONAL CONFERENCE ON ENGINEERING, NUiCONE-2013, 28-30 NOVEMBER, 2013 978-1-4673-1719-1/12/$31.00©2013IEEE 5 VI. REFERENCES [1] Raymond H. Chan, Chung-Wa Ho, and Mila Nikolova ” Salt-and- Pepper Noise Removal by Median-Type Noise Detectors and Detail- Preserving Regularization” IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 14, NO. 10, OCTOBER 2005 1479. [2] S.Esakkirajan,T.Veerakumar, Adabala N. Subramanyam and C. H. PremChand. “Removal of High Density Salt and Pepper Noise Through Modified Decision Based Unsymmetric Trimmed Median Filter.” IEEE Signal Processing Letters, VOL. 18, NO. 5, MAY 2011. [3] T.Sunilkumar, A.Srinivas, M.Eswae Reddy and Dr. G.Ramachandren Reddy “Removal of high density impulse noise through modified non- linear filter” Journal of Theoretical and Applied Information Technology.. Vol. 47 No.2,20th January 2013 ISSN: 1992-8645, E- ISSN: 1817-3195. [4] H. Hwang and R. A. Hadded, “Adaptive median filter: New algorithms and results,” IEEE Trans. Image Process., vol. 4, no. 4, pp. 499–502, Apr. 1995. [5] S. Zhang and M. A. Karim, “A new impulse detector for switching median filters,” IEEE Signal Process. Lett., vol. 9, no. 11, pp. 360–363, Nov. 2002. [6] P. E. Ng and K. K. Ma, “A switching median filter with boundary discriminative noise detection for extremely corrupted images,” IEEE Trans. Image Process., vol. 15, no. 6, pp. 1506–1516, Jun. 2006. [7] K. S. Srinivasan and D. Ebenezer, “A new fast and efficient decision based algorithm for removal V. Jayaraj and D. Ebenezer, “A new switching-based median filtering scheme and algorithmfor removal of high-density salt and pepper noise in image,” EURASIP J. Adv. Signal Process., 2010 [8] T.A. Nodes and N.C. Gallagher, Jr., “The output distribution of median type filters,” IEEE Trans. Communication., 32(5): 532-541, 1984 [9] V. Jayaraj and D. Ebenezer, “A new switching-based median filtering scheme and algorithm for removal of high density salt and pepper noise in removal of high-density salt and pepper noise in image,” EURASIP J. Adv. Signal Process., 2010. [10] K. Aiswarya, V. Jayaraj, and D. Ebenezer, “A new and efficient algorithm for the removal of high density salt and pepper noise in images and videos,” in Second Int. Conf. Computer Modeling and Simulation, 2010, pp. 409–413. [11] V. Jayaraj and D. Ebenezer, “A new switching-based median filtering scheme and algorithmfor removal of high-density salt and pepper noise in image,” EURASIP J. Adv. Signal Process. 2010. [12] J. Astola and P. Kuosmaneen, Fundamentals of Nonlinear Digital Filtering. Boca Raton, FL: CRC, 1997. (d).70% Noisy Density (j) De-noised image (e).80% Noisy Density (k) De-noised image (f). 90% Noisy Density (l) De-noised image