SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015
DOI:10.5121/ijfcst.2015.5107 67
A NEW METHODOLOGY FOR SP NOISE REMOVAL
IN DIGITAL IMAGE PROCESSING
Upma Bansal1
1
Assistant Professor, Dept. of CSE, Chandigarh University, Punjab, India
Rekha Saini2
2
Assistant Professor, Dept. of CSE, Chandigarh University, Punjab, India
Ashish Verma3
3
Assistant Professor, Dept. of CSE/IT, SSIET, PTU, India
ABSTRACT
The paper purposes the removal of noise in digital gray scale images that often observed in scanned
documents. Generally, Data i.e. picture, text can be contaminated by an additive noise during the process
of scanning. This methodology prevents this type of noise known as Salt and Pepper noise (SP Noise) which
causes white and black spots on the original image. We are designing a new algorithm for removal of these
white and black spots after the knowledge of Median Filter, Adaptive Filter and the new proposed
algorithm will definitely protect the image from noise and distortion. Firstly, Adaptive Histogram
Equalization is done on the original image. Secondly apply Adaptive contrast Enhancement Technique on
the resultant image. After Contrast Enhancement we apply filters Such as Homomorphic filtering. These
filters are applied sequentially on distorted images for removing the image.
KEYWORDS
Salt and Pepper, filter, adaptive, image, noise.
1. INTRODUCTION
An image is an artifact that represents visual observation. It may be captured by optical means
like cameras, lenses, telescopes, microscopes etc. Often the raw image is not openly suitable for
this purpose, it always needs some processing. Such a processing on image is called image
enhancement; processing by an observer to extort information is called image analysis.
Enhancement and analysis are well-known by their output and by the challenges faced and
methods exercised. Image enhancement has been done by various methods i.e. chemical, optical
and electronic means [12].
A digital image is a mathematical representation of a two-dimensional image. Digital images are
composed of pixels i.e. picture element. Each pixel represents the gray level for black and white
photos at a single point in the image, so a pixel can be represented by a tiny dot of a fussy color.
By calculating the color of an image at a large number of points, we can generate a digital
approximation of the image from which a copy of the original can be recreated. Pixels are a slight
like grain particles in a conventional photographic image, which can be arranged in a regular
pattern of rows and columns and store information differently to some extent. A digital image is a
rectangular arrangement of pixels sometimes called a bitmap.
Priyanka Kamboj and Versha Rani [1] have studied various noise model and filtering techniques.
In image processing, noise reduction and image restoration is expected to improve the qualitative
inspection of an image and the performance criteria of quantitative image analysis techniques.
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015
68
Digital image is inclined to a variety of noise which affects the eminence of image. The purpose
of image denoising is to restore the detail of original image to the great extent. The criterion of
the noise removal problem depends on the type of noise by which is corrupting the image.
Different methods for reduction of noise and image enhancement have been considered.
Raymond H. Chan, Chung-Wa Ho, and Mila [2] put forward a two-phase scheme for removing
salt and pepper noise. In the foremost phase, an adaptive median filter is used which identify
pixels that are likely to be infected by noise. In the successive phase, the image is restored using a
specialized regularization method that applies only to those selected noise candidates. In terms of
edge perpetuation and noise suppression, their restored images represent a significant
enhancement compared to those restored by using just nonlinear filters or regularization methods
only. Strategy can remove salt-and-pepper-noise with a noise level as high as 90%.
M. S. Nair, K. Revathy, and Rao Tatavarti [3] evinced an improved decision-based algorithm for
the restoration of gray-scale and color images that are highly corrupted by Salt and Pepper noise
which efficiently removes the salt and pepper noise by preserving all details. The algorithm
utilizes formerly processed neighboring pixel values to get better image quality than the one
utilizing only the just previously applied pixel value. The projected algorithm is faster and also
produces better result than a Standard Median Filter (SMF). The advantage of the proposed
algorithm lies in removing only the noisy pixel either by the median value or by the mean of the
previously processed neighboring pixel values.
B. Singh, Ravinder Singh, Harmandeep Singh [4] proposed that removal of high density salt and
pepper noise in noisy color images using projected median filter. The presentation of improved
median filter is good at lower noise density level. The mean filter prevents little noise and gets the
worst results. The enhanced median filter is good at lower noise density levels. It suppresses most
of the noises effectively while preserving colored image details. The performance of the
algorithm is analyzed in terms of Peak signal to noise ratio (PSNR), Mean square error
(MSE),Image Enhancement Factor (IEF).
W. Luo [5] suggested that images are often corrupted by noise known as salt and pepper noise.
This noise can corrupt the images and the corrupted pixel takes either maximum or minimum
gray level. Along with these standard median filters has been established as reliable method to
remove the salt and pepper noise without harming the edge features. Though, the major problem
of standard Median Filter (MF) is that the filter is effective only at low noise densities.
2. PROPOSED ALGORITHM
The Sequence of algorithms used as follows:-
1. Firstly Adaptive Histogram Equalization Technique is performed on the input image to
improve contrast in image.
2. After this, Adaptive Contrast Enhancement is applied to improve the quality of the image.
3. Contrast Stretching is done to improve the contrast in an image by stretching the range of
intensity values it contains to span a desired range of values.
4. After Contrast Stretching, Homomorphic filtering is used for image enhancement.
Usually it normalizes the brightness across an image and improve contrast. So, homomorphic
filtering is used to remove noise.
5. Finally, we get the output noise free image.
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015
69
The following strategy is used to get the desired results.
Fig. 1 Methodology for salt & pepper noise removal
3. PARAMETERS USED
The different parameters which are used to check the performance are as follows:
1. Mean Square Error (MSE) is the ratio of the square of difference between the input and
output image to the size of the image.
    
