SlideShare a Scribd company logo
1 of 7
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 44
AN ITERATIVE UNSYMMETRICAL TRIMMED MIDPOINT-MEDIAN
FILTER FOR REMOVAL OF HIGH DENSITY SALT AND PEPPER NOISE
Jitender Kumar1
, Abhilasha2
1
Student, Department of CSE, GZS-PTU Campus Bathinda, Punjab, India
2
Associate Professor, Department of CSE, GZS-PTU Campus Bathinda, Punjab, India
Abstract
An Iterative Unsymmetrical Trimmed Midpoint-Median Filter for Removal of High Density Salt and Pepper Noise in gray scale
images is presented in this paper. This efficient filtering technique is implemented in two phases. In the first phase, the proposed
midpoint median filter is applied to the noisy pixels iteratively two times iteratively. In the second phase, the Modified Decision based
Mean Median Filter (MDBMMF) is applied to the output of first phase. Simulation results prove that the proposed algorithm performs
better than various recent denoising methods in terms of PSNR, IEF and MSE. From the qualitative analysis it can be observed that
the proposed algorithm helps in retaining the edge details with high efficiency.
Keywords: Impulse noise, Salt and Pepper noise
-----------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
During acquisition and transmission of image signal, the noise
generated can degrade the image quality. Such type of noise is
called impulse noise. Impulse noise is of two types: salt and
pepper noise and random valued noise. Salt and pepper noise
is the main cause of image quality degradation where the
noisy pixels take either the maximum or minimum value in a
dynamic range. Salt and pepper noise is generally caused by
faulty memory locations, malfunctioning of pixel elements in
the camera sensors or timing errors in the digitization process
[1]. Denoising is a very important pre-processing task in
image processing. The main aim of image denoising is to
restore the corrupted image. Various filters have been
proposed for removal of salt and pepper noise [2]. Median
Filter is the most popular filter for removal of salt and pepper
noise in images due to its computational speed and denoising
capability at low noise densities. Denoising capability of
median filter depends on the window size i.e. increased
window size enhances its denoising capability but causes
blurring of image and loss of image features [3]. Decision
Based Algorithm (DBA) provides better results than median
filters and its enhancements [4] [5]. It first detects the noisy
pixels and replaces that noisy pixel with the median of
neighborhood pixels in the window. DBA has a problem that it
takes corrupted pixels while calculating the median. Decision
based Unsymmetric Trimmed Median Filter (DBUTMF) was
proposed to eliminate the problem of DBA in which the
corrupted pixel is replaced by the median value of the pixels in
3x3 window. But before calculating median, the corrupted
pixels are trimmed from the current window. It gives better
performance than MF and DBA, but it has a problem that
restored image is not of good quality at noise densities of more
than 80% [6]. Modified decision based Unsymmetrical
Trimmed Median Filter (MDBUTMF) was proposed which
calculates the unsymmetrical trimmed median value, but if a
window contains all corrupted pixels, then it calculates the
mean of the corrupted pixels [7]. A new filter for removal of
salt and pepper noise was proposed which calculates the mean
of the window if all pixels are corrupted and when some of the
pixels are corrupted then it calculates the unsymmetric
trimmed mean value [8]. A Modified Decision based Mean
Median Filter (MDBMMF) for removal of high density salt
and pepper noise was proposed, which gives better results than
MF, DBA and DBUTMF [9]. MDBMMF calculates the
unsymmetrical trimmed median value if all pixels in window
are not noisy otherwise it calculates the mean value and it
replaces the processing pixel with this new value in image.
This new value will be in the processing window of next pixel.
A Non Linear Filter was proposed which replaces the
corrupted pixel with the midpoint mean of preprocessed pixels
if the window contains all corrupted pixels and if the window
contains some ,not all, corrupted pixels then it uses the
unsymmetric trimmed median value to replace the corrupted
pixel [10].
In this paper, a new algorithm is proposed which efficiently
removes the high density salt and pepper noise. This proposed
algorithm shows effective performance with better Peak
Signal to Noise Ratio (PSNR) and Image Enhancement Factor
(IEF) than the existing algorithms. This paper is organized in
four sections. Section 2 explains the proposed method. Section
3 explains the simulation results and performance analysis.
Conclusion and future scope is explained in section 4.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 45
2. THE PROPOSED METHOD
Iterative Unsymmetrical Trimmed Midpoint-Median Filter
(IUTMMF) algorithm is developed for the efficient restoration
of gray scale images that are corrupted by salt and pepper
noise. This algorithm is implemented in two phases. In the
first phase midpoint-median filter is applied on the noisy
image iteratively two times. In the second phase, modified
decision based mean median filter (MDBMMF) is applied on
the output of first phase.
2.1 First Phase: Iterative Unsymmetrical Trimmed
Midpoint-Median
Algorithm explained below is applied twice iteratively on the
output of first iteration on whole image.
In this phase, value of every pixel is checked and a window of
size 3x3 around the processing pixel is used. The three
different cases that can occur are illustrated below:
Case 1: If the processing pixel i.e. the center pixel of 3x3
window is noise free i.e. if the value of processing pixel is
neither “255” nor “0” as shown in Fig-2.1, then the pixel is not
processed and the algorithm moves to next pixel.
125 255 0
0 (154) 142
178 150 255
Fig-2.1: window of gray scale image containing noise free
pixel as processing pixel.
Case 2: If the processing pixel is noisy i.e. the value of pixel
is either “0” or “255”, then neighborhood of processing pixel
in 3x3 window is checked. If all of the neighboring pixels are
not corrupted with salt and pepper noise, then store the value
of the pixels in a 1-D array. Remove the corrupted pixels (i.e.
pixels with value “0” or “255”) from the array. Two cases that
are considered are discussed below:
Case 2.1:
If the numbers of noise free pixel in 1-D array are greater than
4 as shown below in Fig-2.2.1, then take the median of the 1-
D array and replace the processing pixel with the median
value.
155 150 135
255 (0) 165
135 255 240
Fig- 2.2.1: window of gray scale image containing noisy
processing pixel and noise free neighboring pixels more than
4.
Case 2.2:
If the numbers of noise free pixels in 1-D array are less than 5
as shown below in Fig-2.2.2, then replace the processing pixel
with the midpoint mean value. Midpoint mean value is
calculated by dividing the sum of maximum value and
minimum value of array by 2.
255 0 135
255 (0) 165
135 255 240
Fig- 2.2.2: window of gray scale image containing noisy
processing pixel and noise free neighboring pixels less than 5.
Case 3: If the processing pixel is noisy i.e. the value of pixel
is either “0” or “255” then neighborhood of processing pixel
in 3x3 window is checked. If all the neighboring pixels are
corrupted with salt and pepper noise (i.e. either “0” or “255”)
as shown in Fig-2.3, then the pixel value is not altered and left
for processing in second iteration.
0 255 255
0 (0) 0
255 0 255
Fig- 2.3: window of gray scale image containing all noisy
pixels.
2.2 Second Phase: Modified Decision based Mean
Median Filter (MDBMMF)
The output of first phase is supplied as input to this phase. The
value of every pixel is checked and a window of size 3x3
around the processing pixel is used. The three different cases
that can occur are illustrated below:
Case 1: If the processing pixel i.e. the center pixel of 3x3
window is noise free i.e. if the value of processing pixel is
neither “255” nor “0” as shown in Fig-2.4, then the pixel is not
processed and the algorithm moves to next pixel.
125 255 0
0 (154) 142
178 150 255
Fig-2.4: window of gray scale image containing noise free
pixel as processing pixel.
Case 2: If the processing pixel is noisy i.e. the value of pixel
is either “0” or “255”, then neighborhood of processing pixel
in 3x3 window is checked. If all of the neighboring pixels are
not corrupted with salt and pepper noise as shown in Fig- 2.5,
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 46
then store the value of the pixels in a 1-D array. Remove the
corrupted pixels from the array. Then take the median of the
remaining pixels and replace the processing pixel with the
median value.
155 255 135
125 (0) 0
135 255 240
Fig-2.5: window of gray scale image containing noisy
processing pixel and some noise free neighboring pixels.
Case 3: If the processing pixel is noisy i.e. the value of pixel
is either “0” or “255” then neighborhood of processing pixel
in 3x3 window is checked. If all the neighboring pixels are
corrupted with salt and pepper noise (i.e. either “0” or “255”)
as shown in Fig- 2.6, then take the mean of the values of
pixels in the selected window and replace the processing pixel
with mean value.
0 255 255
0 (0) 0
255 0 255
Fig-2.6: window of gray scale image containing all noisy
pixels.
3. RESULTS AND ANALYSIS
Various algorithms described in section 1 and the proposed
IUTMMF algorithm has been applied on standard grayscale
image of size 512 X 512 pixels for comparison. The results
were evaluated both qualitatively and quantitatively. In order
to evaluate performance of the algorithm quantitatively the
noise free image is used for comparison with the denoised
image produced by the above methods.
The metrics used for evaluation are Mean Square Error
(MSE), Peak Signal to Noise Ratio (PSNR) and Image
Enhancement Factor (IEF).
MSE=
(𝑌 𝑖,𝑗 −𝑌′ 𝑖,𝑗 )2
𝑀∗𝑁
PSNR= [10 log10
2552
𝑀𝑆𝐸
]
IEF=
𝑁 𝑖,𝑗 −𝑌 𝑖,𝑗
2
𝑌′ 𝑖,𝑗 −𝑌 𝑖,𝑗
2
In the above equations M * N is the size of the image, Y
denotes the original image, Y’ denotes the denoised image and
N is the noisy image.
MSE, PSNR and IEF are calculated for the test image with
their noisy and denoised counterparts respectively. Hence,
we get a good amount of comparison between the noisy
and denoised images keeping the set standard image intact.
Fig-3.1 shows test image of size 512 X 512 pixels and image
format is .png which is original images applied for denoising.
Lena.png
Fig-3.1: original images of size 512 x 512.
Quantitative analysis is made by varying noise densities in
steps from 10% to 95% on test image and MSE, PSNR and
IEF are calculated. Quantitative results and graphs are shown
in Table-3.1, Table-3.2, Table-3.3 and Chart-3.1, Chart-3.2,
Chart-3.3 respectively.
From the Table-3.1 and Chart-3.1 it is inferred that the PSNR
value is high for the proposed algorithm which eliminates salt
and Pepper noise effectively even at high noise densities.
Table-3.1: Performance comparison of PSNR at various noise
densities for Lena image.
Noise
Level
MDBU
TMF
UTM
F
MDBM
MF
MM
F
PA
10% 43.12 42.64 43.14 43.12 43.12
20% 39.07 39.15 39.39 39.07 39.09
30% 36.7 37.09 36.87 36.73 36.81
40% 34.7 35.22 34.48 34.98 35.21
50% 32.21 32.7 32.36 32.92 33.51
60% 28.76 28.99 30 30.92 31.96
70% 24.63 24.71 27.69 28.21 30.48
80% 20.28 20.3 24.75 24.81 28.71
90% 15.97 15.97 20.37 21.14 26.07
95% 13.92 13.92 16.85 19.1 23.84
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 47
Chart-3.1: PSNR vs Noise Density.
From Table-3.2 and Chart-3.2 an excellent image
enhancement factor, even at very high noise densities as high
as 95% can be observed.
Table-3.2: Performance comparison of IEF at various noise
densities for Lena image.
Noise
Level
MDB
UTM
F
UTM
F
MDB
MMF
MMF PA
10% 578.38 517.58 582.54 578.38 578
20% 458.69 468.13 492.93 458.85 461.6
30% 397.66 434.12 412.01 399.75 407.2
40% 334.26 377.36 317.16 356.55 375.9
50% 235.86 264.27 243.76 277.51 318.3
60% 127.89 134.8 170.19 210.16 267
70% 57.48 58.59 117.1 130.98 221.4
80% 24.2 24.31 67.5 68.74 168.8
90% 10.08 10.08 27.72 33.15 103.3
95% 6.64 6.64 13.03 21.92 65.24
Chart-3.2: IEF vs Noise Density.
From Table-3.3 and Chart-3.3 it can be observed that mean
square error is also very less for proposed algorithm at high
noise densities.
Table-3.3: Performance comparison of MSE at various noise
densities for Lena image.
Noise
Level
MDB
UTMF
UTMF
MDBM
MF
MMF PA
10% 3.18 3.56 3.17 3.18 3.19
20% 8.11 7.95 7.52 8.11 8.06
30% 13.97 12.8 13.45 13.9 13.65
40% 22.2 19.66 23.32 20.81 19.74
50% 39.35 35.12 38.05 33.47 29.16
60% 87.03 82.56 65.52 52.96 41.68
70% 225.52 221.24 111.41 98.96 58.56
80% 613.78 611.1 219.23 216.16 88.01
90% 1655 1654 601.67 503 161
95% 2656 2656 1352 805 270
Chart-3.3: MSE vs Noise Density.
Qualitative performance of the proposed IUTMMF algorithm
with other algorithms are shown below in Fig-3.2, Fig-3.3,
Fig-3.4, Fig-3.5 and Fig-3.6 at noise densities of 10%, 40%,
80%, 90% and 95% respectively :
0
5
10
15
20
25
30
35
40
45
50 10%
20%
30%
40%
50%
60%
70%
80%
90%
95%
PA
MMF
MDBMMF
UTMF
MDBUTMF
0
100
200
300
400
500
600
700
10%
20%
30%
40%
50%
60%
70%
80%
90%
95%
PA
MMF
MDBMMF
UTMF
MDBUTMF
0
500
1000
1500
2000
2500
3000
10%
20%
30%
40%
50%
60%
70%
80%
90%
95%
PA
MMF
MDBMMF
UTMF
MDBUTMF
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 48
(a) (b) (c) (d) (e) (f)
Fig-3.2: result for lena image of size 512x512 at 10% noise density (a) noisy image (b) MDBUTMF output (c) UTMF output (d)
MDBMMF output (e) MMF output (f) IUTMMF output
(a) (b) (c) (d) (e) (f)
Fig-3.3: result for lena image of size 512x512 at 40% noise density (a) noisy image (b) MDBUTMF output (c) UTMF output (d)
MDBMMF output (e) MMF output (f) IUTMMF output
(a) (b) (c) (d) (e) (f)
Fig-3.4: result for lena image of size 512x512 at 80% noise density (a) noisy image (b) MDBUTMF output (c) UTMF output (d)
MDBMMF output (e) MMF output (f) IUTMMF output
(a) (b) (c) (d) (e) (f)
Fig-3.5: result for lena image of size 512x512 at 90% noise density (a) noisy image (b) MDBUTMF output (c) UTMF output (d)
MDBMMF output (e) MMF output (f) IUTMMF output
(a) (b) (c) (d) (e) (f)
Fig-3.6: result for lena image of size 512x512 at 95% noise density (a) noisy image (b) MDBUTMF output (c) UTMF output (d)
MDBMMF output (e) MMF output (f) IUTMMF output
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 49
Various algorithms as discussed above Modified Decision
Based Unsymmetrical Trimmed Median Filter(MDBUTMF),
Unsymmetrical Trimmed Mean Filter(UTMF), Modified
Decision based Mean-Median Filter(MDBMMF), Mid-point
Median Filter(MMF) and the proposed Iterative
Unsymmetrical Trimmed Midpoint-Median(IUTMMF) Filter
have been implemented using Matlab. The snapshot of the
same is shown below in Fig- 3.7.
Fig-3.7: snap shot of graphical user interface for lena image at 90% noise density
4. CONCLUSIONS
An Iterative Unsymmetrical Trimmed Midpoint-Median Filter
(IUTMMF) algorithm is proposed which gives better
performance than Modified Decision Based Unsymmetrical
Trimmed Median Filter (MDBUTMF), Unsymmetrical
Trimmed Mean Filter(UTMF), Modified Decision based Mean
Median Filter(MDBMMF) and Midpoint-Median
Filter(MMF) algorithms in terms of PSNR,IEF and MSE. The
performance of these algorithms is compared with the
proposed IUTMMF for low, medium and high noise densities
for grayscale images. Even at high noise density levels the
IUTMMF gives better results in comparison with other
existing algorithms. IUTMMF gives better results at noise
densities up to 95%. Qualitative and quantitative results are
discussed above in this paper.
REFERENCES
[1] R. C. Gonzalez and R.E. Woods, Digital image
processing (Prentice Hall, 2008).
[2] J. Kaur and M. Garg, Review of better detail preserving
algorithm for impulse noise reduction, International
Journal of Science and Research (IJSR), 2(3), March
2013, 226-228.
[3] N. C Gallagher Jr. and G. L. Wise, A Theoretical
Analysis of Median Filters, IEEE Transactions on
Acoustics, Speech and Signal Processing, 29(6), 1981,
1136 -1141.
[4] M. S. Nair, K. Revathy, and R. Tatavarti, Removal of
Salt-and Pepper noise in images: A New Decision-
Based Algorithm, Proc. International Multi Conference
of Engineers and Computer Scientists, Hong Kong,
2008, 19-21.
[5] K. S. Srinivasan and D. Ebenezer, A new fast and
efficient decision based algorithm for removal of high
density impulse noise, Signal Processing Letters, IEEE,
14(3), March 2007, 189–192.
[6] 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, Proc. Second
Int. Conf. Computer Modeling and Simulation, China,
2010, 409–413.
[7] 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, 18(5), May 2011, 287-
290.
[8] S. Biswal, and N. Bhoi, A new filter for removal of salt
and pepper noise, Proc. Signal Processing Image
Processing & Pattern Recognition (ICSIPR),
Coimbatore, India, 2013, 141-144.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 50
[9] J.Kumar, and Abhilasha, A Modified Decision Based
Mean Median Algorithm for Removal of High Density
Salt and Pepper Noise, Int. Journal of Engineering
Research and Applications (IJERA), 4(3), March 2014,
586-590.
[10] T.M.Benazirl, and B.M.lmran, Removal of High and
Low Density Impulse Noise From Digital Images.
Using Non Linear Filter, Proc. Signal Processing
Image Processing & Pattern Recognition (ICSIPR),
Coimbatore, India, 2013, 229-233.
BIOGRAPHIES
Jitender Kumar received his B.Tech degree
from GGSCET, Talwandi Sabo, Bathinda,
India in 2011. He is pursuing M.Tech degree
from GZS PTU Campus, Bathinda, Punjab.
His research areas include Image Processing
and Wireless Sensor Networks.
Abhilasha received her B.Tech degree from
GNDU, Amritsar, Punjab, India in 1998. She
received her M.S. degree from BITS, Pilani,
Rajasthan, India in 2006. She is currently
working as associate professor in
Department of Computer Science and
Engineering in GZS PTU Campus, Bathinda, Punjab. Her
major research areas include Optimization techniques,
Wireless Sensor Networks and Image Processing.

