SlideShare a Scribd company logo
1 of 5
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. III (May – Jun. 2015), PP 49-53
www.iosrjournals.org
DOI: 10.9790/0661-17334953 www.iosrjournals.org 49 | Page
An Adaptive approach to retrieve image affected by impulse noise
from documents
Bhimrao Patil
Asst.Professor Dept. of Computer Science and Engineering BKIT, Bhalki 585 328
Abstract: Impulsive noise is sometimes called salt-and-pepper noise or spike noise is most oftenly occuring
image detoriation. An image containing salt-and-pepper noise will have dark pixels in bright regions and bright
pixels in dark regions at random space. This type of noise can be caused by almost lost value of pixels, analog-
to-digital converter deficiencies, bit errors in transmission, fault in communication etc. The traditional filtering
techniques such as mean median and average are available to remove the noise from an image one of the most
oftenly used is Gaussian filtering technique. But these filtering techniques are not generic, where as such
techniques are useful in preparing adaptive algorithm for the general purpose filters.
I. Introduction
Digital image processing is a tree with many advanced applications like robotics, medical imaging,
computer vision, feature detection and remote sensing as fruits.
It has many roots such as image acquisition, image restoration, color image processing, image
morphology, image segmentation etc.
In this paper, there are topics associated with the image restoration were discussed such as cause for
impulse noises in image, filtering techniques used to restore the images.
Image is a proper organization of the pixels. Each pixel can be represented as two dimensional
function. Image processing involves changing the nature of an image in order to either
1) Improve the pictorial information for interpretation by human
2) Apply it more suitable for independent machine acceptance
Image acquisition is the first process in image processing, it involves preprocessing such as scaling.
Image enhancement is among the simplest and most appealing areas of the digital image processing, its
purpose is to bring out details that obscured, or highlighting the certain feature of interest. Image restoration
concerns the removal or reduction of degradations which have occurred during the image acquisition. Such
deterioration of the image may include noise, which are distraction in the pixel values, or optical effect such as
out of focus blurring, or blurring due to camera motion. We shall see that some restoration techniques can be
performed very successfully using nearby neighborhood operations, while some method requires the use of
frequency domain processes.
Image restoration remains one of the most important field of image processing, but in this paper the
emphasis will be on the techniques for dealing with restoration, and degradations types, or the properties of
electronic equipment which give rise to image degradation.
In addition to this there are other steps in digital image processing such as color image, processing,
wavelet,compression,morphological,segmentation,representation and description and object recognition.
In image restoration process the output generally are images, as in object recognition the outputs are
the attributes of images.
II. Impulse noise
Image processing has become an ordinary component in modern science and has many important
applications. With the expanding use of images in daily-life applications, image quality researches are rapidly
growing. Unfortunately, during image acquisition, transmission and storage, many types of distortions
contaminate the quality of received images.
Impulsive Noise (IN) occurs mostly due to the transmission medium imperfections, transmission
system errors, sensor motion during image exposure, faulty memory-sensor units, electro-optic imperfections,
electromagnetic interferences, storage medium and image processing method properties. An impulse noise also
called salt and pepper noise or shot noise or binary noise caused by sharp, rapid disturbances in the image
signal. Its appearance is randomly scattered white or black (or both) pixels over the image.
The PDF (probability density function) of impulse noise is given by
An Adaptive approach to retrieve image affected by impulse noise from documents
DOI: 10.9790/0661-17334953 www.iosrjournals.org 50 | Page
If b > a, gray-level b will appear as a light dot in the image.
Conversely, level a will appear like dark dot. If either Pa or Pb is zero, the impulse noise is called
unipolar. If neither probability is zero, and especially if they are approximately equal, impulse noise values will
resemble salt-and-pepper granules randomly distributed over the image. For this reason, bipolar impulse noise
also is called salt-and-pepper. Shot and spike noise also are terms used to refer to this type of noise. In our
discussion we will use the terms impulse or salt-and-pepper noise interchangeably.
Noise impulses can be negative or positive. Scaling usually is part of the image digitizing process.
Because corruption usually is part of the image digitizing process. Because impulse corruption is large
compared with the strength of the image signal, impulse noise generally is digitized as extreme (pure black or
white) values in an image. Thus, the assumption usually is that a and b are “saturated” values, in the sense that
they are equal to the minimum and maximum allowed values in the digitized image. As a result, negative
impulses appear as black (pepper) points in an image. For the same reason, positive impulses appear white (salt)
noise. For an 8-bit image this means that a = 0 (black) and b = 255 (white).
Graphically as shown below.
Adaptive filters are a class of filters which change their characteristics according to the values of the
grey scales under the mask in the matrix, they may act more like median filters, or more like average filters.
Depending on their position within the image matrix. Such a filter can be used to clean Gaussian noise by using
local statistical properties of the values under the matrix mask.
Salt-and-pepper impulse noise is one the often and commonly encountered noise type during image and
video communication. So far the state of the art methods can reasonably restore images corrupted by salt-and-
pepper noise whose level is up to 70%
An Adaptive approach to retrieve image affected by impulse noise from documents
DOI: 10.9790/0661-17334953 www.iosrjournals.org 51 | Page
III. Filters
A. Mean filtering
To recover the image from its noise there exits many mean filtering techniques which are application
oriented method. Some filtering techniques have better effects than the others according to noise category and
type. Mean filtering techniques are described below
1) Arithmetic Mean Filtering (AMF) Technique: This is the simplest of the mean filtering techniques. Let
Sxy represent the set of coordinates in a rectangular sub image window of size m x n centered at point (x, y).
The AMF technique computes the average value of the corrupted image g(x, y) in the area defined by
Sxy. The value of restored image f at any point (x,y) is simply the Arithmetic Mean computed using the pixels
in the region defined by Sxy. We can express AMF by the equation [4]
2) Geometric Mean Filtering (GMF) Technique:
For GMF technique each restored pixel is given by the product of the pixels in the sub image window, raised to
the power (1/mn). A Geometric Mean Filter achieves smooth image comparable to the Arithmetic Mean Filter
but it tends to lose less image quality during the process. GMF can be expressed by the expression given below
[4]
3) Harmonic Mean Filtering (HMF) Technique:
The Harmonic Mean Filter works well for Salt noise but fails for Pepper noise. It does well also with other types
of noise like Gaussian noise. The HMF operation is given by the expression below [4]
An Adaptive approach to retrieve image affected by impulse noise from documents
DOI: 10.9790/0661-17334953 www.iosrjournals.org 52 | Page
B. Median filtering
Median Filter is an image filter that is more effective in situations where white spots and black spots
appear on the image. For this technique the middle value of the mn window is considered to replace the black
and white pixels.
When white spots and black spots appear on the image, it becomes very difficult to guess which pixel
is the affected one. Replacing those disturbing pixels with AMF, GMF and HMF is not sufficient because those
pixels are replaced by a value which is not appropriate to the original one. We have seen over the distorted
images that Median Filter has better influence than that of AMF, GMF and HMF, where AMF is the best among
all the mean filtering techniques and HMF has the worst performance. [4]
Median filtering seems almost tailor-made for removal of salt and pepper noise. Recall that the median
of a set is the middle value when they are sorted. If there is an even number of values, the median is the mean of
the middle two. A median filter is an example of a non-linear spatial filter. The operation of obtaining the
median means those very large or very small values noisy values will end up at the top or bottom of the sorted
list. Thus the median will in general replace a noisy value with one closer to its surroundings.
In MATLAB, median filtering is implemented by the medfilt2 function:
C. Adaptive filtering
Adaptive filters are a class of filters which change their characteristics according to the values of the
grey scales under the mask; they may act more like median filters, or more like average filters, depending on
their position within the image. Such a filter can be used to clean Gaussian noise by using local statistical
properties of the values under the mask.
One such filter is the minimum mean-square error filter; this is a non-linear spatial filter; and as with
all spatial filters, is implemented by applying a function to the grey values under the mask. Since we are dealing
with additive noise, our noisy image M’ can be written as
M’ = M + N
Where M is the original correct image and N is the noise; which we assume to be normally distributed with
mean 0.
However, within our mask, the mean may not be zero; suppose the mean is mf , and the variance in the
mask is σf
2
Suppose also that the variance of the noise over the entire image is known to be σg
2
. Then the output
value can be calculated as
An Adaptive approach to retrieve image affected by impulse noise from documents
DOI: 10.9790/0661-17334953 www.iosrjournals.org 53 | Page
Where g is the current value of the pixel in the noisy image. Note that if the local variance σf
2
is high,
then the fraction will be close to 1, and the output close to the original image value g This is appropriate, as high
variance implies high detail such as edges, which should be preserved. Conversely, if the local variance is low,
such as in a background area of the image, the fraction is close to zero, and the value returned is close to the
mean value[4][5].
1) Adaptive median filtering:
Conventional median filtering approaches apply the median operation to each pixel unconditionally,
that is, without considering whether it is uncorrupted or corrupted. As a result, even the uncorrupted pixels are
filtered, and this causes image quality degradation. An intuitive solution to overcome this problem is to
implement an impulse noise detection mechanism prior to filtering; hence, only those pixels identified as
corrupted pixel which would undergo the filtering process, while those identified as uncorrupted would remain
at same value. By incorporating such noise detection mechanism or intelligence into the median filtering
technique, the so called switching median filters had significant performance improvement in output.
The most popular approaches for dealing with such noise have been based on median filtering and/or
on the best class of order statistic filters that have emerged from the study of median filters. Recently, variations
on the median filtering scheme have been shown predictable amount of good ressult, under various specific
signal-noise models, to deliver improved performance relative to other corresponding traditional methods.
Examples include the minimum maximum exclusive mean filter (MMEM), Signal dependent rank-order mean
(SDROM) filter, Florencios, conditional median filtering (CMF). These filters have all demonstrated excellent
performance, but at the price of significant computational complexity also increase. The main hurdle is that
characterizes all approaches of this type is that they involve extra computation to determine one or more of the
local order statistics.
IV. Conclusion
In this proposed paper the two advanced filtering techniques were discussed namely linear filters such
as arithmetic mean filter, geometric mean filter, harmonic mean filters etc, these have output images slightly
blurred. In another technique namely non-linear filters such as median filter which has smooth output. The
advanced adaptive technique also discussed which work better than the linear and non-linear filter on impulse
noise which is known as adaptive median filtering technique. These adaptive filters are very useful in many
applications.
References
[1]. K. Shahriar, R. Sakib, Jubayer, and R. Mizanur, “Salt and pepper noise detection and removal by tolerance based selective
arithmetic mean filtering technique for image restoration,” IJSNS International journal of computer science and network security.
Vol8.No.6, pp. 271–278, 2009.
[2]. A. N. Rao, B. Rao, J. kiran, and L.S.S.Reddy, “A robust optimal morphological filter to remove impulse noise in images,”
International journal of Information Technology and knowledge Management Vol.2, No.2, pp. 237– 239, Dec. 2010.
[3]. M. Alasdair, “An introduction to digital image processing with matlab(scm2511),” Victoria University of Technology, 2004.
[4]. P. Rajoo, “An improved switching median filter for uniformly distributed impulse noise removal,” World academy of science,
Engineering and technology 38, pp. 349–351, 2008.
[5]. S. Suryanarayana, D. B. L. Deekshatulu, D. K. L. Kishore, and Y. RakeshKumar, “Novel impulse detection technique for image
denoising,” Journal of theoretical and applied Information Technology, pp. 102–106, 2005-2009.
[6]. J. Mamta and M. Rajni, “An improved adaptive median filtering method for impulse noise detection,” International journal of recent
trends in engineering Vol.1, No.1, pp. 274–278, May 2009.

