SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 218
ADAPTIVE APPROACH TO RETRIEVE IMAGE AFFECTED BY
IMPULSE NOISE
Gururaj P.Surampalli1
, Bhimrao Patil2
, Giriraj Patil3
1
Asst. Professor, Dept. of Computer Science and Engineering, GNDEC, Bidar 585 401,
2
Asst. Professor, Dept. of Computer Science and Engineering, GNDEC, Bidar 585 401
3
Asst. Professor, Dept. of Computer Science and Engineering, GNDEC, Bidar 585 401
Abstract
Impulsive noise is a kind of noise in sim literature it is also called salt-and-pepper noise or spike noise is most oftenly occuring image
detoriation. It is a type of noise which has black pixel in white region and white pixel in black region, this type of noise can be caused
by almost lost value of pixels, inefficient analog-to-digital converter, change in bit value during transmission eavesdrops, fault and
failure 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.
----------------------------------------------------------------------***-----------------------------------------------------------------------
1. 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
includes changing the image nature or characteristic for
1) Improve interpretation of image so as to it can be judged by
human
2) Apply it more suitable for independent machine acceptance
Image acquisition is the first process in image processing; it
includes preprocessing steps such as scaling where image
resize is done.
Image enhancement is among the simple and important digital
image processing fields or areas, its purpose is to bring
important information which is changed and emphasizing on
certain content which are crucial. Image restoration concerns
the removal or reduction of pixel value which have taken
place during the acquisition of image. 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
require the use of frequency domain processes.
One of the important field of image processing is restoration
of image, 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 acquisition, color processing, wavelet,
compression etc are some most often used steps in image
processing. In image restoration process the output generally
are images, as in object recognition the outputs are the
attributes of images.
2. IMPULSE NOISE
Image processing is one of the ordinary component in modern
science and it includes many important applications. With the
expanding use of different size and orientation images in
daily-life applications is challenging, in such scenario image
quality researchers are rapidly improving their algorithm. But
some errors may have larger impact on the image pixel, during
image acquisition, transmission and storage etc are some of
them.
Impulsive Noise (IN) takes place due to the transmission
medium non linearity, transmission system errors, sensor
motion at the time of image exposure, fault in memory-sensor
units, imperfections of electro-optic cross, electromagnetic
interferences, storage medium size and image processing
methods. An impulse noise is also called salt and pepper noise
and some other names as shot noise, binary noise. These noise
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 219
caused by sharp, rapid disturbances in the image signal which
alters pixel value. It appears as it randomly scattered white or
black (or both) pixels over space of the image.
The PDF(probability density function) related to impulse noise
given by following function
If b > a, gray-level b, which appear on image as a light dot.
Conversely, level a which appear as dark dot. If either Pa or
Pb is zero, the impulse noise such situation is called unipolar.
If neither probability is zero and specially if they are
approximately equal, impulse noise values appears as salt-and-
pepper granules randomly spread over the image. For such a
reason, bipolar impulse noise also known as salt-and-pepper.
Shot and spike noise also used to refer this type of noise. In
our discussion we will use the terms impulse or salt-and-
pepper noise interchangeably.
Noise impulses can be one of the negative or positive. Scaling
is important part of the image digitizing process. Because
image detoriation usually is part of the image digitizing
process. Because impulse corruption is high compared with
the strength of the image signal, impulse noise usually is
digitized as extreme (pure black or white) values in an image.
Thus, the assumption usually is that a and b are “saturated”
values, means that they are equal to the minimum and
maximum are allowed pixel values in the digitized image. As
a result, negative impulses looks as black (pepper) dots in an
image. For the similar reason, positive impulses looks as white
(salt) noise. For an 8-bit test image it means such as a = 0
(black) and b = 255 (white).
Graphically it is 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 most often and
commonly occurring noise type during video communication.
So far there are other methods can reasonably restore images
corrupted or affected by salt-and-pepper noise whose level is
up to 70%
3. FILTERS
3.1 Mean Filtering
To recover the image which is corrupted with noise there
many available mean filtering techniques and they are
application oriented method. Some filtering techniques have
better or good effects than the others according to different
noise category and type. Mean filtering techniques are
described as below
3.1.1 Arithmetic Mean Filtering (AMF) Technique:
This is one of the the simplest of the mean filtering
techniques. Let Sxy represent the set of coordinates in a
rectangular space that is image window of size m x n centered
at given point (x, y).
The AMF technique calculates the average value of the
corrupted image g(x, y) in the area defined by Sxy. The value
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 220
of restored image f at any point (x,y) is Arithmetic Mean
computed using the pixels values in the image that is in the
region defined by Sxy. It can be expressed as AMF by the
equation [4]
3.1.2 Geometric Mean Filtering (GMF) Technique:
For GMF technique all restored pixel is given by the product
of the pixel values in the sub image window under area, raised
to the power (1/mn). A Geometric Mean Filter achieves output
as smooth image comparable to the Arithmetic Mean Filter but
it may lose less image quality during the process. GMF can be
expressed by the equation given below[4]
3.1.3 Harmonic Mean Filtering (HMF) Technique:
The Harmonic Mean Filter works as efficient method for Salt
noise and fails for Pepper noise. It does well with some other
types of noise and most non linear noise like Gaussian noise.
The HMF operation is given by the equation below [4]
3.2 Median Filtering
Median Filter is an image filter more effective or efficient in
situations in which white spots and black spots appear on the
test image. For this technique the center value of the mn
window is considered to replace the black pixel and white
pixels.
When white spots, black spots appear on the test image, it
becomes very difficult to guess which pixel is the affected
one. Replacing those disturbed or changed pixels with AMF,
GMF and HMF are inefficient because those pixels are
replaced by a value, it is not appropriate to the original pixel.
We have observed over the distorted images that Median Filter
has good influence than that of AMF, GMF and HMF, where
AMF is the one of the best among all the mean filtering
techniques and HMF is one of worst performance[4].
Median filtering seems almost tailor-made for removal of salt
and pepper noise. Remember that the median of a set is the
middle value when they are sorted. If there are 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 that very high or
very small values noise pixel values will end up at the top or
bottom of the sequenced list. Thus the median will in general
replace a noise value of pixel with one nearer to its
surroundings.
In MATLAB, median filtering is implemented by the medfilt2
function:
3.3 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
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 221
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
Here M is the original correct given test image and N is the
added 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 σf2
Suppose also that the variance of the noise over the entire
image is known to be σg2. Then the output value can be
calculated as
Where g is the current value of the pixel in the noise affected
image. Note if the local variance σf2 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].
3.3.1 Adaptive Median Filtering:
Conventional known median filtering approaches apply the
median operation to each pixel unconditionally, that is,
without considering whether it is not corrupted or corrupted.
As a result, even the uncorrupted pixels are filtered, and this
can cause image quality degradation. An intuitive solution to
make this problem is to implement an impulse noise detection
mechanism prior to applying filtering; hence, only those pixels
identified as corrupted pixel which would undergo the filtering
process, and those pixel identified as uncorrupted would
remain at same value in image space. By using such noise
detection mechanism or intelligence into the median filtering
technique. The switching median filters had significant
performance improvement in output image.
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, modification in the median filtering
scheme have been shown predictable amount of good and
better result, under various specific signal-noise models, to
deliver improved performance relative to other corresponding
conventional methods. For example it may include the
minimum maximum exclusive mean filter (MMEM),
Florencios, Signal dependent rank-order mean (SDROM) filter
and conditional median filtering (CMF). These are the filters
which have all rendered excellent performance, but at the
price or cost of significant increase in computational
complexity. The main problem is that characterizes all
approaches of this type is that they involve some more
computation to determine one or more of the local order
statistics.
4. CONCLUSIONS
In this proposed paper the two advanced filtering techniques
were discussed namely linear filters which include 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.

