SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

TECHNOLOGY (IJCET)

ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 6, November - December (2013), pp. 256-261
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com

IJCET
©IAEME

A NEW ADAPTIVE WEIGHT ALGORITHM TO REMOVE SALT AND
PEPPER NOISE FROM SATELLITE IMAGES

Mr. Ganesh L. Attarde, Mr. G.D.Bonde,

Mr. O.K.Firke

Assistant Professor, J.T.Mahajan College of Engineering, Faizpur (M.S.)

ABSTRACT
In this paper, a new adaptive weight algorithm is developed for the removal of salt and
pepper noise particularly in satellite images. Satellite images are corrupted when acquired by a
defective sensor or when transmitted through a faulty channel. Salt and pepper noise can be
commonly found in the sensor or transmission channel during acquisition and transmission of digital
satellite images. This algorithm can be worked in two phases. During the first phase, detecting the
noise pixel according to the correlations among image pixels and in second phase adaptive weight
algorithm is used to remove the noise. Simulation results based on Matlab show that this method can
eliminate the salt and pepper noise in satellite images efficiently and preserves edges and details
information of the image. Also this method can remove noise for highly contaminated image with
noise level as large as 90%, it still can get the better performance.
Keywords: Salt and Pepper Noise; Adaptive Weight Algorithm; Peak Signal to Noise Ratio (PSNR);
Mean To Error (MTR).
I. INTRODUCTION
Digital image processing is study of digital images by the computer system. Digital images
are electronic and mathematical representations of various types of images such as satellite images,
medical images, personal images, forest images etc. that are stored electronically on a computer
system. Image processing is a way of enhancing data images prior to computational process. Image
filtering is one of the pre-processing operations which allow applying various updations on the
images, to remove the noise, preserves edges and improve the quality of the image [1]. Satellite
images include photographs of the earth taken through an artificial satellite revolving around the
earth. The process of correcting these satellite images for haze, cloud and sensor induced defects
within satellite image and overlaying 2D satellite image on 3D surface of the earth is called satellite
image processing [13]. Processed satellite images have different scientific and need based
256
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

applications in the field of agriculture, geology, forestry, biodiversity conservation, regional
planning, education, intelligence and warfare [13].
Images obtained from satellites are useful in many environmental applications such as
tracking of earth resources, geographical mapping, prediction of agriculture crops, urban growth,
weather, flood and fire control etc. Space image application includes recognition and analysis of
objects in the images, obtained from deep space-probe mission [8].
Noise is the undesired data or pixel information that contaminates an image. Noise appears in images
from various forms. The digital image acquisition process, which converts an optical image into a
continuous electrical signal that is then sampled, is primary process by which noise appears in
images. There are several ways which noise can be introduced in the image, depending on how the
image is being created.
Satellite image containing the noise signals and lead to a distorted image and not being able
to understand and study it properly, requires the use of appropriate filters to limit or reduce various
noises from the images. It helps the possibility of better interpretation of the content of the image.
If there is introduction of salt and pepper noise in the satellite images that contains random
occurrences of both black and white intensity values and often caused by threshold of noise image.
The noise which sprinkles on the satellite images like black and white dots significantly reduces the
visual effect of the satellite image. The common filtering is not enough to remove such type of noise
and improve the image quality; it's very important to keep the details and edges as well as removing
noise in satellite images so that these images are useful in future. The common salt and pepper noise
filtering algorithms includes traditional median filter, extreme median filter, switching median and
adaptive median filter etc. All the algorithms are sensitive to various noise levels. In many of the
proposed algorithms for removing salt and pepper noise, we prefer to use adaptive weight algorithm
[2] for removing the noise from satellite images. In [2], a decision based adaptive weight algorithm is
proposed for the removing the salt and pepper noise in the images. This paper we shows that the
modified decision based algorithm can also effectively been applied with the satellite images to
remove salt and pepper noise at various noise density levels.
II. METHODOLOGY
A. The Proposed Method
The decision based adaptive weight algorithm[14] is based on the following steps as
1. It checks for the pixels that are noisy in satellite image i.e. pixels with the values 0 or 255
are to be considered.
2. For each such noisy pixel P, a window size of 3x3 neighbouring the pixel P is taken.
3. Find the absolute differences between the pixel P and the neighbouring pixels of P.
4. The arithmetic mean of the differences for a given pixel P is calculated.
5. The arithmetic mean is then compared with the threshold value to detect whether the pixel
P is signal pixel or corrupted by noise.
6. If the arithmetic mean is greater than or equal to the threshold value the pixel P is
considered as noisy.
7. Otherwise the pixel P is considered as signal pixel.
Median filters produce the best result for the mask of size 3x3 at low noise densities up to the
15%. Though the image is considerably blurred.