2
1 1
21 ,,
1
 

M
i
N
j
jifjif
MN
MSE (1)
Here f1, f2 are the input and output images respectively. M and N are the sizes of the images.
2. Peak Signal to Noise ratio (PSNR) is the logarithmic value of the ratio of size of the image
and the mean square error of the image.







MSE
LOGPSNR
2
255
10 (2)
Peak Signal to Noise Ratio should be as large as possible which means that the content of signal
in the output is large and the noise is less.
3. Signal to noise ratio (SNR) should be as large as possible which means that the content of
signal in the output is large and the noise is less.
0
BA SS
SNR

 (3)
SA is the mean intensity value of the image and the background respectively.
0 is standard deviation of the image.
Adaptive
Histogram
Equalization
Adaptive
Contrast
Enhancement
Contrast
Stretching
Homomorphic
Filtering
Output
Image
Input
Image
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015
70
Fig. 2 Image 1 after proposed Technique Fig. 3 Image 2 after proposed technique
4. COMPARATIVE ANALYSIS BASED ON OBJECTIVE PARAMETERS
The Following table shows the comparative analysis of proposed techniques with previous
techniques of salt and pepper noise removal using PSNR, MSE and SNR.
TABLE 1: Comparison Based on Mean Square Error Parameter for Figures.
TABLE 2: Comparison Based on Peak Signal to Noise Ratio Parameter for Figures.
Technique Proposed Technique1
Fig. 3 18.433 14.8526
Fig. 3 22.713 14.322
Fig. 3 20.344 15.855
Technique Proposed Technique1
Fig. 2 0.0021 603
Fig. 2 0.0024 608
Fig. 2 0.0017 605
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015
71
Fig. 4
TABLE 3: Comparison Based on Signal to Noise Ratio Parameter for Figures
Technique Proposed Technique1
Fig. 4 31.5275 17.4797
Fig. 4 32.6164 9.4315
Fig. 4 16.8741 10.4024
5. COMPARATIVE ANALYSIS BASED ON SUBJECTIVE PARAMETERS
The Following Table shows Comparisons Based on Subjective Parameters:-
Technique-1 is SP Noise Removal using Homomorphic Filtering.
Proposed Technique is the combination of Median Filtering and Homomorphic Filtering using
Adaptive Histogram Equalizations.
originalimage adaptivehistogrameqalization
homomorphic image
adaptivecontrastenhancement
finalimage
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015
72
Fig. 5.1(a). Original
Image
Fig. 5.1(b). Image
after Homomorphic
Filtering
Fig. 5.1(c). Image after
Adaptive Median
Filtering
Fig. 5.1(d). Image
after Proposed
Approach
Fig. 6.1(a). Original
Image
Fig. 6.1(b). Image
after Homomorphic
Filtering
Fig. 6.1(c). Image after
Adaptive Median
Filtering
Fig. 6.1(d). Image
after Proposed
Approach
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015
73
6. CONCLUSIONS
In this paper, a recent adaptive noise reduction scheme for removing salt and pepper noise is
proposed which categorizes impulse noise and will remove the noise from the corrupted image
that is followed by image enhancement scheme to retain the details and image quality. As per the
new results, the future algorithm yields good filtering result. This is recorded by numerical
measurements like PSNR and visual observations through the experiments performed. So, we
recommend an algorithm for eliminate salt and pepper noise removal. The suggested method is
actually an adaptive median filter. The benefits of this proposed method are the fuzzy
initialization of filtering window size and the precision of median value. Comprehensive method
results expose that our filter consistently outperforms the existing filters by attaining much higher
PSNR across a wide range of noise densities, from 10% to 90%.
The purpose of such method is mainly due to highly accurate noise detection experienced by the
noise detection algorithm having high noise detection ratio and our method performs more
desirable than the median filter and other conventional edge preserving method. The PSNR, SNR
is high; MSE is low. This advised method is a fast method for removing salt and pepper noise.
REFERENCES
[1] P.Kamboj, V.Rani, Image Enhancement Using Hybrid Filtering Technique, IJSR, vol. 2(6), 2013,
214-220.
[2] R.H.Chan, C.W. Ho, M.Nikolova, Salt-and-Pepper Noise Removal by Median-Type Noise Detectors
and Detail- Preserving Regularization, IEEE Transactions on Image Processing, vol. 14, No. 10,
1479-1485, 2005.
[3] Nair, M.S., Revathy, K.; Tatavarti, Removal of Salt and Pepper Noise in Images: A new Decision
based Algorithm, IMECS’08, vol. 1, 2008.
[4] B.Singh, R.Singh, H.Singh, Removal of High Density Salt & Pepper Noise in Noisy color Images
using Proposed Median Filter, vol 2, No 2, 2013.
[5] W.Luo, Efficient Removal of Impulse Noise from Digital Images”, IEEE Transactions, 2006, 523-
527.
[6] K.S.Srinivasan, D.Ebenezer, A New Fast and Efficient Decision Based Algorithm for Removal of
High-Density Impulse Noises, IEEE signals processing letter, vol. 14, no. 3, 2007, 189-192.
[7] A.Verma, B.Sharma, Comparative Analysis in Medical Imaging, IJCA, vol. 1- No. 13, 2010.
[8] S.Pawar, P.S.Halgaonkar, J.W.Bakal, V.M.Wadhai, Implementation of PPM Image Processing and
Median Filtering, IJCA, vol. 14– no.5, January 2011.
[9] S.A.M.Saleh, H.Ibrahim, Mathematical Equations for Homomorphic Filtering in Frequency Domain,
IPCSIT, vol. 45, 2012.
[10] S.Deivalakshmi, S.Sarath, P.Palanisamy, Detection and Removal of Salt and Pepper noise in images
by Improved Median Filter, IEEE, 2011.
[11] Swapna M.Patil, R.R.Karhe, C.S.Patil, Kirti Mahajan, International Journal of Engineering Research
& Technology (IJERT) Vol. 2 Issue 1, January- 2013.
[12] B.Ho.Knag, A Review on Image and Video Processing, IJMUE, 2007, 49-63.
[13] Rekha Rani, Ashish Verma, Shiv Kumar Verma, Upma Bansal, International Journal in Foundations
of Computer Science and Technology (IJFCST) Vol. 4 Issue 5, September- 2014.