More Related Content

What's hot

Gaussian noise reduction on images automatically
Gaussian noise reduction on images automaticallyGaussian noise reduction on images automatically
Gaussian noise reduction on images automaticallyeSAT Journals
 
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
 
Building science 2 project 2
Building science 2 project 2Building science 2 project 2
Building science 2 project 2Joe Onn Lim
 
A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing ijfcstjournal
 
Paper id 28201446
Paper id 28201446Paper id 28201446
Paper id 28201446IJRAT
 
A methodology for developing video processing system
A methodology for developing video processing systemA methodology for developing video processing system
A methodology for developing video processing systemeSAT Journals
 
Performance of uncorrupted pixel count decision based
Performance of uncorrupted pixel count decision basedPerformance of uncorrupted pixel count decision based
Performance of uncorrupted pixel count decision basedeSAT Publishing House
 
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
 
HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...
HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...
HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...acijjournal
 
Final report
Final reportFinal report
Final reportwzhen77
 
Fundamentals of image processing
Fundamentals of image processingFundamentals of image processing
Fundamentals of image processingRoufulAlamBhat1
 
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
 
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
 
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
 
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
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...IRJET Journal
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452IJRAT
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processingSaloni Bhatia
 
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
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...IRJET Journal
 

What's hot (20)