257
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

Mean
Filtering
applied for
less than
15% level
Satellite
Image With
Salt And
Pepper
Noise

Noise
density level
Detection

Restored
Satellite
image

Adaptive
weight
algorithm
applied for
high noise
level

Figure 1. Adaptive Weight Filtering Algorithm Block Diagram
The filter fails to perform well at higher density levels and hence the new adaptive weight
algorithm [2] can be used for highly corrupted satellite images. The adaptive weight algorithm[14] is
as follows
1.
2.
3.
4.

Noise is detected by the noise detection algorithm mentioned above.
Filtering is applied only at those pixels that were detected as noisy.
Once a given pixel P is found to be noisy the following steps are applied
A 3x3 mask is centred at the pixel P and founds if there exists at least one signal pixel around
the pixel P.
5. If found, the pixel P is replaced by the median of the signal pixels found in 3x3
neighbourhood of P.
6. The above steps are repeated if noise still there in the output image for better results.

Peak Signal to Noise Ratio (PSNR) and Mean to Error (MTE) of the output image are
computed to analyze the performance of the given algorithm as a removal of salt and pepper noise
from the satellite images. Figure 1 shows the working of the adaptive weight algorithm, as this
algorithm is work in two phases. In first phase, it can detect the noise density level in the satellite
image and make decision which algorithm to be applied. If the noise density level is less than 30%
then the mean filter can be used to remove the noise from the satellite image otherwise the adaptive
weight algorithm cane to use. In second phase, the algorithm can use to remove the salt and pepper
noise from satellite images.
III. EXPERIMENTAL RESULTS
3.1. Simulation Results
The performance of the proposed improved adaptive weight algorithm is evaluated on various
noise density levels, in which this method also proves superior by giving good results even at high
density level for a satellite image. This method depicts the performance on various satellite images.
These algorithms i.e. mean filtering for low density noise levels and adaptive weight algorithm to
pre-process satellite image data for various satellite images with different noise density such as 5%,
10%, 20% and more than 30%. Algorithm simulated with MATLAB.
258
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

We select Peak signal to noise ratio (PSNR), Mean to error (MTE) as objective parameters
with the purpose of increasing the assessment objectivity for denoised image quality.

(a)

(b)

(c)

(d)

Figure 2. ( a ) Original Satellite image ( b ) Image with 10 % of noise density level ( c ) Noise
pixels separated from contaminated image ( d ) Restored image using adaptive weight algorithm
The parameters are defined as
1. Peak Signal To Noise Ratio (PSNR)
PSNR = 10 log

ଶହହమ

భ
∑೘ ∑೙ ሺ௬ ି௫೔,ೕ ሻଶ
ಾ೉ಿ ೔సభ ೕసభ ೔,ೕ

2. Mean to Error (MTE)
MTE =ට∑௠ ∑௡ ሺ‫ݕ‬௜.௝ െ ‫ݔ‬௜,௝ ሻ2
௜ୀଵ ௝ୀଵ
Figure 2 and Figure 3 shows the result of removal of salt and pepper noise from the satellite
image with the lower noise density level as well as with the high noise density level. The algorithm
tested for various satellite images and calculates the Peak to Noise Ratio and mean error. Results are
obtained for the different noise density level such as 5%, 10%, 25%, 50% etc. and observer the
PSNR and MTE for all the density levels.