More Related Content

What's hot

Project presentation
Project presentationProject presentation
Project presentationdipti Jain
 
Progression approach for image denoising
Progression approach for image denoisingProgression approach for image denoising
Progression approach for image denoisingTELKOMNIKA JOURNAL
 
impulse noise filter
impulse noise filter impulse noise filter
impulse noise filter yousef_
 
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 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
 
A Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical ImagesA Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical ImagesIRJET Journal
 
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...CSCJournals
 
reducing noises in images
reducing noises in imagesreducing noises in images
reducing noises in imagesaswathdas
 
Image noise reduction
Image noise reductionImage noise reduction
Image noise reductionJksuryawanshi
 
Comparative study of Salt & Pepper filters and Gaussian filters
Comparative study of Salt & Pepper filters and Gaussian filtersComparative study of Salt & Pepper filters and Gaussian filters
Comparative study of Salt & Pepper filters and Gaussian filtersAnkush Srivastava
 
Speckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet threshSpeckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet threshIAEME Publication
 
Image filtering : A comparitive study
Image filtering : A comparitive studyImage filtering : A comparitive study
Image filtering : A comparitive studypruthabhalde3
 
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
 
Noise reduction by fuzzy image filtering(synopsis)
Noise reduction by fuzzy image filtering(synopsis)Noise reduction by fuzzy image filtering(synopsis)
Noise reduction by fuzzy image filtering(synopsis)Mumbai Academisc
 
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
 

