SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
ยฉ 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1292
REMOVING FOG FROM THE IMAGE USING MEDIAN FILTER AND
REDUNDANCY REMOVAL STRATEGY
Simmy1, Sharanjit Singh2
1Student M-Tech (CSE), 2Assistant Professor
1 2 G.N.D.U Regional Campus
Gurdaspur
ABSTRACT
The image processing is used in order to produce the
image which is enhanced. The noise is the common
problem which is present within the image. One of the
common types of noise is salt and pepper noise which is
handled in this case. The median filter is the mechanism
which is used in order to reduce the noise from within
the image. The problem starts to appear when
temperature is increased. In that case duplicate pixels
start to cause the problem which is fog. In order to solve
the problem redundancy is handled in the proposed
paper. The proposed paper will handle the redundancy
efficiently. The redundancy will result in the fog within
the image. This fog elimination is the prime objective of
this paper.
Key Words: salt noise, pepper noise, median filter.
1. INTRODUCTION
In image processing removal of noise becomes one of the
important areas that expected to be improved. There is
different type of noises that reduce the quality of the
image.so image de-noising is expected to improve in order
to improve the quality of the image as well as preserving
edges of an image. The noise in an image induced during
image acquisition, image transmission, due to noisy sensor
and due to corrupted storage media. In image processing
the removal of impulsive noise from an image plays a vital
role for efficient image transmission for different
purposes. Impulsive noise consists of salt and pepper
noise. Salt and pepper noise can corrupt the images and
pixels of an image consist of either maximum or minimum
grey level.
There could be number of types of noises which are
present within the image. In the proposed paper salt and
pepper noise is considered. With this noise white dots
appear within the image. In order to handle such noise
median filter is commonly used. The median filter is used
in the proposed paper in order to handle such noise
situations. The problem will start to appear when
temperature is increased beyond certain level. The white
dots known as fog start to appear within the image. The
prime objective of the proposed work is to handle such fog
by eliminating the duplicate pixels which are present
within the image. The median filter will be used if the
temperature is normal. However if the temperature is
increased beyond certain level then only redundancy is
handled. The salt and pepper noise is describe through the
following diagram
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
ยฉ 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1293
Fig -1 Noisy image
The image clarity is reduced as fog is introduced within the
image. The existing mechanism will be used only if salt and
pepper noise is less. However if the degree of noise
increases certain level then median filter is useless. In
order to solve the problem proposed technique will be
suggested.
2. RELATED WORK
The previous work which is done in this area is toward the
handling of salt and pepper noise. Largely for this purpose
median filter is used. The median filter will effectively
eliminate the noise from the image. The mechanisms
which are followed in various papers will be described in
this section. [1] In this paper salt and pepper noise is
handled. Theory of imprinting is used in this case. The
image restoration algorithm is used to remove noise from
the image. [2] In this mean absolute gradient is used in
order to enhance the image. The adaptive noise reduction
scheme is presented in this case. The impulse noise is
handled in this paper. [3] The image restoration technique
is used in order to enhance the quality of the image. The
selective arithmetic filtering is used in order to enhance
the quality of the image. [4] This paper proposes a two-
phase scheme for removing salt-and-pepper impulse noise.
[4]In the first phase, an adaptive median filter is used to
identify pixels which are likely to be contaminated by
noise (noise candidates).[4] In the second phase, the image
is restored using a specialized regularization method that
applies only to those selected noise candidates. [4]In terms
of edge preservation and noise suppression, our restored
images show a significant improvement compared to those
restored by using just nonlinear filters or regularization
methods only. This scheme can remove salt-and-pepper-
noise with a noise level as high as 90%. [4] The concept of
median filter is used in this case. The median filter is used
to enhance the quality of the image. The noise which is
handled is known as salt and pepper noise. The noise
produces spikes within the image which is handled in this
paper. [5]Noise detector is used in this case. The noise
detector detects the salt and pepper noise. However
nothing is suggested to recover from that noise.
3. PROPOSED WORK
In the proposed work we will follow a mechanism to
eliminate the fog from within the image. The median filter
along with redundancy handling mechanism will be
followed. The variable ฮฑ will be used for this purpose
which is SNR means sound to noise ratio. The value of the
ฮฑ will vary between 0 and 1 if the value of the ฮฑ is 0 then
only median filter will be used however if ฮฑ is 1 then
median filter along with redundancy handling mechanism
will be used. The proposed algorithm will be as follows.
The proposed algorithm effectively removes salt and
pepper noise from an image.
Algorithm FogRemoval(Image)
a) Input Image and store within the buffer
b) Convert the image into bit values
Bit=Imread(Image)
c) Check for noise if noise=High then
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
ยฉ 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1294
ฮฑ=1
else
ฮฑ=0
end of if
d) Modified image retrieval
MI=ฮฑ*MedianFilter(Bit)+ฮฑ1*Redundancy(Image)
The second algorithm which we will use will eliminate the
fog present within the image.
Algorithm Redundancy (Image)
e) Bit=Imread(Image)
f) Receive the unique pixels present within the
image filteredImage=Unique(Bit)
g) Return Filtered Image
The proposed algorithm will enhance the clarity of the
image even in the presence of fog within the image. ฮ‘ will
decide whether there exists fog within the image or not.
The proposed work will enhance the image by the use of
unique values of the pixels so that overlapping of the pixel
can be reduced.
4. RESULTS
The proposed algorithm will use the median filter in order
to enhance the given image. The problem will start to
appear when temperature increases. The proposed
algorithm will use redundancy handling mechanism in
order to remove for within the image. The result of the
proposed algorithm will be described below.
Fig -2 Result of Median Filter
5. REFERENCES
[1] X. Zhang, F. Ding, Z. Tang, and C. Yu, โ€œSalt and
pepper noise removal with image inpainting,โ€ AEU
- Int. J. Electron. Commun., vol. 69, no. 1, pp. 307โ€“
313, Jan. 2015.
[2] T. Gebreyohannes and D. Kim, โ€œa Daptive Noise
Reduction Scheme for Salt and Pepper.โ€
[3] S. Kaisar and J. Mahmud, โ€œSalt and Pepper Noise
Detection and removal by Tolerance based
selective Arithmetic Mean Filtering Technique for
image restoration,โ€ Ijcsns, vol. 8, no. 6, pp. 271โ€“278,
2008.
[4] R. H. Chan, C.-W. Ho, and M. Nikolova, โ€œSalt-and-
Pepper noise removal by median-type noise
detectors and detail-preserving regularization.,โ€
IEEE Trans. Image Process., vol. 14, no. 10, pp.
1479โ€“85, 2005.
[5] A. Singh, U. Ghanekar, C. Kumar, G. Kumar, and N. I.
T. Kurukshetra, โ€œAn Efficient Morphological Salt-
and-Pepper Noise Detector,โ€ vol. 875, pp. 873โ€“875,
2011.
[1] L. Yu and H. Liu, โ€œEfficient Feature Selection via
Analysis of Relevance and Redundancy,โ€ vol. 5, pp.
1205โ€“1224, 2004.
[2] P. Ulbrich, M. Hoffmann, R. Kapitza, D. Lohmann,
and W. Schrรถder-preikschat, โ€œEliminating Single
Points of Failure in Software-Based Redundancy,โ€
pp. 49โ€“60, 2012.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
ยฉ 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1295
[3] J. S. A. N. Pedro and S. Siersdorfer, โ€œContent
Redundancy in YouTube and its Application to
Video Tagging,โ€ 2007.
[4] S. Kalyuga, P. Chandler, and J. Sweller, โ€œHuman
Factorsโ€ฏ: The Journal of the Human Factors and
Ergonomics Society,โ€ 2004.
[5] โ€œDigital Image Processing for Image Enhancement
and Information Extraction.โ€
[6] P. B. Tambe, P. D. Kulhare, M. D. Nirmal, and P. G.
Prajapati, โ€œImage Processing ( IP ) Through Erosion
and Dilation Methods,โ€ vol. 3, no. 7, pp. 285โ€“289,
2013.
[7] A. Kaur and J. Kaur, โ€œComparision of Dct and Dwt of
Image Compression Techniques,โ€ vol. 1, no. 4, pp.
49โ€“52, 2012.
[8] I. Compression and C. F. Size, โ€œFundamentals of
Image Compression Image Compression ( cont .).โ€
[9] V. Bastani, M. S. Helfroush, and K. Kasiri, โ€œImage
compression based on spatial redundancy removal
and image inpainting,โ€ vol. 11, no. 2, pp. 92โ€“100,
2010.
[10] S. A. Khayam, โ€œ( DCT ):,โ€ 2003.
[11] I. M. Agus and D. Suarjaya, โ€œA New Algorithm for
Data Compression Optimization,โ€ vol. 3, no. 8, pp.
14โ€“17, 2012.
[12] S. Abdul, K. Jilani, and S. A. Sattar, โ€œJPEG Image
Compression using FPGA with Artificial Neural
Networks,โ€ vol. 2, no. 3, 2010.
[13] E. The, โ€œChapter 2,โ€ pp. 32โ€“54.
[14] R. E. Mayer and R. Moreno, โ€œNine Ways to Reduce
Cognitive Load in Multimedia Learning,โ€ vol. 38, no.
1, pp. 43โ€“52, 2003.
[15] R. a.M, K. W.M, E. M. a, and W. Ahmed, โ€œJpeg Image
Compression Using Discrete Cosine Transform - A
Survey,โ€ Int. J. Comput. Sci. Eng. Surv., vol. 5, no. 2,
pp. 39โ€“47, 2014.
[16] D. Kumar and Sonal, โ€œA Study Of Various Image
Compression,โ€ Conf. Challenges Oppor. Inf. Technol.,
pp. 1โ€“5, 2007.

