SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 864
Review Paper on Image Denoising Techniques
Ms. Shefali A. Uplenchwar1, Mrs. P. J. Suryawanshi2
1MTech, Dept. of Electronics Engineering, PCE, Maharashtra, India
2Professor, Dept. of Electronics Engineering, PCE, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In various fields and applications useofimagesis
becoming increasingly popular like in field of medical,
education etc. Problem that arises after denoising process is
the destruction of the image edge structures. Forthisthereare
several techniques proposed by other authors for image
denoising as well as edge preservations. In these paper, we
aim to provide a review of some of those techniques that can
be used in image denoising. This paper outlines the brief
description of noise, types of noise, image denoising and then
the review of different techniques and their approaches to
remove that noise. The aim of this review paper is to provide
some brief and useful knowledge of denoising techniques for
applications using images to provide an ease of selecting the
optimal technique according to their needs.
Key Words: Image denoising, Gaussian noise, Salt-&-
Pepper noise, Poission noise, MMSE, PSNR.
1. INTRODUCTION
Visual information transmitted in the form of digital images
is becoming a major method of communication in the
modern age, but the image obtained after transmission is
often corrupted with noise. Noise is the result of errors in
image acquisition process that result in pixel values that do
not reflect the true intensities of the real scene. Thereceived
image needs processing before it can be utilized as an input
for decision making. Image denoising involves the
manipulation of the image data to produce a visually high
quality image. Different noise models including additiveand
multiplicative types are used e.g gaussian noise, salt and
pepper noise and Poisson noise. Selection of the denoising
algorithm is application dependent therefore, it isnecessary
to have knowledge about the noise present in the image so
as to select the appropriate denoising algorithm. The
filtering approach has been proved to be the best when the
image is corrupted with salt and pepper noise. The scope of
the paper is to focus on noise removal techniquesfornatural
images using statistical and non statistical method.
1.1 TYPES OF NOISE
Gaussian noise – One of the mostoccurringnoiseisGaussian
noise. Principal sources of Gaussian noise arise during
acquisition e.g. sensor noise caused by poor illumination
and/or high temperature, and/or transmission e.g.
electronic circuit noise. Gaussian noise representsstatistical
noise having probability density function(PDF)equal tothat
of the normal distribution, which is also known as the
Gaussian distribution. In other words, the values that the
noise can take on are Gaussian-distributed. The probability
density function of a Gaussianrandomvariable isgiven by:
Where represents the grey level µ the mean value and σ
standard deviation. The standard model of this noise is
additive, independent at each pixel and independent of the
signal intensity, caused primarily by thermal noise. The
mean of each distributed elements or pixels of an imagethat
is affected by Gaussian noise is zero. It means that Gaussian
noise equally affects each and every pixel of an image.
Salt-and-pepper noise – Fat-tail distributed or "impulsive"
noise is sometimes called salt-and-pepper noise. Any image
having salt-and-pepper noise will have dark pixels in bright
regions and bright pixels in dark regions. In salt-and-pepper
noise corresponding value for black pixels is 0 and for white
pixels the corresponding value is 1.Hencetheimageaffected
by this noise either have extreme low value or have extreme
high value for pixels i.e., 0 or 1.Given the probability r (with
0<= r<=1) that a pixel is corrupted, we can introduce salt-
and-pepper noise in an image by setting a fraction of r/2
randomly selected pixels to black, and another fraction of
r/2 randomly selected pixels to white. This type of noise can
be caused by analog-to-digital converter errors, bit errorsin
transmission, etc. Elimination of salt-and-pepper noise can
be done by using dark frame subtraction and interpolating
around dark/bright pixels.
Poission noise- This noise is seen due to the statistical
nature of electromagnetic wavessuchasx-rays,visiblelights
and gamma rays. The x-ray and gamma ray sources emitted
number of photons per unit time. These sources are having
random fluctuation of photons. Result gathered image has
spatial and temporal randomness. In the lighter parts of an
image there is a dominant noise from an imagesensorwhich
is typically caused by statistical quantumfluctuations,thatis,
variation in the number of photons sensed at a given
exposure level called photon shot noise. Shot noise followsa
Poisson distribution, which is somehow similar to Gaussian.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 865
2. PROPOSED METHOD
In this paper we propose to use image denoising by using
statistical and non statistical methods.Fig1.showstheblock
diagram of the proposed method.
F
FIG-1: Block Diagram of Proposed Method
As shown in the block diagram first the imageisdividedinto
sub blocks then each sub block is given to a statistical
processor which find out the parameter for the blocks.
These parameter will defer for noisy & non noisy blocks.
This difference help us to identify the block which have
noise. These block will replaced with the information or
knowledge from neighbouring blocks. Our approach will be
statistical approach, where we will first evaluate nature of
noise by gathering the knowledge from the nearby pixel and
then refine the amount of noise present in the image, this
will help for denoising of image irrespective on the noise.
FIG-2: Comparision of Denoised ImageUsingNonStatistical
& Statistical Method
As shown in Fig 2, first we add the noise such as salt and
pepper noise, then we apply the non- statistical parameter
we got the blur image. Also apply the statistical parameter
to the noisy image, we got the image similar to the original
image. By applying nonstatistical parameterPSNRdecreases
and MMSE increases & by applying statistical parameter
PSNR increases and MMSE decreases.
2.1 NOISE REMOVING TECHNIQUES
Median Filtering–Median filter is a simple and powerful
non-linear filter which is based on order statics, whose
response is based on the ranking of pixel valuescontainedin
the filter region. It is easy to implement method of
smoothing images. The medianfilteralsofollowsthemoving
window principle similar to the mean filter. A 3*3, 5*5, or
7*7 kernel of the pixels is scanned over pixel matrix of the
entire image. In this filter, we do not replace the pixel value
of the image with the mean of all neighboring pixel values;
we replace it with the median value. Median filteringisdone
by, first sorting all the pixel values from the surrounds
neighborhood into numerical order and then replacing the
pixel being considered with the middle pixel value.
Adaptive Filtering- Adaptive filter is performed on the
degraded image that contains original image and noise. The
mean and variance are the two statistical measures that a
local adaptive filter depends with a defined mxn window
region. The adaptive filter is more selective than a
comparable linear filter, preserving edges and other high-
frequency parts of an image. The wiener2 function applies a
Wiener filter (a type of linear filter) to an image adaptively,
tailoring itself to the local image variance. Where the
variance is large, wiener2 performs little smoothing. Where
the variance is small, wiener2 performs more smoothing.
Another method for removing noise is to evolve the image
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 866
under a smoothing partial differential equation similar to
the heat equation which is called anisotropic diffusion.
Wiener Filter: The main aim of this technique is to filter out
noise that has corrupted the signal. It is kind of statistical
approach. For the designing of this filter one should know
the spectral properties of the original signal ,the noise and
linear time-variant filter whose output should be as close as
to the original as possible. The Wiener filter minimizes the
mean square error between the estimated random process
and the desired process.
3. CONCLUSIONS
In this paper various performance parametersarediscussed
which are used to compare the effectiveness of filtering
techniques. Mostly Peak signal-to-noise ratio parameter
is used for measuring the effectiveness of any filter. The
higher PSNR, gives the better quality of image. Each filter
work differently on different types of noises. Median filter
works well for Salt and Pepper noise where as wiener filter
works well for removing Poisson noise.
REFERENCES
[1] Enming Luo, Student Member, IEEE, Stanley H. Chan,
Member, IEEE, and Truong Q. Nguyen, Fellow, IEEE
“Adaptive ImageDenoising byTargetedDatabases”IEEE
Transactions On Image Processing, Vol. 24, No. 7, July
2015.
[2] M.Raghav and S.Raheja “Image Denoising Techniques:
Literature Review” International Journal OfEngineering
And Computer Science ISSN:2319-7242 Volume 3 Issue
5 May, 2014 Page No. 5637-5641.
[3] Sukhjinder Kaur “Noise Types and Various Removal
Techniques”International Journal ofAdvancedResearch
in Electronics and Communication Engineering
(IJARECE) Volume 4, Issue 2, February 2015
[4] S.Panda and P.Singh “ Study of Image De-noising
Techniques for Facilitating the Process Selection to
Determine the Best Suitable Approach for any given
image Type” International Journal of Engineering and
Innovative Technology (IJEIT) Volume 4, Issue 4,
October 2014