What's hot (19)

Project presentation
Project presentationProject presentation
Project presentation
 
Progression approach for image denoising
Progression approach for image denoisingProgression approach for image denoising
Progression approach for image denoising
 
NOISE FILTERS IN IMAGE PROCESSING
NOISE FILTERS IN IMAGE PROCESSINGNOISE FILTERS IN IMAGE PROCESSING
NOISE FILTERS IN IMAGE PROCESSING
 
impulse noise filter
impulse noise filter impulse noise filter
impulse noise filter
 
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
 
Gaussian noise
Gaussian noiseGaussian noise
Gaussian noise
 
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
 
A Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical ImagesA Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical Images
 
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
 
reducing noises in images
reducing noises in imagesreducing noises in images
reducing noises in images
 
Image noise reduction
Image noise reductionImage noise reduction
Image noise reduction
 
Comparative study of Salt & Pepper filters and Gaussian filters
Comparative study of Salt & Pepper filters and Gaussian filtersComparative study of Salt & Pepper filters and Gaussian filters
Comparative study of Salt & Pepper filters and Gaussian filters
 
Speckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet threshSpeckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet thresh
 
Noise
NoiseNoise
Noise
 
Image filtering : A comparitive study
Image filtering : A comparitive studyImage filtering : A comparitive study
Image filtering : A comparitive study
 
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
 