More Related Content

What's hot

Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld ImageResearch on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Imagesipij
 
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGERESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGEsipij
 
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 MethodIRJET Journal
 
A fast and effective impulse noise filter
A fast and effective impulse noise filterA fast and effective impulse noise filter
A fast and effective impulse noise filterIJRES Journal
 
Adaptive 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
 
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
 
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...iosrjce
 
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 StrategyIRJET Journal
 
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...ijsc
 
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 NoiseTELKOMNIKA JOURNAL
 
saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013pranay yadav
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452IJRAT
 
Noise Reduction in MRI Liver Image Using Discrete Wavelet Transform
Noise Reduction in MRI Liver Image Using Discrete Wavelet TransformNoise Reduction in MRI Liver Image Using Discrete Wavelet Transform
Noise Reduction in MRI Liver Image Using Discrete Wavelet TransformIRJET Journal
 
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 ...ijcsit
 
Novel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesNovel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesijbbjournal
 

What's hot (19)

Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld ImageResearch on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
 
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGERESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
 
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
 
A fast and effective impulse noise filter
A fast and effective impulse noise filterA fast and effective impulse noise filter
A fast and effective impulse noise filter
 
Adaptive 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
 
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
 
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
 
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
 
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...
 
388 394
388 394388 394
388 394
 
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
 
saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
 
I010324954
I010324954I010324954
I010324954
 
Image Filtering
Image FilteringImage Filtering
Image Filtering
 
Noise Reduction in MRI Liver Image Using Discrete Wavelet Transform
Noise Reduction in MRI Liver Image Using Discrete Wavelet TransformNoise Reduction in MRI Liver Image Using Discrete Wavelet Transform
Noise Reduction in MRI Liver Image Using Discrete Wavelet Transform
 
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 ...
 
Novel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesNovel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital images
 

Viewers also liked

A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...ijfcstjournal
 
Opinion mining in hindi language a survey
Opinion mining in hindi language a surveyOpinion mining in hindi language a survey
Opinion mining in hindi language a surveyijfcstjournal
 
A new approach for formal behavioral
A new approach for formal behavioralA new approach for formal behavioral
A new approach for formal behavioralijfcstjournal
 
Comparative performance analysis of two anaphora resolution systems
Comparative performance analysis of two anaphora resolution systemsComparative performance analysis of two anaphora resolution systems
Comparative performance analysis of two anaphora resolution systemsijfcstjournal
 
A framework for outlier detection in
A framework for outlier detection inA framework for outlier detection in
A framework for outlier detection inijfcstjournal
 
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICES
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICESLOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICES
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICESijfcstjournal
 
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERS
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERSAN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERS
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERSijfcstjournal
 
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...ijfcstjournal
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interactionijfcstjournal
 

Viewers also liked (10)

A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...
 
Opinion mining in hindi language a survey
Opinion mining in hindi language a surveyOpinion mining in hindi language a survey
Opinion mining in hindi language a survey
 
A new approach for formal behavioral
A new approach for formal behavioralA new approach for formal behavioral
A new approach for formal behavioral
 
Comparative performance analysis of two anaphora resolution systems
Comparative performance analysis of two anaphora resolution systemsComparative performance analysis of two anaphora resolution systems
Comparative performance analysis of two anaphora resolution systems
 
A framework for outlier detection in
A framework for outlier detection inA framework for outlier detection in
A framework for outlier detection in
 
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICES
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICESLOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICES
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICES
 