259
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

(a)

(b)

(c)

(d)

Figure 3. ( a ) Original Satellite image ( b ) Image with 40 % of noise density level ( c ) Noise
pixels separated from contaminated image ( d ) Restored image using adaptive weight algorithm

3.2. Performance Analysis
PSNR & MTR
NOISE LEVEL in %

VALUES OF PSNR

VALUES OF MTE

5

32.60

35.152

10

32.0220

40.821

20

29.215

91.79

30

25.28

260.56

50

15.154

1982.3

60

12.55

4520.25

70

9.632

0.8523e+04

80

7.152

1.136e+04

260
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

IV. CONCLUSION
In this paper, the adaptive weight algorithm is proposed which gives better performance at
high noise density levels for removal of salt and pepper noise from satellite images. Also the
parameters like Peak signal to Noise Ratio (PSNR) and Mean to error (MTE) prove to give
satisfactory results even at high levels of noise in satellite images. Hence the proposed adaptive
weight algorithm as effective for removal of salt and pepper noise in satellite images even at high
noise densities.
IV.
[1 ]
[2]

[3]

[4]
[5]
[6]

[7]
[8]
[9]
[10]

[11]
[12]
[13]
[14]

[15]

[16]

REFERENCES
R.C.Gonzalez and R.E. Wood, Digital Image Processing, Prentice-Hall, India, Second Edition,
2007
Chen Cong-ping,Wang Jian, Qin Wu, Dong Xiao-gang, “A New Adaptive Weight Algorithm for
Salt and Pepper Noise Removal”, IEEE Trans on Image Process, pp. 26-29, 978-1-61284-4596/1
Geoffrine Judith.M.C, and N. Kumarasabapathy., ”Study and analysis of impulse noise
reduction filters”, Signal & Image Processing: An International Journal(SIPIJ), Vol.2(1),pp.8292,2011.
Wang and D. Zhang, “Progressive median filter for the removal of impulse noise from highly
corrupted images”, IEEE Trans Circuits Syst II, Analog Digit Signal Process, 46(1):78-80, 1999.
S.J.Ko and Y.H. Lee, “Center weighted median filters and their applications to image
enhancement”, Pattern Recognition Lett, 15(4):341-347, 1994.
E.Abreu. M Lightstone, S.Mitra and K. Arakawa, “A new efficient approach for the removal of
impulse noise from highly corrupted images”, IEEE Trans. Image Processing, 5(6):1012-1025,
1996.
Shuqun Zhang and Mohammad A. Karim, “A new impulse detector for switching median
filters,” IEEE Trans on Image Processing, 13(2):234-237, 2004.
http://www.ijcsi.org/papers/7-1-1-32-36.pdf
H. Hwang and R.A. Haddad, “Adaptive median filters: New algorithms and results”, IEEE
Trans Image Process, 4(4):499-502.1995.
Yu Jiang; Guo Hongwei; Li Chao, “A Filtering Algorithm for Removing Salt and Pepper Noise
and Preserving Details of Images”, Wireless Communications Networking and Mobile
Computing (WiCOM), 2010,Pages: 1- 4.
Sarinivasan, K.S., and Ebenezer, D., “A new fast and efficient decision based algorithm for
removal of high-density impulse noises,” IEEE signals process. Lett, pp. 189-192, 2007.
H. Hwang and R. A. Haddad, ”Adaptive Median Filters: New Algorithms and Results”,
IEEE Transactions on image processing vol 4. P.no 499-502, Apr 1995.
http://scitechpark.org.in/index.php/servcies/remote-sensing-and-gis/satellite-image-processing.
G.L.Attarde and Abhishek Choubey, “A Modified Decision Based Adaptive Weight Algorithm
for Removing Salt and Pepper Noise”, International Journal of Electronics and Communication
Engineering & Technology (IJECET), Volume 3, Issue 1, 2012, pp. 293-299, ISSN Print:
0976- 6464, ISSN Online: 0976 –6472.
Er. Ravi Garg and Er. Abhijeet Kumar, “Comparasion of SNR and MSE for Various Noises
using Bayesian Framework”, International Journal of Electronics and Communication
Engineering & Technology (IJECET), Volume 3, Issue 1, 2012, pp. 76 - 82, ISSN Print:
0976- 6464, ISSN Online: 0976 –6472.
Y.Sruthi and Ch. Rambabu, “A New Algorithm for High Density Impulse Noise Reduction
using Unsymmetric Trimmed Median Filter”, International Journal of Electronics and
Communication Engineering & Technology (IJECET), Volume 3, Issue 2, 2012, pp. 278 - 285,
ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.
261