Noise reduction by fuzzy image filtering(synopsis)
Noise reduction by fuzzy image filtering(synopsis)Noise reduction by fuzzy image filtering(synopsis)
Noise reduction by fuzzy image filtering(synopsis)
 
L011117884
L011117884L011117884
L011117884
 
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...
 

Viewers also liked

Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemIOSR Journals
 
Simulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal SimulatorSimulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal SimulatorIOSR Journals
 
Friction Stir Welding of steels: AReview Paper
Friction Stir Welding of steels: AReview PaperFriction Stir Welding of steels: AReview Paper
Friction Stir Welding of steels: AReview PaperIOSR Journals
 
Characteristics analysis of silicon carbide based 1-D Photonic crystal with 2...
Characteristics analysis of silicon carbide based 1-D Photonic crystal with 2...Characteristics analysis of silicon carbide based 1-D Photonic crystal with 2...
Characteristics analysis of silicon carbide based 1-D Photonic crystal with 2...IOSR Journals
 

Viewers also liked (20)

H1302034856
H1302034856H1302034856
H1302034856
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
A012660105
A012660105A012660105
A012660105
 
I1302035763
I1302035763I1302035763
I1302035763
 
E1303012733
E1303012733E1303012733
E1303012733
 
D012522433
D012522433D012522433
D012522433
 
D011112432
D011112432D011112432
D011112432
 
Simulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal SimulatorSimulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal Simulator
 
D012631423
D012631423D012631423
D012631423
 
K017135461
K017135461K017135461
K017135461
 
Friction Stir Welding of steels: AReview Paper
Friction Stir Welding of steels: AReview PaperFriction Stir Welding of steels: AReview Paper
Friction Stir Welding of steels: AReview Paper
 
Characteristics analysis of silicon carbide based 1-D Photonic crystal with 2...
Characteristics analysis of silicon carbide based 1-D Photonic crystal with 2...Characteristics analysis of silicon carbide based 1-D Photonic crystal with 2...
Characteristics analysis of silicon carbide based 1-D Photonic crystal with 2...
 
D011132635
D011132635D011132635
D011132635
 
D013112636
D013112636D013112636
D013112636
 
A1802040111
A1802040111A1802040111
A1802040111
 
C012121521
C012121521C012121521
C012121521
 
M1302027275
M1302027275M1302027275
M1302027275
 
B1102021418
B1102021418B1102021418
B1102021418
 
J012518692
J012518692J012518692
J012518692
 
H1302023840
H1302023840H1302023840
H1302023840
 

Similar to H017334953

elsevier_publication_2013
elsevier_publication_2013elsevier_publication_2013
elsevier_publication_2013pranay yadav
 
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
 
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
 
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median FilterAnalysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filterijtsrd
 
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
 
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
 
saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013pranay yadav
 
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
 
Noise Estimation & Filtering_.pptx
Noise Estimation  & Filtering_.pptxNoise Estimation  & Filtering_.pptx
Noise Estimation & Filtering_.pptxSudipKG
 