Contenu connexe

Tendances

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
ijtsrd
 
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
eSAT Publishing House
 

Tendances (17)

Optimum Image Filters for Various Types of Noise
Optimum Image Filters for Various Types of NoiseOptimum Image Filters for Various Types of Noise
Optimum Image Filters for Various Types of Noise
 
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
 
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
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reduction
 
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
 
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image ProcessingIRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
 
A 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
 
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
 
Progression approach for image denoising
Progression approach for image denoisingProgression approach for image denoising
Progression approach for image denoising
 
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
 
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
 
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
 
A study to improve the quality of image enhancement
A study to improve the quality of image enhancementA study to improve the quality of image enhancement
A study to improve the quality of image enhancement
 
Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy
Removing Fog from the Image Using Median Filter and Redundancy Removal StrategyRemoving Fog from the Image Using Median Filter and Redundancy Removal Strategy
Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy
 
I010324954
I010324954I010324954
I010324954
 
Image Filtering
Image FilteringImage Filtering
Image Filtering
 
A0344001010
A0344001010A0344001010
A0344001010
 

En vedette

En vedette (20)

Theoretical flexural behavior of sandwich panel using
Theoretical flexural behavior of sandwich panel usingTheoretical flexural behavior of sandwich panel using
Theoretical flexural behavior of sandwich panel using
 