Weitere ähnliche Inhalte

Was ist angesagt?

C0363016021
C0363016021C0363016021
C0363016021theijes
 
A Review on Haze Removal Techniques
A Review on Haze Removal TechniquesA Review on Haze Removal Techniques
A Review on Haze Removal TechniquesIRJET Journal
 
Homomorphic Filtering of Speckle Noise From Computerized Tomography (CT) Imag...
Homomorphic Filtering of Speckle Noise From Computerized Tomography (CT) Imag...Homomorphic Filtering of Speckle Noise From Computerized Tomography (CT) Imag...
Homomorphic Filtering of Speckle Noise From Computerized Tomography (CT) Imag...CSCJournals
 
Adaptive noise driven total variation filtering for magnitude mr image denosing
Adaptive noise driven total variation filtering for magnitude mr image denosingAdaptive noise driven total variation filtering for magnitude mr image denosing
Adaptive noise driven total variation filtering for magnitude mr image denosingIndian Institute of Technology Bhubaneswar
 
Basics of image processing & analysis
Basics of image processing & analysisBasics of image processing & analysis
Basics of image processing & analysisMohsin Siddique
 
Single Image Fog Removal Based on Fusion Strategy
Single Image Fog Removal Based on Fusion Strategy Single Image Fog Removal Based on Fusion Strategy
Single Image Fog Removal Based on Fusion Strategy csandit
 
RADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformRADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformINFOGAIN PUBLICATION
 
Night image enhancement using fusion technique
Night image enhancement using fusion techniqueNight image enhancement using fusion technique
Night image enhancement using fusion techniqueeSAT Publishing House
 
Adaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noiseAdaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noiseeSAT Publishing House
 
High Efficiency Haze Removal Using Contextual Regularization Algorithm
High Efficiency Haze Removal Using Contextual Regularization AlgorithmHigh Efficiency Haze Removal Using Contextual Regularization Algorithm
High Efficiency Haze Removal Using Contextual Regularization AlgorithmIRJET Journal
 
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...IRJET Journal
 
A new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancementA new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancementiaemedu
 
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...iaemedu
 
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET Journal
 
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 enhancementeSAT Publishing House
 
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
 
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
 
Multiresolution SVD based Image Fusion
Multiresolution SVD based Image FusionMultiresolution SVD based Image Fusion
Multiresolution SVD based Image FusionIOSRJVSP
 

Was ist angesagt? (19)

C0363016021
C0363016021C0363016021
C0363016021
 
A Review on Haze Removal Techniques
A Review on Haze Removal TechniquesA Review on Haze Removal Techniques
A Review on Haze Removal Techniques
 
Homomorphic Filtering of Speckle Noise From Computerized Tomography (CT) Imag...
Homomorphic Filtering of Speckle Noise From Computerized Tomography (CT) Imag...Homomorphic Filtering of Speckle Noise From Computerized Tomography (CT) Imag...
Homomorphic Filtering of Speckle Noise From Computerized Tomography (CT) Imag...
 