noiseestimationfiltering-221217050348-c5d1a246.pdf
noiseestimationfiltering-221217050348-c5d1a246.pdfnoiseestimationfiltering-221217050348-c5d1a246.pdf
noiseestimationfiltering-221217050348-c5d1a246.pdfAmrilMukmin2
 
survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoisingArti Singh
 
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 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
 

Similar to H017334953 (20)

elsevier_publication_2013
elsevier_publication_2013elsevier_publication_2013
elsevier_publication_2013
 
PID3474431
PID3474431PID3474431
PID3474431
 
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
 
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)
 
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median FilterAnalysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
 
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...
 
I010324954
I010324954I010324954
I010324954
 
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
 
saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013
 
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...
 
A0344001010
A0344001010A0344001010
A0344001010
 
Noise Estimation & Filtering_.pptx
Noise Estimation  & Filtering_.pptxNoise Estimation  & Filtering_.pptx
Noise Estimation & Filtering_.pptx
 
noiseestimationfiltering-221217050348-c5d1a246.pdf
noiseestimationfiltering-221217050348-c5d1a246.pdfnoiseestimationfiltering-221217050348-c5d1a246.pdf
noiseestimationfiltering-221217050348-c5d1a246.pdf
 
survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoising
 
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-...
 
[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh
 
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
 
M017218088
M017218088M017218088
M017218088
 
M.sc.iii sem digital image processing unit iv
M.sc.iii sem digital image processing unit ivM.sc.iii sem digital image processing unit iv
M.sc.iii sem digital image processing unit iv
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 
C011121114
C011121114C011121114
C011121114
 

Recently uploaded

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 

Recently uploaded (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 

H017334953

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. III (May – Jun. 2015), PP 49-53 www.iosrjournals.org DOI: 10.9790/0661-17334953 www.iosrjournals.org 49 | Page An Adaptive approach to retrieve image affected by impulse noise from documents Bhimrao Patil Asst.Professor Dept. of Computer Science and Engineering BKIT, Bhalki 585 328 Abstract: Impulsive noise is sometimes called salt-and-pepper noise or spike noise is most oftenly occuring image detoriation. An image containing salt-and-pepper noise will have dark pixels in bright regions and bright pixels in dark regions at random space. This type of noise can be caused by almost lost value of pixels, analog- to-digital converter deficiencies, bit errors in transmission, fault in communication etc. The traditional filtering techniques such as mean median and average are available to remove the noise from an image one of the most oftenly used is Gaussian filtering technique. But these filtering techniques are not generic, where as such techniques are useful in preparing adaptive algorithm for the general purpose filters. I. Introduction Digital image processing is a tree with many advanced applications like robotics, medical imaging, computer vision, feature detection and remote sensing as fruits. It has many roots such as image acquisition, image restoration, color image processing, image morphology, image segmentation etc. In this paper, there are topics associated with the image restoration were discussed such as cause for impulse noises in image, filtering techniques used to restore the images. Image is a proper organization of the pixels. Each pixel can be represented as two dimensional function. Image processing involves changing the nature of an image in order to either 1) Improve the pictorial information for interpretation by human 2) Apply it more suitable for independent machine acceptance Image acquisition is the first process in image processing, it involves preprocessing such as scaling. Image enhancement is among the simplest and most appealing areas of the digital image processing, its purpose is to bring out details that obscured, or highlighting the certain feature of interest. Image restoration concerns the removal or reduction of degradations which have occurred during the image acquisition. Such deterioration of the image may include noise, which are distraction in the pixel values, or optical effect such as out of focus blurring, or blurring due to camera motion. We shall see that some restoration techniques can be performed very successfully using nearby neighborhood operations, while some method requires the use of frequency domain processes. Image restoration remains one of the most important field of image processing, but in this paper the emphasis will be on the techniques for dealing with restoration, and degradations types, or the properties of electronic equipment which give rise to image degradation. In addition to this there are other steps in digital image processing such as color image, processing, wavelet,compression,morphological,segmentation,representation and description and object recognition. In image restoration process the output generally are images, as in object recognition the outputs are the attributes of images. II. Impulse noise Image processing has become an ordinary component in modern science and has many important applications. With the expanding use of images in daily-life applications, image quality researches are rapidly growing. Unfortunately, during image acquisition, transmission and storage, many types of distortions contaminate the quality of received images. Impulsive Noise (IN) occurs mostly due to the transmission medium imperfections, transmission system errors, sensor motion during image exposure, faulty memory-sensor units, electro-optic imperfections, electromagnetic interferences, storage medium and image processing method properties. An impulse noise also called salt and pepper noise or shot noise or binary noise caused by sharp, rapid disturbances in the image signal. Its appearance is randomly scattered white or black (or both) pixels over the image. The PDF (probability density function) of impulse noise is given by
  • 2. An Adaptive approach to retrieve image affected by impulse noise from documents DOI: 10.9790/0661-17334953 www.iosrjournals.org 50 | Page If b > a, gray-level b will appear as a light dot in the image. Conversely, level a will appear like dark dot. If either Pa or Pb is zero, the impulse noise is called unipolar. If neither probability is zero, and especially if they are approximately equal, impulse noise values will resemble salt-and-pepper granules randomly distributed over the image. For this reason, bipolar impulse noise also is called salt-and-pepper. Shot and spike noise also are terms used to refer to this type of noise. In our discussion we will use the terms impulse or salt-and-pepper noise interchangeably. Noise impulses can be negative or positive. Scaling usually is part of the image digitizing process. Because corruption usually is part of the image digitizing process. Because impulse corruption is large compared with the strength of the image signal, impulse noise generally is digitized as extreme (pure black or white) values in an image. Thus, the assumption usually is that a and b are “saturated” values, in the sense that they are equal to the minimum and maximum allowed values in the digitized image. As a result, negative impulses appear as black (pepper) points in an image. For the same reason, positive impulses appear white (salt) noise. For an 8-bit image this means that a = 0 (black) and b = 255 (white). Graphically as shown below. Adaptive filters are a class of filters which change their characteristics according to the values of the grey scales under the mask in the matrix, they may act more like median filters, or more like average filters. Depending on their position within the image matrix. Such a filter can be used to clean Gaussian noise by using local statistical properties of the values under the matrix mask. Salt-and-pepper impulse noise is one the often and commonly encountered noise type during image and video communication. So far the state of the art methods can reasonably restore images corrupted by salt-and- pepper noise whose level is up to 70%
  • 3. An Adaptive approach to retrieve image affected by impulse noise from documents DOI: 10.9790/0661-17334953 www.iosrjournals.org 51 | Page III. Filters A. Mean filtering To recover the image from its noise there exits many mean filtering techniques which are application oriented method. Some filtering techniques have better effects than the others according to noise category and type. Mean filtering techniques are described below 1) Arithmetic Mean Filtering (AMF) Technique: This is the simplest of the mean filtering techniques. Let Sxy represent the set of coordinates in a rectangular sub image window of size m x n centered at point (x, y). The AMF technique computes the average value of the corrupted image g(x, y) in the area defined by Sxy. The value of restored image f at any point (x,y) is simply the Arithmetic Mean computed using the pixels in the region defined by Sxy. We can express AMF by the equation [4] 2) Geometric Mean Filtering (GMF) Technique: For GMF technique each restored pixel is given by the product of the pixels in the sub image window, raised to the power (1/mn). A Geometric Mean Filter achieves smooth image comparable to the Arithmetic Mean Filter but it tends to lose less image quality during the process. GMF can be expressed by the expression given below [4] 3) Harmonic Mean Filtering (HMF) Technique: The Harmonic Mean Filter works well for Salt noise but fails for Pepper noise. It does well also with other types of noise like Gaussian noise. The HMF operation is given by the expression below [4]
  • 4. An Adaptive approach to retrieve image affected by impulse noise from documents DOI: 10.9790/0661-17334953 www.iosrjournals.org 52 | Page B. Median filtering Median Filter is an image filter that is more effective in situations where white spots and black spots appear on the image. For this technique the middle value of the mn window is considered to replace the black and white pixels. When white spots and black spots appear on the image, it becomes very difficult to guess which pixel is the affected one. Replacing those disturbing pixels with AMF, GMF and HMF is not sufficient because those pixels are replaced by a value which is not appropriate to the original one. We have seen over the distorted images that Median Filter has better influence than that of AMF, GMF and HMF, where AMF is the best among all the mean filtering techniques and HMF has the worst performance. [4] Median filtering seems almost tailor-made for removal of salt and pepper noise. Recall that the median of a set is the middle value when they are sorted. If there is an even number of values, the median is the mean of the middle two. A median filter is an example of a non-linear spatial filter. The operation of obtaining the median means those very large or very small values noisy values will end up at the top or bottom of the sorted list. Thus the median will in general replace a noisy value with one closer to its surroundings. In MATLAB, median filtering is implemented by the medfilt2 function: C. Adaptive filtering Adaptive filters are a class of filters which change their characteristics according to the values of the grey scales under the mask; they may act more like median filters, or more like average filters, depending on their position within the image. Such a filter can be used to clean Gaussian noise by using local statistical properties of the values under the mask. One such filter is the minimum mean-square error filter; this is a non-linear spatial filter; and as with all spatial filters, is implemented by applying a function to the grey values under the mask. Since we are dealing with additive noise, our noisy image M’ can be written as M’ = M + N Where M is the original correct image and N is the noise; which we assume to be normally distributed with mean 0. However, within our mask, the mean may not be zero; suppose the mean is mf , and the variance in the mask is σf 2 Suppose also that the variance of the noise over the entire image is known to be σg 2 . Then the output value can be calculated as
  • 5. An Adaptive approach to retrieve image affected by impulse noise from documents DOI: 10.9790/0661-17334953 www.iosrjournals.org 53 | Page Where g is the current value of the pixel in the noisy image. Note that if the local variance σf 2 is high, then the fraction will be close to 1, and the output close to the original image value g This is appropriate, as high variance implies high detail such as edges, which should be preserved. Conversely, if the local variance is low, such as in a background area of the image, the fraction is close to zero, and the value returned is close to the mean value[4][5]. 1) Adaptive median filtering: Conventional median filtering approaches apply the median operation to each pixel unconditionally, that is, without considering whether it is uncorrupted or corrupted. As a result, even the uncorrupted pixels are filtered, and this causes image quality degradation. An intuitive solution to overcome this problem is to implement an impulse noise detection mechanism prior to filtering; hence, only those pixels identified as corrupted pixel which would undergo the filtering process, while those identified as uncorrupted would remain at same value. By incorporating such noise detection mechanism or intelligence into the median filtering technique, the so called switching median filters had significant performance improvement in output. The most popular approaches for dealing with such noise have been based on median filtering and/or on the best class of order statistic filters that have emerged from the study of median filters. Recently, variations on the median filtering scheme have been shown predictable amount of good ressult, under various specific signal-noise models, to deliver improved performance relative to other corresponding traditional methods. Examples include the minimum maximum exclusive mean filter (MMEM), Signal dependent rank-order mean (SDROM) filter, Florencios, conditional median filtering (CMF). These filters have all demonstrated excellent performance, but at the price of significant computational complexity also increase. The main hurdle is that characterizes all approaches of this type is that they involve extra computation to determine one or more of the local order statistics. IV. Conclusion In this proposed paper the two advanced filtering techniques were discussed namely linear filters such as arithmetic mean filter, geometric mean filter, harmonic mean filters etc, these have output images slightly blurred. In another technique namely non-linear filters such as median filter which has smooth output. The advanced adaptive technique also discussed which work better than the linear and non-linear filter on impulse noise which is known as adaptive median filtering technique. These adaptive filters are very useful in many applications. References [1]. K. Shahriar, R. Sakib, Jubayer, and R. Mizanur, “Salt and pepper noise detection and removal by tolerance based selective arithmetic mean filtering technique for image restoration,” IJSNS International journal of computer science and network security. Vol8.No.6, pp. 271–278, 2009. [2]. A. N. Rao, B. Rao, J. kiran, and L.S.S.Reddy, “A robust optimal morphological filter to remove impulse noise in images,” International journal of Information Technology and knowledge Management Vol.2, No.2, pp. 237– 239, Dec. 2010. [3]. M. Alasdair, “An introduction to digital image processing with matlab(scm2511),” Victoria University of Technology, 2004. [4]. P. Rajoo, “An improved switching median filter for uniformly distributed impulse noise removal,” World academy of science, Engineering and technology 38, pp. 349–351, 2008. [5]. S. Suryanarayana, D. B. L. Deekshatulu, D. K. L. Kishore, and Y. RakeshKumar, “Novel impulse detection technique for image denoising,” Journal of theoretical and applied Information Technology, pp. 102–106, 2005-2009. [6]. J. Mamta and M. Rajni, “An improved adaptive median filtering method for impulse noise detection,” International journal of recent trends in engineering Vol.1, No.1, pp. 274–278, May 2009.