Gaussian noise reduction on images automatically
Gaussian noise reduction on images automaticallyGaussian noise reduction on images automatically
Gaussian noise reduction on images automatically
 
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
 
Building science 2 project 2
Building science 2 project 2Building science 2 project 2
Building science 2 project 2
 
A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing
 
Paper id 28201446
Paper id 28201446Paper id 28201446
Paper id 28201446
 
A methodology for developing video processing system
A methodology for developing video processing systemA methodology for developing video processing system
A methodology for developing video processing system
 
Performance of uncorrupted pixel count decision based
Performance of uncorrupted pixel count decision basedPerformance of uncorrupted pixel count decision based
Performance of uncorrupted pixel count decision based
 
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
 
HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...
HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...
HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...
 
Final report
Final reportFinal report
Final report
 
Fundamentals of image processing
Fundamentals of image processingFundamentals of image processing
Fundamentals of image processing
 
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)
 
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
 
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
 
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
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
 
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,...
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
 

Viewers also liked

Experimental investigations of diesel engine using fish oil biodiesel and its...
Experimental investigations of diesel engine using fish oil biodiesel and its...Experimental investigations of diesel engine using fish oil biodiesel and its...
Experimental investigations of diesel engine using fish oil biodiesel and its...eSAT Publishing House
 