More Related Content

What's hot

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
ย 
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
ย 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET 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
ย 
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
ย 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...IRJET Journal
ย 
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
ย 
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
ย 
Ap4301221223
Ap4301221223Ap4301221223
Ap4301221223IJERA Editor
ย 
Comparison on average, median and wiener filter using lung images
Comparison on average, median and wiener filter using lung imagesComparison on average, median and wiener filter using lung images
Comparison on average, median and wiener filter using lung imagesIRJET Journal
ย 
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
ย 
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
ย 
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
ย 
Review Paper on Image Denoising Techniques
Review Paper  on Image Denoising TechniquesReview Paper  on Image Denoising Techniques
Review Paper on Image Denoising TechniquesIRJET 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
ย 
Speckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet threshSpeckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet threshIAEME Publication
ย 

What's hot (19)

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
ย 
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
ย 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
ย 
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...
ย 
50120130406029
5012013040602950120130406029
50120130406029
ย 
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 ...
ย 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
ย 
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
ย 
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...
ย 
Ap4301221223
Ap4301221223Ap4301221223
Ap4301221223
ย 
Comparison on average, median and wiener filter using lung images
Comparison on average, median and wiener filter using lung imagesComparison on average, median and wiener filter using lung images
Comparison on average, median and wiener filter using lung images
ย 
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
ย 
A 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
ย 
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...
ย 
Review Paper on Image Denoising Techniques
Review Paper  on Image Denoising TechniquesReview Paper  on Image Denoising Techniques
Review Paper on Image Denoising Techniques
ย 
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
ย 
A0344001010
A0344001010A0344001010
A0344001010
ย 
Speckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet threshSpeckle noise reduction from medical ultrasound images using wavelet thresh
Speckle noise reduction from medical ultrasound images using wavelet thresh
ย 