Is your shopping cart secure
Is your shopping cart secureIs your shopping cart secure
Is your shopping cart secure
 
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERS
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERSAN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERS
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERS
 
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interaction
 

Similar to A new methodology for sp noise removal in digital image processing

survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoisingArti Singh
 
Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...
Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...
Edge Preservation of Enhanced Fuzzy Median Mean Filter Using Decision Based M...ijsc
 
Review Paper on Image Denoising Techniques
Review Paper  on Image Denoising TechniquesReview Paper  on Image Denoising Techniques
Review Paper on Image Denoising TechniquesIRJET Journal
 
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
 
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 LogicCSCJournals
 
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 TechniquesIRJET Journal
 
Review of Salt and Pepper Noise Present Within the Image during Image Compres...
Review of Salt and Pepper Noise Present Within the Image during Image Compres...Review of Salt and Pepper Noise Present Within the Image during Image Compres...
Review of Salt and Pepper Noise Present Within the Image during Image Compres...IRJET Journal
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imageseSAT Publishing House
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imageseSAT Publishing House
 
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
 
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 Journal
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reductionsipij
 
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...IOSR Journals
 
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...IOSR Journals
 
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for  Different NoiseComparison of Denoising Filters on Greyscale TEM Image for  Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for Different NoiseIOSR Journals
 
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
 
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...IJEACS
 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERPushparaj Pal
 
Noise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOCNoise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOCEditor IJCATR
 

Similar to A new methodology for sp noise removal in digital image processing (20)

survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoising
 
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...
 
Review Paper on Image Denoising Techniques
Review Paper  on Image Denoising TechniquesReview Paper  on Image Denoising Techniques
Review Paper on Image Denoising Techniques
 
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
 
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
 
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
 
L011117884
L011117884L011117884
L011117884
 
Review of Salt and Pepper Noise Present Within the Image during Image Compres...
Review of Salt and Pepper Noise Present Within the Image during Image Compres...Review of Salt and Pepper Noise Present Within the Image during Image Compres...
Review of Salt and Pepper Noise Present Within the Image during Image Compres...
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri images
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri images
 
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
 
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...
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reduction
 
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
 
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
Restoration of Images Corrupted by High Density Salt & Pepper Noise through A...
 
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
 
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 ...
 
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTER
 
Noise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOCNoise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOC
 

More from ijfcstjournal

A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESA COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESijfcstjournal
 
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...ijfcstjournal
 
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...ijfcstjournal
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...ijfcstjournal
 
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...ijfcstjournal
 
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGAN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGijfcstjournal
 
EAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYEAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYijfcstjournal
 
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSEDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSijfcstjournal
 
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMCOMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMijfcstjournal
 
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSPSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSijfcstjournal
 
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...ijfcstjournal
 
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGA MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGijfcstjournal
 
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...ijfcstjournal
 
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHijfcstjournal
 
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSAGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSijfcstjournal
 
International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)ijfcstjournal
 
AN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESAN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESijfcstjournal
 
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...ijfcstjournal
 
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMS
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMSA STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMS
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMSijfcstjournal
 
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERING
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERINGA LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERING
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERINGijfcstjournal
 

More from ijfcstjournal (20)

A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESA COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
 
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
 
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
 
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
 
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGAN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
 
EAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYEAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITY
 
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSEDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
 
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMCOMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
 
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSPSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
 
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
 
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGA MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
 
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
 
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
 
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSAGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
 
International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)
 
AN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESAN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMES
 
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
 
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMS
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMSA STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMS
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMS
 
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERING
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERINGA LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERING
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERING
 

Recently uploaded

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Recently uploaded (20)

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 