Microwave assisted eco friendly synthesis of 2 hpyrido
Microwave assisted eco friendly synthesis of 2 hpyridoMicrowave assisted eco friendly synthesis of 2 hpyrido
Microwave assisted eco friendly synthesis of 2 hpyrido
 
Quadcopter (uavs) for border security with gui system
Quadcopter (uavs) for border security with gui systemQuadcopter (uavs) for border security with gui system
Quadcopter (uavs) for border security with gui system
 
Effect of inclined hump on the turbulence intensities
Effect of inclined hump on the turbulence intensitiesEffect of inclined hump on the turbulence intensities
Effect of inclined hump on the turbulence intensities
 
Dynamic selection of cluster head in in networks for energy management
Dynamic selection of cluster head in in networks for energy managementDynamic selection of cluster head in in networks for energy management
Dynamic selection of cluster head in in networks for energy management
 
Use of location aided algorithm using wi fi in indoor
Use of location aided algorithm using wi fi in indoorUse of location aided algorithm using wi fi in indoor
Use of location aided algorithm using wi fi in indoor
 
Enhancement of energy efficiency and throughput using csmaca dcf operation fo...
Enhancement of energy efficiency and throughput using csmaca dcf operation fo...Enhancement of energy efficiency and throughput using csmaca dcf operation fo...
Enhancement of energy efficiency and throughput using csmaca dcf operation fo...
 
Effect of superplasticizers compatibility on the workability, early age stren...
Effect of superplasticizers compatibility on the workability, early age stren...Effect of superplasticizers compatibility on the workability, early age stren...
Effect of superplasticizers compatibility on the workability, early age stren...
 
Study of flooding based d do s attacks and their effect using deter testbed
Study of flooding based d do s attacks and their effect using deter testbedStudy of flooding based d do s attacks and their effect using deter testbed
Study of flooding based d do s attacks and their effect using deter testbed
 
Design of air conditioning and ventilation system for a
Design of air conditioning and ventilation system for aDesign of air conditioning and ventilation system for a
Design of air conditioning and ventilation system for a
 
Design and implementation of labview based scada for textile mills
Design and implementation of labview based scada for textile millsDesign and implementation of labview based scada for textile mills
Design and implementation of labview based scada for textile mills
 
Combined Defence Services Examination (II) - 2014Performance analysis of swcn...
Combined Defence Services Examination (II) - 2014Performance analysis of swcn...Combined Defence Services Examination (II) - 2014Performance analysis of swcn...
Combined Defence Services Examination (II) - 2014Performance analysis of swcn...
 
Industrial application of machine vision
Industrial application of machine visionIndustrial application of machine vision
Industrial application of machine vision
 