A fusion of soft expert set and matrix models
A fusion of soft expert set and matrix modelsA fusion of soft expert set and matrix models
A fusion of soft expert set and matrix modelseSAT Publishing House
 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using falleSAT Publishing House
 
Dynamic thresholding on speech segmentation
Dynamic thresholding on speech segmentationDynamic thresholding on speech segmentation
Dynamic thresholding on speech segmentationeSAT Publishing House
 
“Development and performance analysis of a multi evaporating system”
“Development and performance analysis of a multi evaporating system”“Development and performance analysis of a multi evaporating system”
“Development and performance analysis of a multi evaporating system”eSAT Publishing House
 
Accelerted testing of deteriorated concrete structures due to carbonation
Accelerted testing of deteriorated concrete structures due to carbonationAccelerted testing of deteriorated concrete structures due to carbonation
Accelerted testing of deteriorated concrete structures due to carbonationeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Effect of modulus of masonry on initial lateral stiffness of infilled frames ...
Effect of modulus of masonry on initial lateral stiffness of infilled frames ...Effect of modulus of masonry on initial lateral stiffness of infilled frames ...
Effect of modulus of masonry on initial lateral stiffness of infilled frames ...eSAT Publishing House
 
Operating and emission characterstics of a novel
Operating and emission characterstics of a novelOperating and emission characterstics of a novel
Operating and emission characterstics of a noveleSAT Publishing House
 
Cfd simulation of single stage axial flow compressor
Cfd simulation of single stage axial flow compressorCfd simulation of single stage axial flow compressor
Cfd simulation of single stage axial flow compressoreSAT Publishing House
 
Efficient document compression using intra frame prediction tecthnique
Efficient document compression using intra frame prediction tecthniqueEfficient document compression using intra frame prediction tecthnique
Efficient document compression using intra frame prediction tecthniqueeSAT Publishing House
 
Review on “service granularity in service oriented
Review on “service granularity in service orientedReview on “service granularity in service oriented
Review on “service granularity in service orientedeSAT Publishing House
 
Hardback solution to accelerate multimedia computation through mgp in cmp
Hardback solution to accelerate multimedia computation through mgp in cmpHardback solution to accelerate multimedia computation through mgp in cmp
Hardback solution to accelerate multimedia computation through mgp in cmpeSAT Publishing House
 
Design and development of high frequency resonant transition converter
Design and development of high frequency resonant transition converterDesign and development of high frequency resonant transition converter
Design and development of high frequency resonant transition convertereSAT Publishing House
 
Green cutting fluid selection using moosra method
Green cutting fluid selection using moosra methodGreen cutting fluid selection using moosra method
Green cutting fluid selection using moosra methodeSAT Publishing House
 