More Related Content

PDF
Image Denoising using Statistical and Non Statistical Method
PDF
IRJET- Salt and Pepper Noise Removal using Decision based Filters
PDF
A new methodology for sp noise removal in digital image processing
PDF
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
PPTX
Project presentation
PDF
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
PDF
Review of Salt and Pepper Noise Present Within the Image during Image Compres...
PDF
A Comparative Study of Image Denoising Techniques for Medical Images
Image Denoising using Statistical and Non Statistical Method
IRJET- Salt and Pepper Noise Removal using Decision based Filters
A new methodology for sp noise removal in digital image processing
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
Project presentation
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
Review of Salt and Pepper Noise Present Within the Image during Image Compres...
A Comparative Study of Image Denoising Techniques for Medical Images

What's hot (20)

PPT
reducing noises in images
PPTX
Image noise reduction
PDF
Performance Comparison of Various Filters and Wavelet Transform for Image De-...
PDF
Reduction of types of Noises in dental Images
PPTX
Image Filtering
PDF
A fast and effective impulse noise filter
DOC
Noise reduction by fuzzy image filtering(synopsis)
PDF
IRJET- Removal of Gaussian Impulsive Noise from Computed Tomography
PDF
IRJET- Random Valued Impulse Noise Detection Schemes
PDF
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
PDF
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
PDF
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
PDF
Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy
PDF
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
PDF
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
PPTX
Image filtering : A comparitive study
PDF
Adaptive approach to retrieve image affected by impulse noise
PDF
IRJET- Image Restoration using Adaptive Median Filtering
PDF
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
PDF
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
reducing noises in images
Image noise reduction
Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Reduction of types of Noises in dental Images
Image Filtering
A fast and effective impulse noise filter
Noise reduction by fuzzy image filtering(synopsis)
IRJET- Removal of Gaussian Impulsive Noise from Computed Tomography
IRJET- Random Valued Impulse Noise Detection Schemes
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
RESEARCH ON NOISE REDUCTION AND ENHANCEMENT ALGORITHM OF GIRTH WELD IMAGE
Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
Image filtering : A comparitive study
Adaptive approach to retrieve image affected by impulse noise
IRJET- Image Restoration using Adaptive Median Filtering
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Ad