Similar to Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy

A Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT ImagesA Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT Imagesidescitation
ย 
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
ย 
IRJET- Analysis of Various Noise Filtering Techniques for Medical Images
IRJET-  	  Analysis of Various Noise Filtering Techniques for Medical ImagesIRJET-  	  Analysis of Various Noise Filtering Techniques for Medical Images
IRJET- Analysis of Various Noise Filtering Techniques for Medical ImagesIRJET Journal
ย 
elsevier_publication_2013
elsevier_publication_2013elsevier_publication_2013
elsevier_publication_2013pranay yadav
ย 
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
ย 
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
ย 
Adaptive Noise Reduction Scheme for Salt and Pepper
Adaptive Noise Reduction Scheme for Salt and PepperAdaptive Noise Reduction Scheme for Salt and Pepper
Adaptive Noise Reduction Scheme for Salt and Peppersipij
ย 
A 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
ย 
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
ย 
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
ย 
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
ย 
Image Filtering
Image FilteringImage Filtering
Image FilteringTapendrakumar3
ย 
saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013pranay yadav
ย 
Cz4301586590
Cz4301586590Cz4301586590
Cz4301586590IJERA Editor
ย 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERPushparaj Pal
ย 
IRJET- Noise Cancellation
IRJET- Noise CancellationIRJET- Noise Cancellation
IRJET- Noise CancellationIRJET Journal
ย 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour imageseSAT Journals
ย 
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 hybrid de-noising method for mammogram images
A hybrid de-noising method for mammogram imagesA hybrid de-noising method for mammogram images
A hybrid de-noising method for mammogram imagesnooriasukmaningtyas
ย 