Design features of a 5 tonne day multi – stage, intermittent drainage, conti...
Design features of a 5 tonne  day multi – stage, intermittent drainage, conti...Design features of a 5 tonne  day multi – stage, intermittent drainage, conti...
Design features of a 5 tonne day multi – stage, intermittent drainage, conti...eSAT Publishing House
 
Securing cluster based adhoc network through
Securing cluster based adhoc network throughSecuring cluster based adhoc network through
Securing cluster based adhoc network througheSAT Publishing House
 
Co axial fed microstrip rectangular patch antenna
Co axial fed microstrip rectangular patch antennaCo axial fed microstrip rectangular patch antenna
Co axial fed microstrip rectangular patch antennaeSAT Publishing House
 
Analysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoAnalysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoeSAT Publishing House
 

Viewers also liked (20)

Experimental investigations of diesel engine using fish oil biodiesel and its...
Experimental investigations of diesel engine using fish oil biodiesel and its...Experimental investigations of diesel engine using fish oil biodiesel and its...
Experimental investigations of diesel engine using fish oil biodiesel and its...
 
A fusion of soft expert set and matrix models
A fusion of soft expert set and matrix modelsA fusion of soft expert set and matrix models
A fusion of soft expert set and matrix models
 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using fall
 
I am secure android application
I am secure android applicationI am secure android application
I am secure android application
 
Dynamic thresholding on speech segmentation
Dynamic thresholding on speech segmentationDynamic thresholding on speech segmentation
Dynamic thresholding on speech segmentation
 
“Development and performance analysis of a multi evaporating system”
“Development and performance analysis of a multi evaporating system”“Development and performance analysis of a multi evaporating system”
“Development and performance analysis of a multi evaporating system”
 
Accelerted testing of deteriorated concrete structures due to carbonation
Accelerted testing of deteriorated concrete structures due to carbonationAccelerted testing of deteriorated concrete structures due to carbonation
Accelerted testing of deteriorated concrete structures due to carbonation
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Effect of modulus of masonry on initial lateral stiffness of infilled frames ...
Effect of modulus of masonry on initial lateral stiffness of infilled frames ...Effect of modulus of masonry on initial lateral stiffness of infilled frames ...
Effect of modulus of masonry on initial lateral stiffness of infilled frames ...
 
Operating and emission characterstics of a novel
Operating and emission characterstics of a novelOperating and emission characterstics of a novel
Operating and emission characterstics of a novel
 
Cfd simulation of single stage axial flow compressor
Cfd simulation of single stage axial flow compressorCfd simulation of single stage axial flow compressor
Cfd simulation of single stage axial flow compressor
 
Efficient document compression using intra frame prediction tecthnique
Efficient document compression using intra frame prediction tecthniqueEfficient document compression using intra frame prediction tecthnique
Efficient document compression using intra frame prediction tecthnique
 
Review on “service granularity in service oriented
Review on “service granularity in service orientedReview on “service granularity in service oriented
Review on “service granularity in service oriented
 
Hardback solution to accelerate multimedia computation through mgp in cmp
Hardback solution to accelerate multimedia computation through mgp in cmpHardback solution to accelerate multimedia computation through mgp in cmp
Hardback solution to accelerate multimedia computation through mgp in cmp
 
Design and development of high frequency resonant transition converter
Design and development of high frequency resonant transition converterDesign and development of high frequency resonant transition converter
Design and development of high frequency resonant transition converter
 
Green cutting fluid selection using moosra method
Green cutting fluid selection using moosra methodGreen cutting fluid selection using moosra method
Green cutting fluid selection using moosra method
 
Design features of a 5 tonne day multi – stage, intermittent drainage, conti...
Design features of a 5 tonne  day multi – stage, intermittent drainage, conti...Design features of a 5 tonne  day multi – stage, intermittent drainage, conti...
Design features of a 5 tonne day multi – stage, intermittent drainage, conti...
 
Securing cluster based adhoc network through
Securing cluster based adhoc network throughSecuring cluster based adhoc network through
Securing cluster based adhoc network through
 
Co axial fed microstrip rectangular patch antenna
Co axial fed microstrip rectangular patch antennaCo axial fed microstrip rectangular patch antenna
Co axial fed microstrip rectangular patch antenna
 
Analysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoAnalysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified pso
 

Similar to An iterative unsymmetrical trimmed midpoint median filter for removal of high density salt and pepper noise

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
 
G041015762
G041015762G041015762
G041015762IOSR-JEN
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour imageseSAT Journals
 
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
 
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
 
Noise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOCNoise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOCEditor IJCATR
 
IRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median FilteringIRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median FilteringIRJET Journal
 
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
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reductionsipij
 
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 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
 
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
 
FPGA Implementation of Decision Based Algorithm for Removal of Impulse Noise
FPGA Implementation of Decision Based Algorithm for Removal of Impulse NoiseFPGA Implementation of Decision Based Algorithm for Removal of Impulse Noise
FPGA Implementation of Decision Based Algorithm for Removal of Impulse NoiseIRJET Journal
 
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET Journal
 
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
 
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
 
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
 
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
 
saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013pranay yadav
 