Hci and its effective use in design and development of good user interface
Hci and its effective use in design and development of good user interfaceHci and its effective use in design and development of good user interface
Hci and its effective use in design and development of good user interface
 
A semi circle theorem in magneto-rotatory
A semi circle theorem in magneto-rotatoryA semi circle theorem in magneto-rotatory
A semi circle theorem in magneto-rotatory
 
A novel single phase cascaded h-bridge inverter with new cell configuration a...
A novel single phase cascaded h-bridge inverter with new cell configuration a...A novel single phase cascaded h-bridge inverter with new cell configuration a...
A novel single phase cascaded h-bridge inverter with new cell configuration a...
 
Design of file system architecture with cluster
Design of file system architecture with clusterDesign of file system architecture with cluster
Design of file system architecture with cluster
 
Designing and implementation of remotely operated cooking module
Designing and implementation of remotely operated cooking moduleDesigning and implementation of remotely operated cooking module
Designing and implementation of remotely operated cooking module
 
A novel association rule mining and clustering based hybrid method for music ...
A novel association rule mining and clustering based hybrid method for music ...A novel association rule mining and clustering based hybrid method for music ...
A novel association rule mining and clustering based hybrid method for music ...
 
Experimental investigation on halloysite nano tubes & clay an infilled compos...
Experimental investigation on halloysite nano tubes & clay an infilled compos...Experimental investigation on halloysite nano tubes & clay an infilled compos...
Experimental investigation on halloysite nano tubes & clay an infilled compos...
 

Similaire à Adaptive approach to retrieve image affected by impulse noise

Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
IJECEIAES
 
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
Iaetsd Iaetsd
 

Similaire à Adaptive approach to retrieve image affected by impulse noise (20)

H017334953
H017334953H017334953
H017334953
 
A SURVEY : On Image Denoising and its Various Techniques
A SURVEY :  On Image Denoising and its Various TechniquesA SURVEY :  On Image Denoising and its Various Techniques
A SURVEY : On Image Denoising and its Various Techniques
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
L011117884
L011117884L011117884
L011117884
 
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
 
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for  Different NoiseComparison of Denoising Filters on Greyscale TEM Image for  Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
 
IRJET- Analysis of Various Noise Filtering Techniques for Medical Images
IRJET-  	  Analysis of Various Noise Filtering Techniques for Medical ImagesIRJET-  	  Analysis of Various Noise Filtering Techniques for Medical Images
IRJET- Analysis of Various Noise Filtering Techniques for Medical Images
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
 
survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoising
 
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
 
DIP - Image Restoration
DIP - Image RestorationDIP - Image Restoration
DIP - Image Restoration
 
Noise Reduction Technique using Bilateral Based Filter
Noise Reduction Technique using Bilateral Based FilterNoise Reduction Technique using Bilateral Based Filter
Noise Reduction Technique using Bilateral Based Filter
 
Filter for Removal of Impulse Noise By Using Fuzzy Logic
Filter for Removal of Impulse Noise By Using Fuzzy LogicFilter for Removal of Impulse Noise By Using Fuzzy Logic
Filter for Removal of Impulse Noise By Using Fuzzy Logic
 
Image Denoising using Statistical and Non Statistical Method
Image Denoising using Statistical and Non Statistical MethodImage Denoising using Statistical and Non Statistical Method
Image Denoising using Statistical and Non Statistical Method
 
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
 
Advance in Image and Audio Restoration and their Assessments: A Review
Advance in Image and Audio Restoration and their Assessments: A ReviewAdvance in Image and Audio Restoration and their Assessments: A Review
Advance in Image and Audio Restoration and their Assessments: A Review
 
Review Paper on Image Denoising Techniques
Review Paper  on Image Denoising TechniquesReview Paper  on Image Denoising Techniques
Review Paper on Image Denoising Techniques
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
 
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,...
 
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
 