Similar to Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy (20)

A Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT ImagesA Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT Images
ย 
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 ...
ย 
IRJET- Analysis of Various Noise Filtering Techniques for Medical Images
IRJET-  	  Analysis of Various Noise Filtering Techniques for Medical ImagesIRJET-  	  Analysis of Various Noise Filtering Techniques for Medical Images
IRJET- Analysis of Various Noise Filtering Techniques for Medical Images
ย 
elsevier_publication_2013
elsevier_publication_2013elsevier_publication_2013
elsevier_publication_2013
ย 
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...
ย 
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
ย 
Adaptive Noise Reduction Scheme for Salt and Pepper
Adaptive Noise Reduction Scheme for Salt and PepperAdaptive Noise Reduction Scheme for Salt and Pepper
Adaptive Noise Reduction Scheme for Salt and Pepper
ย 
A 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
ย 
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
ย 
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
ย 
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
ย 
Image Filtering
Image FilteringImage Filtering
Image Filtering
ย 
saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013
ย 
Cz4301586590
Cz4301586590Cz4301586590
Cz4301586590
ย 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTER
ย 
IRJET- Noise Cancellation
IRJET- Noise CancellationIRJET- Noise Cancellation
IRJET- Noise Cancellation
ย 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
ย 
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 hybrid de-noising method for mammogram images
A hybrid de-noising method for mammogram imagesA hybrid de-noising method for mammogram images
A hybrid de-noising method for mammogram images
ย 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
ย 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
ย 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
ย 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
ย 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
ย 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
ย 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
ย 
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
ย 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
ย 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
ย 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
ย 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
ย 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
ย 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
ย 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
ย 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
ย 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
ย 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
ย 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
ย 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
ย 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
ย 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
ย 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
ย 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
ย 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
ย 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
ย 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
ย 
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
ย 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
ย 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
ย 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
ย 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
ย 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
ย 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
ย 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
ย 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
ย 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
ย 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
ย 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
ย 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
ย 

Recently uploaded

Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7Call Girls in Nagpur High Profile Call Girls
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Standamitlee9823
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
ย 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
ย 