A new methodology for sp noise removal in digital image processing

  • 1. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015 DOI:10.5121/ijfcst.2015.5107 67 A NEW METHODOLOGY FOR SP NOISE REMOVAL IN DIGITAL IMAGE PROCESSING Upma Bansal1 1 Assistant Professor, Dept. of CSE, Chandigarh University, Punjab, India Rekha Saini2 2 Assistant Professor, Dept. of CSE, Chandigarh University, Punjab, India Ashish Verma3 3 Assistant Professor, Dept. of CSE/IT, SSIET, PTU, India ABSTRACT The paper purposes the removal of noise in digital gray scale images that often observed in scanned documents. Generally, Data i.e. picture, text can be contaminated by an additive noise during the process of scanning. This methodology prevents this type of noise known as Salt and Pepper noise (SP Noise) which causes white and black spots on the original image. We are designing a new algorithm for removal of these white and black spots after the knowledge of Median Filter, Adaptive Filter and the new proposed algorithm will definitely protect the image from noise and distortion. Firstly, Adaptive Histogram Equalization is done on the original image. Secondly apply Adaptive contrast Enhancement Technique on the resultant image. After Contrast Enhancement we apply filters Such as Homomorphic filtering. These filters are applied sequentially on distorted images for removing the image. KEYWORDS Salt and Pepper, filter, adaptive, image, noise. 1. INTRODUCTION An image is an artifact that represents visual observation. It may be captured by optical means like cameras, lenses, telescopes, microscopes etc. Often the raw image is not openly suitable for this purpose, it always needs some processing. Such a processing on image is called image enhancement; processing by an observer to extort information is called image analysis. Enhancement and analysis are well-known by their output and by the challenges faced and methods exercised. Image enhancement has been done by various methods i.e. chemical, optical and electronic means [12]. A digital image is a mathematical representation of a two-dimensional image. Digital images are composed of pixels i.e. picture element. Each pixel represents the gray level for black and white photos at a single point in the image, so a pixel can be represented by a tiny dot of a fussy color. By calculating the color of an image at a large number of points, we can generate a digital approximation of the image from which a copy of the original can be recreated. Pixels are a slight like grain particles in a conventional photographic image, which can be arranged in a regular pattern of rows and columns and store information differently to some extent. A digital image is a rectangular arrangement of pixels sometimes called a bitmap. Priyanka Kamboj and Versha Rani [1] have studied various noise model and filtering techniques. In image processing, noise reduction and image restoration is expected to improve the qualitative inspection of an image and the performance criteria of quantitative image analysis techniques.
  • 2. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015 68 Digital image is inclined to a variety of noise which affects the eminence of image. The purpose of image denoising is to restore the detail of original image to the great extent. The criterion of the noise removal problem depends on the type of noise by which is corrupting the image. Different methods for reduction of noise and image enhancement have been considered. Raymond H. Chan, Chung-Wa Ho, and Mila [2] put forward a two-phase scheme for removing salt and pepper noise. In the foremost phase, an adaptive median filter is used which identify pixels that are likely to be infected by noise. In the successive phase, the image is restored using a specialized regularization method that applies only to those selected noise candidates. In terms of edge perpetuation and noise suppression, their restored images represent a significant enhancement compared to those restored by using just nonlinear filters or regularization methods only. Strategy can remove salt-and-pepper-noise with a noise level as high as 90%. M. S. Nair, K. Revathy, and Rao Tatavarti [3] evinced an improved decision-based algorithm for the restoration of gray-scale and color images that are highly corrupted by Salt and Pepper noise which efficiently removes the salt and pepper noise by preserving all details. The algorithm utilizes formerly processed neighboring pixel values to get better image quality than the one utilizing only the just previously applied pixel value. The projected algorithm is faster and also produces better result than a Standard Median Filter (SMF). The advantage of the proposed algorithm lies in removing only the noisy pixel either by the median value or by the mean of the previously processed neighboring pixel values. B. Singh, Ravinder Singh, Harmandeep Singh [4] proposed that removal of high density salt and pepper noise in noisy color images using projected median filter. The presentation of improved median filter is good at lower noise density level. The mean filter prevents little noise and gets the worst results. The enhanced median filter is good at lower noise density levels. It suppresses most of the noises effectively while preserving colored image details. The performance of the algorithm is analyzed in terms of Peak signal to noise ratio (PSNR), Mean square error (MSE),Image Enhancement Factor (IEF). W. Luo [5] suggested that images are often corrupted by noise known as salt and pepper noise. This noise can corrupt the images and the corrupted pixel takes either maximum or minimum gray level. Along with these standard median filters has been established as reliable method to remove the salt and pepper noise without harming the edge features. Though, the major problem of standard Median Filter (MF) is that the filter is effective only at low noise densities. 2. PROPOSED ALGORITHM The Sequence of algorithms used as follows:- 1. Firstly Adaptive Histogram Equalization Technique is performed on the input image to improve contrast in image. 2. After this, Adaptive Contrast Enhancement is applied to improve the quality of the image. 3. Contrast Stretching is done to improve the contrast in an image by stretching the range of intensity values it contains to span a desired range of values. 4. After Contrast Stretching, Homomorphic filtering is used for image enhancement. Usually it normalizes the brightness across an image and improve contrast. So, homomorphic filtering is used to remove noise. 5. Finally, we get the output noise free image.
  • 3. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015 69 The following strategy is used to get the desired results. Fig. 1 Methodology for salt & pepper noise removal 3. PARAMETERS USED The different parameters which are used to check the performance are as follows: 1. Mean Square Error (MSE) is the ratio of the square of difference between the input and output image to the size of the image.      2 1 1 21 ,, 1    M i N j jifjif MN MSE (1) Here f1, f2 are the input and output images respectively. M and N are the sizes of the images. 2. Peak Signal to Noise ratio (PSNR) is the logarithmic value of the ratio of size of the image and the mean square error of the image.        MSE LOGPSNR 2 255 10 (2) Peak Signal to Noise Ratio should be as large as possible which means that the content of signal in the output is large and the noise is less. 3. Signal to noise ratio (SNR) should be as large as possible which means that the content of signal in the output is large and the noise is less. 0 BA SS SNR   (3) SA is the mean intensity value of the image and the background respectively. 0 is standard deviation of the image. Adaptive Histogram Equalization Adaptive Contrast Enhancement Contrast Stretching Homomorphic Filtering Output Image Input Image
  • 4. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015 70 Fig. 2 Image 1 after proposed Technique Fig. 3 Image 2 after proposed technique 4. COMPARATIVE ANALYSIS BASED ON OBJECTIVE PARAMETERS The Following table shows the comparative analysis of proposed techniques with previous techniques of salt and pepper noise removal using PSNR, MSE and SNR. TABLE 1: Comparison Based on Mean Square Error Parameter for Figures. TABLE 2: Comparison Based on Peak Signal to Noise Ratio Parameter for Figures. Technique Proposed Technique1 Fig. 3 18.433 14.8526 Fig. 3 22.713 14.322 Fig. 3 20.344 15.855 Technique Proposed Technique1 Fig. 2 0.0021 603 Fig. 2 0.0024 608 Fig. 2 0.0017 605
  • 5. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015 71 Fig. 4 TABLE 3: Comparison Based on Signal to Noise Ratio Parameter for Figures Technique Proposed Technique1 Fig. 4 31.5275 17.4797 Fig. 4 32.6164 9.4315 Fig. 4 16.8741 10.4024 5. COMPARATIVE ANALYSIS BASED ON SUBJECTIVE PARAMETERS The Following Table shows Comparisons Based on Subjective Parameters:- Technique-1 is SP Noise Removal using Homomorphic Filtering. Proposed Technique is the combination of Median Filtering and Homomorphic Filtering using Adaptive Histogram Equalizations. originalimage adaptivehistogrameqalization homomorphic image adaptivecontrastenhancement finalimage
  • 6. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015 72 Fig. 5.1(a). Original Image Fig. 5.1(b). Image after Homomorphic Filtering Fig. 5.1(c). Image after Adaptive Median Filtering Fig. 5.1(d). Image after Proposed Approach Fig. 6.1(a). Original Image Fig. 6.1(b). Image after Homomorphic Filtering Fig. 6.1(c). Image after Adaptive Median Filtering Fig. 6.1(d). Image after Proposed Approach
  • 7. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.5, No.1, January 2015 73 6. CONCLUSIONS In this paper, a recent adaptive noise reduction scheme for removing salt and pepper noise is proposed which categorizes impulse noise and will remove the noise from the corrupted image that is followed by image enhancement scheme to retain the details and image quality. As per the new results, the future algorithm yields good filtering result. This is recorded by numerical measurements like PSNR and visual observations through the experiments performed. So, we recommend an algorithm for eliminate salt and pepper noise removal. The suggested method is actually an adaptive median filter. The benefits of this proposed method are the fuzzy initialization of filtering window size and the precision of median value. Comprehensive method results expose that our filter consistently outperforms the existing filters by attaining much higher PSNR across a wide range of noise densities, from 10% to 90%. The purpose of such method is mainly due to highly accurate noise detection experienced by the noise detection algorithm having high noise detection ratio and our method performs more desirable than the median filter and other conventional edge preserving method. The PSNR, SNR is high; MSE is low. This advised method is a fast method for removing salt and pepper noise. REFERENCES [1] P.Kamboj, V.Rani, Image Enhancement Using Hybrid Filtering Technique, IJSR, vol. 2(6), 2013, 214-220. [2] R.H.Chan, C.W. Ho, M.Nikolova, Salt-and-Pepper Noise Removal by Median-Type Noise Detectors and Detail- Preserving Regularization, IEEE Transactions on Image Processing, vol. 14, No. 10, 1479-1485, 2005. [3] Nair, M.S., Revathy, K.; Tatavarti, Removal of Salt and Pepper Noise in Images: A new Decision based Algorithm, IMECS’08, vol. 1, 2008. [4] B.Singh, R.Singh, H.Singh, Removal of High Density Salt & Pepper Noise in Noisy color Images using Proposed Median Filter, vol 2, No 2, 2013. [5] W.Luo, Efficient Removal of Impulse Noise from Digital Images”, IEEE Transactions, 2006, 523- 527. [6] K.S.Srinivasan, D.Ebenezer, A New Fast and Efficient Decision Based Algorithm for Removal of High-Density Impulse Noises, IEEE signals processing letter, vol. 14, no. 3, 2007, 189-192. [7] A.Verma, B.Sharma, Comparative Analysis in Medical Imaging, IJCA, vol. 1- No. 13, 2010. [8] S.Pawar, P.S.Halgaonkar, J.W.Bakal, V.M.Wadhai, Implementation of PPM Image Processing and Median Filtering, IJCA, vol. 14– no.5, January 2011. [9] S.A.M.Saleh, H.Ibrahim, Mathematical Equations for Homomorphic Filtering in Frequency Domain, IPCSIT, vol. 45, 2012. [10] S.Deivalakshmi, S.Sarath, P.Palanisamy, Detection and Removal of Salt and Pepper noise in images by Improved Median Filter, IEEE, 2011. [11] Swapna M.Patil, R.R.Karhe, C.S.Patil, Kirti Mahajan, International Journal of Engineering Research & Technology (IJERT) Vol. 2 Issue 1, January- 2013. [12] B.Ho.Knag, A Review on Image and Video Processing, IJMUE, 2007, 49-63. [13] Rekha Rani, Ashish Verma, Shiv Kumar Verma, Upma Bansal, International Journal in Foundations of Computer Science and Technology (IJFCST) Vol. 4 Issue 5, September- 2014.