Plus de 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 visakhapatnam
eSAT 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 visakhapatnam
eSAT 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, india
eSAT 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 building
eSAT 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 review
eSAT 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 management
eSAT 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 walls
eSAT 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 india
eSAT 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 structures
eSAT 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 buildings
eSAT 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
 

Plus de 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
 
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
 
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...
 

Dernier

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
Health
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 

Dernier (20)

HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 

Adaptive approach to retrieve image affected by impulse noise

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 218 ADAPTIVE APPROACH TO RETRIEVE IMAGE AFFECTED BY IMPULSE NOISE Gururaj P.Surampalli1 , Bhimrao Patil2 , Giriraj Patil3 1 Asst. Professor, Dept. of Computer Science and Engineering, GNDEC, Bidar 585 401, 2 Asst. Professor, Dept. of Computer Science and Engineering, GNDEC, Bidar 585 401 3 Asst. Professor, Dept. of Computer Science and Engineering, GNDEC, Bidar 585 401 Abstract Impulsive noise is a kind of noise in sim literature it is also called salt-and-pepper noise or spike noise is most oftenly occuring image detoriation. It is a type of noise which has black pixel in white region and white pixel in black region, this type of noise can be caused by almost lost value of pixels, inefficient analog-to-digital converter, change in bit value during transmission eavesdrops, fault and failure 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. ----------------------------------------------------------------------***----------------------------------------------------------------------- 1. 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 includes changing the image nature or characteristic for 1) Improve interpretation of image so as to it can be judged by human 2) Apply it more suitable for independent machine acceptance Image acquisition is the first process in image processing; it includes preprocessing steps such as scaling where image resize is done. Image enhancement is among the simple and important digital image processing fields or areas, its purpose is to bring important information which is changed and emphasizing on certain content which are crucial. Image restoration concerns the removal or reduction of pixel value which have taken place during the acquisition of image. 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 require the use of frequency domain processes. One of the important field of image processing is restoration of image, 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 acquisition, color processing, wavelet, compression etc are some most often used steps in image processing. In image restoration process the output generally are images, as in object recognition the outputs are the attributes of images. 2. IMPULSE NOISE Image processing is one of the ordinary component in modern science and it includes many important applications. With the expanding use of different size and orientation images in daily-life applications is challenging, in such scenario image quality researchers are rapidly improving their algorithm. But some errors may have larger impact on the image pixel, during image acquisition, transmission and storage etc are some of them. Impulsive Noise (IN) takes place due to the transmission medium non linearity, transmission system errors, sensor motion at the time of image exposure, fault in memory-sensor units, imperfections of electro-optic cross, electromagnetic interferences, storage medium size and image processing methods. An impulse noise is also called salt and pepper noise and some other names as shot noise, binary noise. These noise
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 219 caused by sharp, rapid disturbances in the image signal which alters pixel value. It appears as it randomly scattered white or black (or both) pixels over space of the image. The PDF(probability density function) related to impulse noise given by following function If b > a, gray-level b, which appear on image as a light dot. Conversely, level a which appear as dark dot. If either Pa or Pb is zero, the impulse noise such situation is called unipolar. If neither probability is zero and specially if they are approximately equal, impulse noise values appears as salt-and- pepper granules randomly spread over the image. For such a reason, bipolar impulse noise also known as salt-and-pepper. Shot and spike noise also used to refer this type of noise. In our discussion we will use the terms impulse or salt-and- pepper noise interchangeably. Noise impulses can be one of the negative or positive. Scaling is important part of the image digitizing process. Because image detoriation usually is part of the image digitizing process. Because impulse corruption is high compared with the strength of the image signal, impulse noise usually is digitized as extreme (pure black or white) values in an image. Thus, the assumption usually is that a and b are “saturated” values, means that they are equal to the minimum and maximum are allowed pixel values in the digitized image. As a result, negative impulses looks as black (pepper) dots in an image. For the similar reason, positive impulses looks as white (salt) noise. For an 8-bit test image it means such as a = 0 (black) and b = 255 (white). Graphically it is 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 most often and commonly occurring noise type during video communication. So far there are other methods can reasonably restore images corrupted or affected by salt-and-pepper noise whose level is up to 70% 3. FILTERS 3.1 Mean Filtering To recover the image which is corrupted with noise there many available mean filtering techniques and they are application oriented method. Some filtering techniques have better or good effects than the others according to different noise category and type. Mean filtering techniques are described as below 3.1.1 Arithmetic Mean Filtering (AMF) Technique: This is one of the the simplest of the mean filtering techniques. Let Sxy represent the set of coordinates in a rectangular space that is image window of size m x n centered at given point (x, y). The AMF technique calculates the average value of the corrupted image g(x, y) in the area defined by Sxy. The value
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 220 of restored image f at any point (x,y) is Arithmetic Mean computed using the pixels values in the image that is in the region defined by Sxy. It can be expressed as AMF by the equation [4] 3.1.2 Geometric Mean Filtering (GMF) Technique: For GMF technique all restored pixel is given by the product of the pixel values in the sub image window under area, raised to the power (1/mn). A Geometric Mean Filter achieves output as smooth image comparable to the Arithmetic Mean Filter but it may lose less image quality during the process. GMF can be expressed by the equation given below[4] 3.1.3 Harmonic Mean Filtering (HMF) Technique: The Harmonic Mean Filter works as efficient method for Salt noise and fails for Pepper noise. It does well with some other types of noise and most non linear noise like Gaussian noise. The HMF operation is given by the equation below [4] 3.2 Median Filtering Median Filter is an image filter more effective or efficient in situations in which white spots and black spots appear on the test image. For this technique the center value of the mn window is considered to replace the black pixel and white pixels. When white spots, black spots appear on the test image, it becomes very difficult to guess which pixel is the affected one. Replacing those disturbed or changed pixels with AMF, GMF and HMF are inefficient because those pixels are replaced by a value, it is not appropriate to the original pixel. We have observed over the distorted images that Median Filter has good influence than that of AMF, GMF and HMF, where AMF is the one of the best among all the mean filtering techniques and HMF is one of worst performance[4]. Median filtering seems almost tailor-made for removal of salt and pepper noise. Remember that the median of a set is the middle value when they are sorted. If there are 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 that very high or very small values noise pixel values will end up at the top or bottom of the sequenced list. Thus the median will in general replace a noise value of pixel with one nearer to its surroundings. In MATLAB, median filtering is implemented by the medfilt2 function: 3.3 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
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 221 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 Here M is the original correct given test image and N is the added 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 σf2 Suppose also that the variance of the noise over the entire image is known to be σg2. Then the output value can be calculated as Where g is the current value of the pixel in the noise affected image. Note if the local variance σf2 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]. 3.3.1 Adaptive Median Filtering: Conventional known median filtering approaches apply the median operation to each pixel unconditionally, that is, without considering whether it is not corrupted or corrupted. As a result, even the uncorrupted pixels are filtered, and this can cause image quality degradation. An intuitive solution to make this problem is to implement an impulse noise detection mechanism prior to applying filtering; hence, only those pixels identified as corrupted pixel which would undergo the filtering process, and those pixel identified as uncorrupted would remain at same value in image space. By using such noise detection mechanism or intelligence into the median filtering technique. The switching median filters had significant performance improvement in output image. 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, modification in the median filtering scheme have been shown predictable amount of good and better result, under various specific signal-noise models, to deliver improved performance relative to other corresponding conventional methods. For example it may include the minimum maximum exclusive mean filter (MMEM), Florencios, Signal dependent rank-order mean (SDROM) filter and conditional median filtering (CMF). These are the filters which have all rendered excellent performance, but at the price or cost of significant increase in computational complexity. The main problem is that characterizes all approaches of this type is that they involve some more computation to determine one or more of the local order statistics. 4. CONCLUSIONS In this proposed paper the two advanced filtering techniques were discussed namely linear filters which include 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.