Recently uploaded (20)

Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 

Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 ยฉ 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1292 REMOVING FOG FROM THE IMAGE USING MEDIAN FILTER AND REDUNDANCY REMOVAL STRATEGY Simmy1, Sharanjit Singh2 1Student M-Tech (CSE), 2Assistant Professor 1 2 G.N.D.U Regional Campus Gurdaspur ABSTRACT The image processing is used in order to produce the image which is enhanced. The noise is the common problem which is present within the image. One of the common types of noise is salt and pepper noise which is handled in this case. The median filter is the mechanism which is used in order to reduce the noise from within the image. The problem starts to appear when temperature is increased. In that case duplicate pixels start to cause the problem which is fog. In order to solve the problem redundancy is handled in the proposed paper. The proposed paper will handle the redundancy efficiently. The redundancy will result in the fog within the image. This fog elimination is the prime objective of this paper. Key Words: salt noise, pepper noise, median filter. 1. INTRODUCTION In image processing removal of noise becomes one of the important areas that expected to be improved. There is different type of noises that reduce the quality of the image.so image de-noising is expected to improve in order to improve the quality of the image as well as preserving edges of an image. The noise in an image induced during image acquisition, image transmission, due to noisy sensor and due to corrupted storage media. In image processing the removal of impulsive noise from an image plays a vital role for efficient image transmission for different purposes. Impulsive noise consists of salt and pepper noise. Salt and pepper noise can corrupt the images and pixels of an image consist of either maximum or minimum grey level. There could be number of types of noises which are present within the image. In the proposed paper salt and pepper noise is considered. With this noise white dots appear within the image. In order to handle such noise median filter is commonly used. The median filter is used in the proposed paper in order to handle such noise situations. The problem will start to appear when temperature is increased beyond certain level. The white dots known as fog start to appear within the image. The prime objective of the proposed work is to handle such fog by eliminating the duplicate pixels which are present within the image. The median filter will be used if the temperature is normal. However if the temperature is increased beyond certain level then only redundancy is handled. The salt and pepper noise is describe through the following diagram
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 ยฉ 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1293 Fig -1 Noisy image The image clarity is reduced as fog is introduced within the image. The existing mechanism will be used only if salt and pepper noise is less. However if the degree of noise increases certain level then median filter is useless. In order to solve the problem proposed technique will be suggested. 2. RELATED WORK The previous work which is done in this area is toward the handling of salt and pepper noise. Largely for this purpose median filter is used. The median filter will effectively eliminate the noise from the image. The mechanisms which are followed in various papers will be described in this section. [1] In this paper salt and pepper noise is handled. Theory of imprinting is used in this case. The image restoration algorithm is used to remove noise from the image. [2] In this mean absolute gradient is used in order to enhance the image. The adaptive noise reduction scheme is presented in this case. The impulse noise is handled in this paper. [3] The image restoration technique is used in order to enhance the quality of the image. The selective arithmetic filtering is used in order to enhance the quality of the image. [4] This paper proposes a two- phase scheme for removing salt-and-pepper impulse noise. [4]In the first phase, an adaptive median filter is used to identify pixels which are likely to be contaminated by noise (noise candidates).[4] In the second phase, the image is restored using a specialized regularization method that applies only to those selected noise candidates. [4]In terms of edge preservation and noise suppression, our restored images show a significant improvement compared to those restored by using just nonlinear filters or regularization methods only. This scheme can remove salt-and-pepper- noise with a noise level as high as 90%. [4] The concept of median filter is used in this case. The median filter is used to enhance the quality of the image. The noise which is handled is known as salt and pepper noise. The noise produces spikes within the image which is handled in this paper. [5]Noise detector is used in this case. The noise detector detects the salt and pepper noise. However nothing is suggested to recover from that noise. 3. PROPOSED WORK In the proposed work we will follow a mechanism to eliminate the fog from within the image. The median filter along with redundancy handling mechanism will be followed. The variable ฮฑ will be used for this purpose which is SNR means sound to noise ratio. The value of the ฮฑ will vary between 0 and 1 if the value of the ฮฑ is 0 then only median filter will be used however if ฮฑ is 1 then median filter along with redundancy handling mechanism will be used. The proposed algorithm will be as follows. The proposed algorithm effectively removes salt and pepper noise from an image. Algorithm FogRemoval(Image) a) Input Image and store within the buffer b) Convert the image into bit values Bit=Imread(Image) c) Check for noise if noise=High then
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 ยฉ 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1294 ฮฑ=1 else ฮฑ=0 end of if d) Modified image retrieval MI=ฮฑ*MedianFilter(Bit)+ฮฑ1*Redundancy(Image) The second algorithm which we will use will eliminate the fog present within the image. Algorithm Redundancy (Image) e) Bit=Imread(Image) f) Receive the unique pixels present within the image filteredImage=Unique(Bit) g) Return Filtered Image The proposed algorithm will enhance the clarity of the image even in the presence of fog within the image. ฮ‘ will decide whether there exists fog within the image or not. The proposed work will enhance the image by the use of unique values of the pixels so that overlapping of the pixel can be reduced. 4. RESULTS The proposed algorithm will use the median filter in order to enhance the given image. The problem will start to appear when temperature increases. The proposed algorithm will use redundancy handling mechanism in order to remove for within the image. The result of the proposed algorithm will be described below. Fig -2 Result of Median Filter 5. REFERENCES [1] X. Zhang, F. Ding, Z. Tang, and C. Yu, โ€œSalt and pepper noise removal with image inpainting,โ€ AEU - Int. J. Electron. Commun., vol. 69, no. 1, pp. 307โ€“ 313, Jan. 2015. [2] T. Gebreyohannes and D. Kim, โ€œa Daptive Noise Reduction Scheme for Salt and Pepper.โ€ [3] S. Kaisar and J. Mahmud, โ€œSalt and Pepper Noise Detection and removal by Tolerance based selective Arithmetic Mean Filtering Technique for image restoration,โ€ Ijcsns, vol. 8, no. 6, pp. 271โ€“278, 2008. [4] R. H. Chan, C.-W. Ho, and M. Nikolova, โ€œSalt-and- Pepper noise removal by median-type noise detectors and detail-preserving regularization.,โ€ IEEE Trans. Image Process., vol. 14, no. 10, pp. 1479โ€“85, 2005. [5] A. Singh, U. Ghanekar, C. Kumar, G. Kumar, and N. I. T. Kurukshetra, โ€œAn Efficient Morphological Salt- and-Pepper Noise Detector,โ€ vol. 875, pp. 873โ€“875, 2011. [1] L. Yu and H. Liu, โ€œEfficient Feature Selection via Analysis of Relevance and Redundancy,โ€ vol. 5, pp. 1205โ€“1224, 2004. [2] P. Ulbrich, M. Hoffmann, R. Kapitza, D. Lohmann, and W. Schrรถder-preikschat, โ€œEliminating Single Points of Failure in Software-Based Redundancy,โ€ pp. 49โ€“60, 2012.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 ยฉ 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1295 [3] J. S. A. N. Pedro and S. Siersdorfer, โ€œContent Redundancy in YouTube and its Application to Video Tagging,โ€ 2007. [4] S. Kalyuga, P. Chandler, and J. Sweller, โ€œHuman Factorsโ€ฏ: The Journal of the Human Factors and Ergonomics Society,โ€ 2004. [5] โ€œDigital Image Processing for Image Enhancement and Information Extraction.โ€ [6] P. B. Tambe, P. D. Kulhare, M. D. Nirmal, and P. G. Prajapati, โ€œImage Processing ( IP ) Through Erosion and Dilation Methods,โ€ vol. 3, no. 7, pp. 285โ€“289, 2013. [7] A. Kaur and J. Kaur, โ€œComparision of Dct and Dwt of Image Compression Techniques,โ€ vol. 1, no. 4, pp. 49โ€“52, 2012. [8] I. Compression and C. F. Size, โ€œFundamentals of Image Compression Image Compression ( cont .).โ€ [9] V. Bastani, M. S. Helfroush, and K. Kasiri, โ€œImage compression based on spatial redundancy removal and image inpainting,โ€ vol. 11, no. 2, pp. 92โ€“100, 2010. [10] S. A. Khayam, โ€œ( DCT ):,โ€ 2003. [11] I. M. Agus and D. Suarjaya, โ€œA New Algorithm for Data Compression Optimization,โ€ vol. 3, no. 8, pp. 14โ€“17, 2012. [12] S. Abdul, K. Jilani, and S. A. Sattar, โ€œJPEG Image Compression using FPGA with Artificial Neural Networks,โ€ vol. 2, no. 3, 2010. [13] E. The, โ€œChapter 2,โ€ pp. 32โ€“54. [14] R. E. Mayer and R. Moreno, โ€œNine Ways to Reduce Cognitive Load in Multimedia Learning,โ€ vol. 38, no. 1, pp. 43โ€“52, 2003. [15] R. a.M, K. W.M, E. M. a, and W. Ahmed, โ€œJpeg Image Compression Using Discrete Cosine Transform - A Survey,โ€ Int. J. Comput. Sci. Eng. Surv., vol. 5, no. 2, pp. 39โ€“47, 2014. [16] D. Kumar and Sonal, โ€œA Study Of Various Image Compression,โ€ Conf. Challenges Oppor. Inf. Technol., pp. 1โ€“5, 2007.