[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh[IJCT-V3I2P34] Authors: Palwinder Singh
[IJCT-V3I2P34] Authors: Palwinder Singh
 
Adaptive noise driven total variation filtering for magnitude mr image denosing
Adaptive noise driven total variation filtering for magnitude mr image denosingAdaptive noise driven total variation filtering for magnitude mr image denosing
Adaptive noise driven total variation filtering for magnitude mr image denosing
 
Basics of image processing & analysis
Basics of image processing & analysisBasics of image processing & analysis
Basics of image processing & analysis
 
Single Image Fog Removal Based on Fusion Strategy
Single Image Fog Removal Based on Fusion Strategy Single Image Fog Removal Based on Fusion Strategy
Single Image Fog Removal Based on Fusion Strategy
 
RADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformRADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet Transform
 
Night image enhancement using fusion technique
Night image enhancement using fusion techniqueNight image enhancement using fusion technique
Night image enhancement using fusion technique
 
Adaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noiseAdaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noise
 
High Efficiency Haze Removal Using Contextual Regularization Algorithm
High Efficiency Haze Removal Using Contextual Regularization AlgorithmHigh Efficiency Haze Removal Using Contextual Regularization Algorithm
High Efficiency Haze Removal Using Contextual Regularization Algorithm
 
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...
Deblurring Image and Removing Noise from Medical Images for Cancerous Disease...
 
A new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancementA new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancement
 
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
 
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
 
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
 
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...
 
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...
 
Multiresolution SVD based Image Fusion
Multiresolution SVD based Image FusionMultiresolution SVD based Image Fusion
Multiresolution SVD based Image Fusion
 

Ähnlich wie 50120130406029

An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoisejournalBEEI
 
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
 
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
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...ijistjournal
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...ijistjournal
 
Review Paper on Image Denoising Techniques
Review Paper  on Image Denoising TechniquesReview Paper  on Image Denoising Techniques
Review Paper on Image Denoising TechniquesIRJET 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
 
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...IRJET Journal
 
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
 
IRJET- Robust Edge Detection using Moore’s Algorithm with Median Filter
IRJET- Robust Edge Detection using Moore’s Algorithm with Median FilterIRJET- Robust Edge Detection using Moore’s Algorithm with Median Filter
IRJET- Robust Edge Detection using Moore’s Algorithm with Median FilterIRJET Journal
 
A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing ijfcstjournal
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour imageseSAT Journals
 
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median FilterAnalysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filterijtsrd
 
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
 
Survey on Noise Removal in Digital Images
Survey on Noise Removal in Digital ImagesSurvey on Noise Removal in Digital Images
Survey on Noise Removal in Digital ImagesIOSR Journals
 
A Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical ImagesA Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical ImagesIRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 

Ähnlich wie 50120130406029 (20)

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
 
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 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,...
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
 
Review Paper on Image Denoising Techniques
Review Paper  on Image Denoising TechniquesReview Paper  on Image Denoising Techniques
Review Paper on Image Denoising Techniques
 
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...
 
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
 
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...
 
50120130406013
5012013040601350120130406013
50120130406013
 
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 ...
 
IRJET- Robust Edge Detection using Moore’s Algorithm with Median Filter
IRJET- Robust Edge Detection using Moore’s Algorithm with Median FilterIRJET- Robust Edge Detection using Moore’s Algorithm with Median Filter
IRJET- Robust Edge Detection using Moore’s Algorithm with Median Filter
 
A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
 
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
 
Image Filtering
Image FilteringImage Filtering
Image Filtering
 
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
 
Survey on Noise Removal in Digital Images
Survey on Noise Removal in Digital ImagesSurvey on Noise Removal in Digital Images
Survey on Noise Removal in Digital Images
 
A Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical ImagesA Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical Images
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 

Mehr von IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Mehr von IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Kürzlich hochgeladen

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
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
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Kürzlich hochgeladen (20)

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

50120130406029

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 6, November - December (2013), pp. 256-261 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET ©IAEME A NEW ADAPTIVE WEIGHT ALGORITHM TO REMOVE SALT AND PEPPER NOISE FROM SATELLITE IMAGES Mr. Ganesh L. Attarde, Mr. G.D.Bonde, Mr. O.K.Firke Assistant Professor, J.T.Mahajan College of Engineering, Faizpur (M.S.) ABSTRACT In this paper, a new adaptive weight algorithm is developed for the removal of salt and pepper noise particularly in satellite images. Satellite images are corrupted when acquired by a defective sensor or when transmitted through a faulty channel. Salt and pepper noise can be commonly found in the sensor or transmission channel during acquisition and transmission of digital satellite images. This algorithm can be worked in two phases. During the first phase, detecting the noise pixel according to the correlations among image pixels and in second phase adaptive weight algorithm is used to remove the noise. Simulation results based on Matlab show that this method can eliminate the salt and pepper noise in satellite images efficiently and preserves edges and details information of the image. Also this method can remove noise for highly contaminated image with noise level as large as 90%, it still can get the better performance. Keywords: Salt and Pepper Noise; Adaptive Weight Algorithm; Peak Signal to Noise Ratio (PSNR); Mean To Error (MTR). I. INTRODUCTION Digital image processing is study of digital images by the computer system. Digital images are electronic and mathematical representations of various types of images such as satellite images, medical images, personal images, forest images etc. that are stored electronically on a computer system. Image processing is a way of enhancing data images prior to computational process. Image filtering is one of the pre-processing operations which allow applying various updations on the images, to remove the noise, preserves edges and improve the quality of the image [1]. Satellite images include photographs of the earth taken through an artificial satellite revolving around the earth. The process of correcting these satellite images for haze, cloud and sensor induced defects within satellite image and overlaying 2D satellite image on 3D surface of the earth is called satellite image processing [13]. Processed satellite images have different scientific and need based 256
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME applications in the field of agriculture, geology, forestry, biodiversity conservation, regional planning, education, intelligence and warfare [13]. Images obtained from satellites are useful in many environmental applications such as tracking of earth resources, geographical mapping, prediction of agriculture crops, urban growth, weather, flood and fire control etc. Space image application includes recognition and analysis of objects in the images, obtained from deep space-probe mission [8]. Noise is the undesired data or pixel information that contaminates an image. Noise appears in images from various forms. The digital image acquisition process, which converts an optical image into a continuous electrical signal that is then sampled, is primary process by which noise appears in images. There are several ways which noise can be introduced in the image, depending on how the image is being created. Satellite image containing the noise signals and lead to a distorted image and not being able to understand and study it properly, requires the use of appropriate filters to limit or reduce various noises from the images. It helps the possibility of better interpretation of the content of the image. If there is introduction of salt and pepper noise in the satellite images that contains random occurrences of both black and white intensity values and often caused by threshold of noise image. The noise which sprinkles on the satellite images like black and white dots significantly reduces the visual effect of the satellite image. The common filtering is not enough to remove such type of noise and improve the image quality; it's very important to keep the details and edges as well as removing noise in satellite images so that these images are useful in future. The common salt and pepper noise filtering algorithms includes traditional median filter, extreme median filter, switching median and adaptive median filter etc. All the algorithms are sensitive to various noise levels. In many of the proposed algorithms for removing salt and pepper noise, we prefer to use adaptive weight algorithm [2] for removing the noise from satellite images. In [2], a decision based adaptive weight algorithm is proposed for the removing the salt and pepper noise in the images. This paper we shows that the modified decision based algorithm can also effectively been applied with the satellite images to remove salt and pepper noise at various noise density levels. II. METHODOLOGY A. The Proposed Method The decision based adaptive weight algorithm[14] is based on the following steps as 1. It checks for the pixels that are noisy in satellite image i.e. pixels with the values 0 or 255 are to be considered. 2. For each such noisy pixel P, a window size of 3x3 neighbouring the pixel P is taken. 3. Find the absolute differences between the pixel P and the neighbouring pixels of P. 4. The arithmetic mean of the differences for a given pixel P is calculated. 5. The arithmetic mean is then compared with the threshold value to detect whether the pixel P is signal pixel or corrupted by noise. 6. If the arithmetic mean is greater than or equal to the threshold value the pixel P is considered as noisy. 7. Otherwise the pixel P is considered as signal pixel. Median filters produce the best result for the mask of size 3x3 at low noise densities up to the 15%. Though the image is considerably blurred. 257
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME Mean Filtering applied for less than 15% level Satellite Image With Salt And Pepper Noise Noise density level Detection Restored Satellite image Adaptive weight algorithm applied for high noise level Figure 1. Adaptive Weight Filtering Algorithm Block Diagram The filter fails to perform well at higher density levels and hence the new adaptive weight algorithm [2] can be used for highly corrupted satellite images. The adaptive weight algorithm[14] is as follows 1. 2. 3. 4. Noise is detected by the noise detection algorithm mentioned above. Filtering is applied only at those pixels that were detected as noisy. Once a given pixel P is found to be noisy the following steps are applied A 3x3 mask is centred at the pixel P and founds if there exists at least one signal pixel around the pixel P. 5. If found, the pixel P is replaced by the median of the signal pixels found in 3x3 neighbourhood of P. 6. The above steps are repeated if noise still there in the output image for better results. Peak Signal to Noise Ratio (PSNR) and Mean to Error (MTE) of the output image are computed to analyze the performance of the given algorithm as a removal of salt and pepper noise from the satellite images. Figure 1 shows the working of the adaptive weight algorithm, as this algorithm is work in two phases. In first phase, it can detect the noise density level in the satellite image and make decision which algorithm to be applied. If the noise density level is less than 30% then the mean filter can be used to remove the noise from the satellite image otherwise the adaptive weight algorithm cane to use. In second phase, the algorithm can use to remove the salt and pepper noise from satellite images. III. EXPERIMENTAL RESULTS 3.1. Simulation Results The performance of the proposed improved adaptive weight algorithm is evaluated on various noise density levels, in which this method also proves superior by giving good results even at high density level for a satellite image. This method depicts the performance on various satellite images. These algorithms i.e. mean filtering for low density noise levels and adaptive weight algorithm to pre-process satellite image data for various satellite images with different noise density such as 5%, 10%, 20% and more than 30%. Algorithm simulated with MATLAB. 258
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME We select Peak signal to noise ratio (PSNR), Mean to error (MTE) as objective parameters with the purpose of increasing the assessment objectivity for denoised image quality. (a) (b) (c) (d) Figure 2. ( a ) Original Satellite image ( b ) Image with 10 % of noise density level ( c ) Noise pixels separated from contaminated image ( d ) Restored image using adaptive weight algorithm The parameters are defined as 1. Peak Signal To Noise Ratio (PSNR) PSNR = 10 log ଶହହమ భ ∑೘ ∑೙ ሺ௬ ି௫೔,ೕ ሻଶ ಾ೉ಿ ೔సభ ೕసభ ೔,ೕ 2. Mean to Error (MTE) MTE =ට∑௠ ∑௡ ሺ‫ݕ‬௜.௝ െ ‫ݔ‬௜,௝ ሻ2 ௜ୀଵ ௝ୀଵ Figure 2 and Figure 3 shows the result of removal of salt and pepper noise from the satellite image with the lower noise density level as well as with the high noise density level. The algorithm tested for various satellite images and calculates the Peak to Noise Ratio and mean error. Results are obtained for the different noise density level such as 5%, 10%, 25%, 50% etc. and observer the PSNR and MTE for all the density levels. 259
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME (a) (b) (c) (d) Figure 3. ( a ) Original Satellite image ( b ) Image with 40 % of noise density level ( c ) Noise pixels separated from contaminated image ( d ) Restored image using adaptive weight algorithm 3.2. Performance Analysis PSNR & MTR NOISE LEVEL in % VALUES OF PSNR VALUES OF MTE 5 32.60 35.152 10 32.0220 40.821 20 29.215 91.79 30 25.28 260.56 50 15.154 1982.3 60 12.55 4520.25 70 9.632 0.8523e+04 80 7.152 1.136e+04 260
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME IV. CONCLUSION In this paper, the adaptive weight algorithm is proposed which gives better performance at high noise density levels for removal of salt and pepper noise from satellite images. Also the parameters like Peak signal to Noise Ratio (PSNR) and Mean to error (MTE) prove to give satisfactory results even at high levels of noise in satellite images. Hence the proposed adaptive weight algorithm as effective for removal of salt and pepper noise in satellite images even at high noise densities. IV. [1 ] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] REFERENCES R.C.Gonzalez and R.E. Wood, Digital Image Processing, Prentice-Hall, India, Second Edition, 2007 Chen Cong-ping,Wang Jian, Qin Wu, Dong Xiao-gang, “A New Adaptive Weight Algorithm for Salt and Pepper Noise Removal”, IEEE Trans on Image Process, pp. 26-29, 978-1-61284-4596/1 Geoffrine Judith.M.C, and N. Kumarasabapathy., ”Study and analysis of impulse noise reduction filters”, Signal & Image Processing: An International Journal(SIPIJ), Vol.2(1),pp.8292,2011. Wang and D. Zhang, “Progressive median filter for the removal of impulse noise from highly corrupted images”, IEEE Trans Circuits Syst II, Analog Digit Signal Process, 46(1):78-80, 1999. S.J.Ko and Y.H. Lee, “Center weighted median filters and their applications to image enhancement”, Pattern Recognition Lett, 15(4):341-347, 1994. E.Abreu. M Lightstone, S.Mitra and K. Arakawa, “A new efficient approach for the removal of impulse noise from highly corrupted images”, IEEE Trans. Image Processing, 5(6):1012-1025, 1996. Shuqun Zhang and Mohammad A. Karim, “A new impulse detector for switching median filters,” IEEE Trans on Image Processing, 13(2):234-237, 2004. http://www.ijcsi.org/papers/7-1-1-32-36.pdf H. Hwang and R.A. Haddad, “Adaptive median filters: New algorithms and results”, IEEE Trans Image Process, 4(4):499-502.1995. Yu Jiang; Guo Hongwei; Li Chao, “A Filtering Algorithm for Removing Salt and Pepper Noise and Preserving Details of Images”, Wireless Communications Networking and Mobile Computing (WiCOM), 2010,Pages: 1- 4. Sarinivasan, K.S., and Ebenezer, D., “A new fast and efficient decision based algorithm for removal of high-density impulse noises,” IEEE signals process. Lett, pp. 189-192, 2007. H. Hwang and R. A. Haddad, ”Adaptive Median Filters: New Algorithms and Results”, IEEE Transactions on image processing vol 4. P.no 499-502, Apr 1995. http://scitechpark.org.in/index.php/servcies/remote-sensing-and-gis/satellite-image-processing. G.L.Attarde and Abhishek Choubey, “A Modified Decision Based Adaptive Weight Algorithm for Removing Salt and Pepper Noise”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 1, 2012, pp. 293-299, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. Er. Ravi Garg and Er. Abhijeet Kumar, “Comparasion of SNR and MSE for Various Noises using Bayesian Framework”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 1, 2012, pp. 76 - 82, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. Y.Sruthi and Ch. Rambabu, “A New Algorithm for High Density Impulse Noise Reduction using Unsymmetric Trimmed Median Filter”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 2, 2012, pp. 278 - 285, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. 261