Similar to An iterative unsymmetrical trimmed midpoint median filter for removal of high density salt and pepper noise (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...
 
G041015762
G041015762G041015762
G041015762
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour 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
 
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
 
Noise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOCNoise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOC
 
IRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median FilteringIRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median Filtering
 
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
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reduction
 
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
 
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
 
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...
 
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...
 
FPGA Implementation of Decision Based Algorithm for Removal of Impulse Noise
FPGA Implementation of Decision Based Algorithm for Removal of Impulse NoiseFPGA Implementation of Decision Based Algorithm for Removal of Impulse Noise
FPGA Implementation of Decision Based Algorithm for Removal of Impulse Noise
 
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
 
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
 
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
 
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...
 
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 ...
 
saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housingeSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housing
 

Recently uploaded

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 

An iterative unsymmetrical trimmed midpoint median filter for removal of high density salt and pepper noise

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 44 AN ITERATIVE UNSYMMETRICAL TRIMMED MIDPOINT-MEDIAN FILTER FOR REMOVAL OF HIGH DENSITY SALT AND PEPPER NOISE Jitender Kumar1 , Abhilasha2 1 Student, Department of CSE, GZS-PTU Campus Bathinda, Punjab, India 2 Associate Professor, Department of CSE, GZS-PTU Campus Bathinda, Punjab, India Abstract An Iterative Unsymmetrical Trimmed Midpoint-Median Filter for Removal of High Density Salt and Pepper Noise in gray scale images is presented in this paper. This efficient filtering technique is implemented in two phases. In the first phase, the proposed midpoint median filter is applied to the noisy pixels iteratively two times iteratively. In the second phase, the Modified Decision based Mean Median Filter (MDBMMF) is applied to the output of first phase. Simulation results prove that the proposed algorithm performs better than various recent denoising methods in terms of PSNR, IEF and MSE. From the qualitative analysis it can be observed that the proposed algorithm helps in retaining the edge details with high efficiency. Keywords: Impulse noise, Salt and Pepper noise -----------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION During acquisition and transmission of image signal, the noise generated can degrade the image quality. Such type of noise is called impulse noise. Impulse noise is of two types: salt and pepper noise and random valued noise. Salt and pepper noise is the main cause of image quality degradation where the noisy pixels take either the maximum or minimum value in a dynamic range. Salt and pepper noise is generally caused by faulty memory locations, malfunctioning of pixel elements in the camera sensors or timing errors in the digitization process [1]. Denoising is a very important pre-processing task in image processing. The main aim of image denoising is to restore the corrupted image. Various filters have been proposed for removal of salt and pepper noise [2]. Median Filter is the most popular filter for removal of salt and pepper noise in images due to its computational speed and denoising capability at low noise densities. Denoising capability of median filter depends on the window size i.e. increased window size enhances its denoising capability but causes blurring of image and loss of image features [3]. Decision Based Algorithm (DBA) provides better results than median filters and its enhancements [4] [5]. It first detects the noisy pixels and replaces that noisy pixel with the median of neighborhood pixels in the window. DBA has a problem that it takes corrupted pixels while calculating the median. Decision based Unsymmetric Trimmed Median Filter (DBUTMF) was proposed to eliminate the problem of DBA in which the corrupted pixel is replaced by the median value of the pixels in 3x3 window. But before calculating median, the corrupted pixels are trimmed from the current window. It gives better performance than MF and DBA, but it has a problem that restored image is not of good quality at noise densities of more than 80% [6]. Modified decision based Unsymmetrical Trimmed Median Filter (MDBUTMF) was proposed which calculates the unsymmetrical trimmed median value, but if a window contains all corrupted pixels, then it calculates the mean of the corrupted pixels [7]. A new filter for removal of salt and pepper noise was proposed which calculates the mean of the window if all pixels are corrupted and when some of the pixels are corrupted then it calculates the unsymmetric trimmed mean value [8]. A Modified Decision based Mean Median Filter (MDBMMF) for removal of high density salt and pepper noise was proposed, which gives better results than MF, DBA and DBUTMF [9]. MDBMMF calculates the unsymmetrical trimmed median value if all pixels in window are not noisy otherwise it calculates the mean value and it replaces the processing pixel with this new value in image. This new value will be in the processing window of next pixel. A Non Linear Filter was proposed which replaces the corrupted pixel with the midpoint mean of preprocessed pixels if the window contains all corrupted pixels and if the window contains some ,not all, corrupted pixels then it uses the unsymmetric trimmed median value to replace the corrupted pixel [10]. In this paper, a new algorithm is proposed which efficiently removes the high density salt and pepper noise. This proposed algorithm shows effective performance with better Peak Signal to Noise Ratio (PSNR) and Image Enhancement Factor (IEF) than the existing algorithms. This paper is organized in four sections. Section 2 explains the proposed method. Section 3 explains the simulation results and performance analysis. Conclusion and future scope is explained in section 4.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 45 2. THE PROPOSED METHOD Iterative Unsymmetrical Trimmed Midpoint-Median Filter (IUTMMF) algorithm is developed for the efficient restoration of gray scale images that are corrupted by salt and pepper noise. This algorithm is implemented in two phases. In the first phase midpoint-median filter is applied on the noisy image iteratively two times. In the second phase, modified decision based mean median filter (MDBMMF) is applied on the output of first phase. 2.1 First Phase: Iterative Unsymmetrical Trimmed Midpoint-Median Algorithm explained below is applied twice iteratively on the output of first iteration on whole image. In this phase, value of every pixel is checked and a window of size 3x3 around the processing pixel is used. The three different cases that can occur are illustrated below: Case 1: If the processing pixel i.e. the center pixel of 3x3 window is noise free i.e. if the value of processing pixel is neither “255” nor “0” as shown in Fig-2.1, then the pixel is not processed and the algorithm moves to next pixel. 125 255 0 0 (154) 142 178 150 255 Fig-2.1: window of gray scale image containing noise free pixel as processing pixel. Case 2: If the processing pixel is noisy i.e. the value of pixel is either “0” or “255”, then neighborhood of processing pixel in 3x3 window is checked. If all of the neighboring pixels are not corrupted with salt and pepper noise, then store the value of the pixels in a 1-D array. Remove the corrupted pixels (i.e. pixels with value “0” or “255”) from the array. Two cases that are considered are discussed below: Case 2.1: If the numbers of noise free pixel in 1-D array are greater than 4 as shown below in Fig-2.2.1, then take the median of the 1- D array and replace the processing pixel with the median value. 155 150 135 255 (0) 165 135 255 240 Fig- 2.2.1: window of gray scale image containing noisy processing pixel and noise free neighboring pixels more than 4. Case 2.2: If the numbers of noise free pixels in 1-D array are less than 5 as shown below in Fig-2.2.2, then replace the processing pixel with the midpoint mean value. Midpoint mean value is calculated by dividing the sum of maximum value and minimum value of array by 2. 255 0 135 255 (0) 165 135 255 240 Fig- 2.2.2: window of gray scale image containing noisy processing pixel and noise free neighboring pixels less than 5. Case 3: If the processing pixel is noisy i.e. the value of pixel is either “0” or “255” then neighborhood of processing pixel in 3x3 window is checked. If all the neighboring pixels are corrupted with salt and pepper noise (i.e. either “0” or “255”) as shown in Fig-2.3, then the pixel value is not altered and left for processing in second iteration. 0 255 255 0 (0) 0 255 0 255 Fig- 2.3: window of gray scale image containing all noisy pixels. 2.2 Second Phase: Modified Decision based Mean Median Filter (MDBMMF) The output of first phase is supplied as input to this phase. The value of every pixel is checked and a window of size 3x3 around the processing pixel is used. The three different cases that can occur are illustrated below: Case 1: If the processing pixel i.e. the center pixel of 3x3 window is noise free i.e. if the value of processing pixel is neither “255” nor “0” as shown in Fig-2.4, then the pixel is not processed and the algorithm moves to next pixel. 125 255 0 0 (154) 142 178 150 255 Fig-2.4: window of gray scale image containing noise free pixel as processing pixel. Case 2: If the processing pixel is noisy i.e. the value of pixel is either “0” or “255”, then neighborhood of processing pixel in 3x3 window is checked. If all of the neighboring pixels are not corrupted with salt and pepper noise as shown in Fig- 2.5,
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 46 then store the value of the pixels in a 1-D array. Remove the corrupted pixels from the array. Then take the median of the remaining pixels and replace the processing pixel with the median value. 155 255 135 125 (0) 0 135 255 240 Fig-2.5: window of gray scale image containing noisy processing pixel and some noise free neighboring pixels. Case 3: If the processing pixel is noisy i.e. the value of pixel is either “0” or “255” then neighborhood of processing pixel in 3x3 window is checked. If all the neighboring pixels are corrupted with salt and pepper noise (i.e. either “0” or “255”) as shown in Fig- 2.6, then take the mean of the values of pixels in the selected window and replace the processing pixel with mean value. 0 255 255 0 (0) 0 255 0 255 Fig-2.6: window of gray scale image containing all noisy pixels. 3. RESULTS AND ANALYSIS Various algorithms described in section 1 and the proposed IUTMMF algorithm has been applied on standard grayscale image of size 512 X 512 pixels for comparison. The results were evaluated both qualitatively and quantitatively. In order to evaluate performance of the algorithm quantitatively the noise free image is used for comparison with the denoised image produced by the above methods. The metrics used for evaluation are Mean Square Error (MSE), Peak Signal to Noise Ratio (PSNR) and Image Enhancement Factor (IEF). MSE= (𝑌 𝑖,𝑗 −𝑌′ 𝑖,𝑗 )2 𝑀∗𝑁 PSNR= [10 log10 2552 𝑀𝑆𝐸 ] IEF= 𝑁 𝑖,𝑗 −𝑌 𝑖,𝑗 2 𝑌′ 𝑖,𝑗 −𝑌 𝑖,𝑗 2 In the above equations M * N is the size of the image, Y denotes the original image, Y’ denotes the denoised image and N is the noisy image. MSE, PSNR and IEF are calculated for the test image with their noisy and denoised counterparts respectively. Hence, we get a good amount of comparison between the noisy and denoised images keeping the set standard image intact. Fig-3.1 shows test image of size 512 X 512 pixels and image format is .png which is original images applied for denoising. Lena.png Fig-3.1: original images of size 512 x 512. Quantitative analysis is made by varying noise densities in steps from 10% to 95% on test image and MSE, PSNR and IEF are calculated. Quantitative results and graphs are shown in Table-3.1, Table-3.2, Table-3.3 and Chart-3.1, Chart-3.2, Chart-3.3 respectively. From the Table-3.1 and Chart-3.1 it is inferred that the PSNR value is high for the proposed algorithm which eliminates salt and Pepper noise effectively even at high noise densities. Table-3.1: Performance comparison of PSNR at various noise densities for Lena image. Noise Level MDBU TMF UTM F MDBM MF MM F PA 10% 43.12 42.64 43.14 43.12 43.12 20% 39.07 39.15 39.39 39.07 39.09 30% 36.7 37.09 36.87 36.73 36.81 40% 34.7 35.22 34.48 34.98 35.21 50% 32.21 32.7 32.36 32.92 33.51 60% 28.76 28.99 30 30.92 31.96 70% 24.63 24.71 27.69 28.21 30.48 80% 20.28 20.3 24.75 24.81 28.71 90% 15.97 15.97 20.37 21.14 26.07 95% 13.92 13.92 16.85 19.1 23.84
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 47 Chart-3.1: PSNR vs Noise Density. From Table-3.2 and Chart-3.2 an excellent image enhancement factor, even at very high noise densities as high as 95% can be observed. Table-3.2: Performance comparison of IEF at various noise densities for Lena image. Noise Level MDB UTM F UTM F MDB MMF MMF PA 10% 578.38 517.58 582.54 578.38 578 20% 458.69 468.13 492.93 458.85 461.6 30% 397.66 434.12 412.01 399.75 407.2 40% 334.26 377.36 317.16 356.55 375.9 50% 235.86 264.27 243.76 277.51 318.3 60% 127.89 134.8 170.19 210.16 267 70% 57.48 58.59 117.1 130.98 221.4 80% 24.2 24.31 67.5 68.74 168.8 90% 10.08 10.08 27.72 33.15 103.3 95% 6.64 6.64 13.03 21.92 65.24 Chart-3.2: IEF vs Noise Density. From Table-3.3 and Chart-3.3 it can be observed that mean square error is also very less for proposed algorithm at high noise densities. Table-3.3: Performance comparison of MSE at various noise densities for Lena image. Noise Level MDB UTMF UTMF MDBM MF MMF PA 10% 3.18 3.56 3.17 3.18 3.19 20% 8.11 7.95 7.52 8.11 8.06 30% 13.97 12.8 13.45 13.9 13.65 40% 22.2 19.66 23.32 20.81 19.74 50% 39.35 35.12 38.05 33.47 29.16 60% 87.03 82.56 65.52 52.96 41.68 70% 225.52 221.24 111.41 98.96 58.56 80% 613.78 611.1 219.23 216.16 88.01 90% 1655 1654 601.67 503 161 95% 2656 2656 1352 805 270 Chart-3.3: MSE vs Noise Density. Qualitative performance of the proposed IUTMMF algorithm with other algorithms are shown below in Fig-3.2, Fig-3.3, Fig-3.4, Fig-3.5 and Fig-3.6 at noise densities of 10%, 40%, 80%, 90% and 95% respectively : 0 5 10 15 20 25 30 35 40 45 50 10% 20% 30% 40% 50% 60% 70% 80% 90% 95% PA MMF MDBMMF UTMF MDBUTMF 0 100 200 300 400 500 600 700 10% 20% 30% 40% 50% 60% 70% 80% 90% 95% PA MMF MDBMMF UTMF MDBUTMF 0 500 1000 1500 2000 2500 3000 10% 20% 30% 40% 50% 60% 70% 80% 90% 95% PA MMF MDBMMF UTMF MDBUTMF
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 48 (a) (b) (c) (d) (e) (f) Fig-3.2: result for lena image of size 512x512 at 10% noise density (a) noisy image (b) MDBUTMF output (c) UTMF output (d) MDBMMF output (e) MMF output (f) IUTMMF output (a) (b) (c) (d) (e) (f) Fig-3.3: result for lena image of size 512x512 at 40% noise density (a) noisy image (b) MDBUTMF output (c) UTMF output (d) MDBMMF output (e) MMF output (f) IUTMMF output (a) (b) (c) (d) (e) (f) Fig-3.4: result for lena image of size 512x512 at 80% noise density (a) noisy image (b) MDBUTMF output (c) UTMF output (d) MDBMMF output (e) MMF output (f) IUTMMF output (a) (b) (c) (d) (e) (f) Fig-3.5: result for lena image of size 512x512 at 90% noise density (a) noisy image (b) MDBUTMF output (c) UTMF output (d) MDBMMF output (e) MMF output (f) IUTMMF output (a) (b) (c) (d) (e) (f) Fig-3.6: result for lena image of size 512x512 at 95% noise density (a) noisy image (b) MDBUTMF output (c) UTMF output (d) MDBMMF output (e) MMF output (f) IUTMMF output
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 49 Various algorithms as discussed above Modified Decision Based Unsymmetrical Trimmed Median Filter(MDBUTMF), Unsymmetrical Trimmed Mean Filter(UTMF), Modified Decision based Mean-Median Filter(MDBMMF), Mid-point Median Filter(MMF) and the proposed Iterative Unsymmetrical Trimmed Midpoint-Median(IUTMMF) Filter have been implemented using Matlab. The snapshot of the same is shown below in Fig- 3.7. Fig-3.7: snap shot of graphical user interface for lena image at 90% noise density 4. CONCLUSIONS An Iterative Unsymmetrical Trimmed Midpoint-Median Filter (IUTMMF) algorithm is proposed which gives better performance than Modified Decision Based Unsymmetrical Trimmed Median Filter (MDBUTMF), Unsymmetrical Trimmed Mean Filter(UTMF), Modified Decision based Mean Median Filter(MDBMMF) and Midpoint-Median Filter(MMF) algorithms in terms of PSNR,IEF and MSE. The performance of these algorithms is compared with the proposed IUTMMF for low, medium and high noise densities for grayscale images. Even at high noise density levels the IUTMMF gives better results in comparison with other existing algorithms. IUTMMF gives better results at noise densities up to 95%. Qualitative and quantitative results are discussed above in this paper. REFERENCES [1] R. C. Gonzalez and R.E. Woods, Digital image processing (Prentice Hall, 2008). [2] J. Kaur and M. Garg, Review of better detail preserving algorithm for impulse noise reduction, International Journal of Science and Research (IJSR), 2(3), March 2013, 226-228. [3] N. C Gallagher Jr. and G. L. Wise, A Theoretical Analysis of Median Filters, IEEE Transactions on Acoustics, Speech and Signal Processing, 29(6), 1981, 1136 -1141. [4] M. S. Nair, K. Revathy, and R. Tatavarti, Removal of Salt-and Pepper noise in images: A New Decision- Based Algorithm, Proc. International Multi Conference of Engineers and Computer Scientists, Hong Kong, 2008, 19-21. [5] K. S. Srinivasan and D. Ebenezer, A new fast and efficient decision based algorithm for removal of high density impulse noise, Signal Processing Letters, IEEE, 14(3), March 2007, 189–192. [6] 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, Proc. Second Int. Conf. Computer Modeling and Simulation, China, 2010, 409–413. [7] 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, 18(5), May 2011, 287- 290. [8] S. Biswal, and N. Bhoi, A new filter for removal of salt and pepper noise, Proc. Signal Processing Image Processing & Pattern Recognition (ICSIPR), Coimbatore, India, 2013, 141-144.
  • 7. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 50 [9] J.Kumar, and Abhilasha, A Modified Decision Based Mean Median Algorithm for Removal of High Density Salt and Pepper Noise, Int. Journal of Engineering Research and Applications (IJERA), 4(3), March 2014, 586-590. [10] T.M.Benazirl, and B.M.lmran, Removal of High and Low Density Impulse Noise From Digital Images. Using Non Linear Filter, Proc. Signal Processing Image Processing & Pattern Recognition (ICSIPR), Coimbatore, India, 2013, 229-233. BIOGRAPHIES Jitender Kumar received his B.Tech degree from GGSCET, Talwandi Sabo, Bathinda, India in 2011. He is pursuing M.Tech degree from GZS PTU Campus, Bathinda, Punjab. His research areas include Image Processing and Wireless Sensor Networks. Abhilasha received her B.Tech degree from GNDU, Amritsar, Punjab, India in 1998. She received her M.S. degree from BITS, Pilani, Rajasthan, India in 2006. She is currently working as associate professor in Department of Computer Science and Engineering in GZS PTU Campus, Bathinda, Punjab. Her major research areas include Optimization techniques, Wireless Sensor Networks and Image Processing.