Similar to Review Paper on Image Denoising Techniques (20)

PDF
A SURVEY : On Image Denoising and its Various Techniques
PDF
IRJET- Noise Cancellation
PDF
Noise Reduction Technique using Bilateral Based Filter
PDF
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
PDF
Iaetsd literature review on efficient detection and filtering of high
PDF
L011117884
PDF
IRJET- Analysis of Various Noise Filtering Techniques for Medical Images
PDF
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
PDF
Adaptive denoising technique for colour images
PDF
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PDF
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PDF
elsevier_publication_2013
PDF
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
PDF
50120130406029
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
PDF
Performance analysis of image filtering algorithms for mri images
PDF
Performance analysis of image filtering algorithms for mri images
PDF
Ijetcas14 479
PDF
Study and Analysis of Impulse Noise Reduction Filters
A SURVEY : On Image Denoising and its Various Techniques
IRJET- Noise Cancellation
Noise Reduction Technique using Bilateral Based Filter
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
Iaetsd literature review on efficient detection and filtering of high
L011117884
IRJET- Analysis of Various Noise Filtering Techniques for Medical Images
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Adaptive denoising technique for colour images
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
elsevier_publication_2013
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
50120130406029
International Journal of Computational Engineering Research(IJCER)
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri images
Ijetcas14 479
Study and Analysis of Impulse Noise Reduction Filters
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PPTX
Information Storage and Retrieval Techniques Unit III
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Current and future trends in Computer Vision.pptx
PPTX
Fundamentals of Mechanical Engineering.pptx
PPT
Total quality management ppt for engineering students
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
introduction to high performance computing
PDF
86236642-Electric-Loco-Shed.pdf jfkduklg
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PPT
A5_DistSysCh1.ppt_INTRODUCTION TO DISTRIBUTED SYSTEMS
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Fundamentals of safety and accident prevention -final (1).pptx
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
Information Storage and Retrieval Techniques Unit III
R24 SURVEYING LAB MANUAL for civil enggi
Current and future trends in Computer Vision.pptx
Fundamentals of Mechanical Engineering.pptx
Total quality management ppt for engineering students
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
introduction to high performance computing
86236642-Electric-Loco-Shed.pdf jfkduklg
Automation-in-Manufacturing-Chapter-Introduction.pdf
Exploratory_Data_Analysis_Fundamentals.pdf
A5_DistSysCh1.ppt_INTRODUCTION TO DISTRIBUTED SYSTEMS
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS

Review Paper on Image Denoising Techniques

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 864 Review Paper on Image Denoising Techniques Ms. Shefali A. Uplenchwar1, Mrs. P. J. Suryawanshi2 1MTech, Dept. of Electronics Engineering, PCE, Maharashtra, India 2Professor, Dept. of Electronics Engineering, PCE, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In various fields and applications useofimagesis becoming increasingly popular like in field of medical, education etc. Problem that arises after denoising process is the destruction of the image edge structures. Forthisthereare several techniques proposed by other authors for image denoising as well as edge preservations. In these paper, we aim to provide a review of some of those techniques that can be used in image denoising. This paper outlines the brief description of noise, types of noise, image denoising and then the review of different techniques and their approaches to remove that noise. The aim of this review paper is to provide some brief and useful knowledge of denoising techniques for applications using images to provide an ease of selecting the optimal technique according to their needs. Key Words: Image denoising, Gaussian noise, Salt-&- Pepper noise, Poission noise, MMSE, PSNR. 1. INTRODUCTION Visual information transmitted in the form of digital images is becoming a major method of communication in the modern age, but the image obtained after transmission is often corrupted with noise. Noise is the result of errors in image acquisition process that result in pixel values that do not reflect the true intensities of the real scene. Thereceived image needs processing before it can be utilized as an input for decision making. Image denoising involves the manipulation of the image data to produce a visually high quality image. Different noise models including additiveand multiplicative types are used e.g gaussian noise, salt and pepper noise and Poisson noise. Selection of the denoising algorithm is application dependent therefore, it isnecessary to have knowledge about the noise present in the image so as to select the appropriate denoising algorithm. The filtering approach has been proved to be the best when the image is corrupted with salt and pepper noise. The scope of the paper is to focus on noise removal techniquesfornatural images using statistical and non statistical method. 1.1 TYPES OF NOISE Gaussian noise – One of the mostoccurringnoiseisGaussian noise. Principal sources of Gaussian noise arise during acquisition e.g. sensor noise caused by poor illumination and/or high temperature, and/or transmission e.g. electronic circuit noise. Gaussian noise representsstatistical noise having probability density function(PDF)equal tothat of the normal distribution, which is also known as the Gaussian distribution. In other words, the values that the noise can take on are Gaussian-distributed. The probability density function of a Gaussianrandomvariable isgiven by: Where represents the grey level µ the mean value and σ standard deviation. The standard model of this noise is additive, independent at each pixel and independent of the signal intensity, caused primarily by thermal noise. The mean of each distributed elements or pixels of an imagethat is affected by Gaussian noise is zero. It means that Gaussian noise equally affects each and every pixel of an image. Salt-and-pepper noise – Fat-tail distributed or "impulsive" noise is sometimes called salt-and-pepper noise. Any image having salt-and-pepper noise will have dark pixels in bright regions and bright pixels in dark regions. In salt-and-pepper noise corresponding value for black pixels is 0 and for white pixels the corresponding value is 1.Hencetheimageaffected by this noise either have extreme low value or have extreme high value for pixels i.e., 0 or 1.Given the probability r (with 0<= r<=1) that a pixel is corrupted, we can introduce salt- and-pepper noise in an image by setting a fraction of r/2 randomly selected pixels to black, and another fraction of r/2 randomly selected pixels to white. This type of noise can be caused by analog-to-digital converter errors, bit errorsin transmission, etc. Elimination of salt-and-pepper noise can be done by using dark frame subtraction and interpolating around dark/bright pixels. Poission noise- This noise is seen due to the statistical nature of electromagnetic wavessuchasx-rays,visiblelights and gamma rays. The x-ray and gamma ray sources emitted number of photons per unit time. These sources are having random fluctuation of photons. Result gathered image has spatial and temporal randomness. In the lighter parts of an image there is a dominant noise from an imagesensorwhich is typically caused by statistical quantumfluctuations,thatis, variation in the number of photons sensed at a given exposure level called photon shot noise. Shot noise followsa Poisson distribution, which is somehow similar to Gaussian.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 865 2. PROPOSED METHOD In this paper we propose to use image denoising by using statistical and non statistical methods.Fig1.showstheblock diagram of the proposed method. F FIG-1: Block Diagram of Proposed Method As shown in the block diagram first the imageisdividedinto sub blocks then each sub block is given to a statistical processor which find out the parameter for the blocks. These parameter will defer for noisy & non noisy blocks. This difference help us to identify the block which have noise. These block will replaced with the information or knowledge from neighbouring blocks. Our approach will be statistical approach, where we will first evaluate nature of noise by gathering the knowledge from the nearby pixel and then refine the amount of noise present in the image, this will help for denoising of image irrespective on the noise. FIG-2: Comparision of Denoised ImageUsingNonStatistical & Statistical Method As shown in Fig 2, first we add the noise such as salt and pepper noise, then we apply the non- statistical parameter we got the blur image. Also apply the statistical parameter to the noisy image, we got the image similar to the original image. By applying nonstatistical parameterPSNRdecreases and MMSE increases & by applying statistical parameter PSNR increases and MMSE decreases. 2.1 NOISE REMOVING TECHNIQUES Median Filtering–Median filter is a simple and powerful non-linear filter which is based on order statics, whose response is based on the ranking of pixel valuescontainedin the filter region. It is easy to implement method of smoothing images. The medianfilteralsofollowsthemoving window principle similar to the mean filter. A 3*3, 5*5, or 7*7 kernel of the pixels is scanned over pixel matrix of the entire image. In this filter, we do not replace the pixel value of the image with the mean of all neighboring pixel values; we replace it with the median value. Median filteringisdone by, first sorting all the pixel values from the surrounds neighborhood into numerical order and then replacing the pixel being considered with the middle pixel value. Adaptive Filtering- Adaptive filter is performed on the degraded image that contains original image and noise. The mean and variance are the two statistical measures that a local adaptive filter depends with a defined mxn window region. The adaptive filter is more selective than a comparable linear filter, preserving edges and other high- frequency parts of an image. The wiener2 function applies a Wiener filter (a type of linear filter) to an image adaptively, tailoring itself to the local image variance. Where the variance is large, wiener2 performs little smoothing. Where the variance is small, wiener2 performs more smoothing. Another method for removing noise is to evolve the image
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 866 under a smoothing partial differential equation similar to the heat equation which is called anisotropic diffusion. Wiener Filter: The main aim of this technique is to filter out noise that has corrupted the signal. It is kind of statistical approach. For the designing of this filter one should know the spectral properties of the original signal ,the noise and linear time-variant filter whose output should be as close as to the original as possible. The Wiener filter minimizes the mean square error between the estimated random process and the desired process. 3. CONCLUSIONS In this paper various performance parametersarediscussed which are used to compare the effectiveness of filtering techniques. Mostly Peak signal-to-noise ratio parameter is used for measuring the effectiveness of any filter. The higher PSNR, gives the better quality of image. Each filter work differently on different types of noises. Median filter works well for Salt and Pepper noise where as wiener filter works well for removing Poisson noise. REFERENCES [1] Enming Luo, Student Member, IEEE, Stanley H. Chan, Member, IEEE, and Truong Q. Nguyen, Fellow, IEEE “Adaptive ImageDenoising byTargetedDatabases”IEEE Transactions On Image Processing, Vol. 24, No. 7, July 2015. [2] M.Raghav and S.Raheja “Image Denoising Techniques: Literature Review” International Journal OfEngineering And Computer Science ISSN:2319-7242 Volume 3 Issue 5 May, 2014 Page No. 5637-5641. [3] Sukhjinder Kaur “Noise Types and Various Removal Techniques”International Journal ofAdvancedResearch in Electronics and Communication Engineering (IJARECE) Volume 4, Issue 2, February 2015 [4] S.Panda and P.Singh “ Study of Image De-noising Techniques for Facilitating the Process Selection to Determine the Best Suitable Approach for any given image Type” International Journal of Engineering and Innovative Technology (IJEIT) Volume 4, Issue 4, October 2014