SlideShare una empresa de Scribd logo
1 de 60
Descargar para leer sin conexión
Noise Addition and Filtering

`

Presented By : Sara El-Masri
Alaa Sababbah
Amna El-Sheikh Ali
Supervised By : Dr. Samy Salamah
Outline
1. Introduction
• It is generally desirable for image brightness to be
uniform except where it changes to form an image.
• There are factors, however, that tend to produce
variation in the brightness of a displayed image even
when no image detail is present.
• This variation is usually random and has no particular
pattern.
1. Introduction (cont.)
In many cases, it reduces image quality and is especially
significant when the objects being imaged are small and have
relatively low contrast.

This random variation in image brightness is
designated noise.
1. Introduction (cont.)
Image on the right has more noise
than the image on the left
Images
• There are two types of images :



Vector images



Digital images
Vector Images
• Vector images made up of vectors which lead through
locations called control points.

• Each of these control points has define on the x and y axes
of the work plain .
Digital Images
• A digital image is 2-dim array of real numbers
• 2-D image is divided into N rows and M columns
• the intersection of these rows and columns is known as pixels
Types of Digital Images
• Binary images (black and white images)
• Gray scale images
• Color images
Binary Images
• Each pixel is just black or white
• There is only two possible values for each pixel
i.e. 0 or 1
Gray Scale Images
• Each pixel value of gray scale images normally from
0 (black) to 255 (white)
Color images
• In color images each pixel has a particular color ; that
color being described by the amount of red , blue and
green in it .
• Each of these components has a rang 0-255
2. Image noise
Noise in image , is any degradation in an image signal ,
caused by external disturbance while an image is
being sent from one place to another place via satellite
, wireless and network cable .
We can model a noisy image as follows:
Source of Image Noise
• Error occurs in image signal while an image is being sent
electronically from one place to another .
• Sensor heat while clicking an image
• ISO factor ISO number indicates how quickly a camera’s sensor
absorbs , light , higher ISO used mare chance of noticeable noise
• By memory cell failure.
Types of Image Noise
1) Salt and pepper noise
2) Gaussian noise
3) Speckle noise

4) Uniform noise
Salt and pepper noise
• It known as shot noise, impulse noise or Spike noise .
• Its appearance is randomly scattered white or black or
both pixel over the image .

• there are only two possible values exists that is a and b
and the probability of each is less than 0.2 .
Salt and pepper noise (cont.)
Reasons for Salt and Pepper Noise:
1)
2)
3)

By memory cell failure.
By malfunctioning of camera’s sensor cells.
By synchronization errors in image digitizing or transmission.

Where: pa, pb are the Probabilities Density Function (PDF), p(z) is distribution
salt and pepper noise in image and A, B are the arrays size image.
Salt and pepper noise (cont.)
Image with Salt and
Pepper

Original Image
Salt and pepper noise (cont.)
• filtering techniques :
 mean filtering .
 Median filtering
 Gaussian filtering
Gaussian Noise
Gaussian noise is caused by random fluctuations in the
signal , its modeled by random values add to an image
This noise has a probability density function [pdf] of the
normal distribution. It is also known as Gaussian
distribution.
Noise filtering
Gaussian Noise (cont.)

Without Noise

With Gaussian Noise
Image with Gaussian Noise
Sources of Gaussian Noise
• In digital images arise during acquisition .
e.g. Sensor noise caused by poor illumination and/or high
temperature
• Transmission
e.g. Electronic circuit noise .
Gaussian Noise (cont.)
• filtering techniques :
mean (convolution) filtering
Median filtering
Gaussian filtering
Speckle Noise
• Speckle noise can be modeled by random values multiplied
by pixel values of an image
• results from random fluctuations in the return signal from
an object that is no bigger than a single image-processing
element.
It increases the mean grey level of a local area.
Speckle Noise
The distribution noise can be expressed by:

Where g(n,m), is the observed image , u(n,m) is the multiplicative
component . and &(n,m) is the additive component of the speckle noise.
Original Image

Image with Noise
Speckle Noise (cont.)
• filtering techniques :
mean (convolution) filtering
Median filtering
Uniform Noise
• The uniform noise cause by quantizing the pixels of image
to a number of distinct levels is known as quantization
noise.
• Uniform noise can be analytically described by :

• The gray level values of the noise are evenly distributed across
a specific range
Uniform Noise (cont.)
• Quantization noise has an approximately uniform
distribution
Uniform Noise (cont.)
3. Filtering
• Filtering image data is a standard process used in
almost all image processing systems.
• Filters are used to remove noise from digital image
while keeping the details of image preserved.
• The choice of filter is determined by
 the nature of the task performed by filter .
 Filter behavior .
 type of the data .
Filtering Techniques

Linear Filtering

Non-Linear Filtering
Linear Filter
• Linear filters are used to remove certain type of noise.

• The linear filters work best with salt and pepper noise, and
Gaussian noise.
• Gaussian and mean filters.

• Simple to design .
• These filters also
 tend to blur the sharp edges .
 destroy the lines and other fine details of image .
Linear Filters – Example

Filtered Gaussian
noise.
Non-Linear Filters
• Can preserve edges .
• Very effective at removing impulsive noise .
• They are more powerful than linear filters because they
are able to reduce noise levels without blurring edges.
• Can be difficult to design.
• Median Filter.
Non-linear Filter vs. linear Filter
Filters Types
1)

Median filter .

2)

Wiener Filter .

3)

Mean filter .

4)

Gaussian filter
Median Filter
• Median Filter is a simple and powerful non-linear filter .

• It is used for reducing the amount of intensity variation
between one pixel and the other pixel.
• In this filter, we replaces pixel value with the median value .
• The median is calculated by first sorting all the pixel values into
ascending order and then replace the pixel being calculated
with the middle pixel value

• Salt and pepper noise.
Median Filter
• Advantage:
 It is easy to implement.
 Used for de-noising different types of noises.

• Disadvantage:
 Median Filter tends to remove image details when the impulse
noise percentage is more than 0.4 %.
Example : 3x3 Median
Original

Salt & pepper
%20

De-noising by
Median filter

Original

Salt & pepper
%60

De-noising by
Median filter
Wiener Filter
• The purpose of the Wiener filter is to filter out the
noise that has corrupted a signal.
• This filter is based on a statistical approach.
• The goal of wiener filter is reduced the mean square
error (MSE) as much as possible.
• Poisson noise , speckle noise .
Wiener Filter
• One method that we assume we have knowledge of the
spectral property of the noise and original signal.

•
•
•
•
•

The Fourier domain of the Wiener filter is Where :
H*(u, v) = Complex conjugate of degradation function
Pn (u, v) = Power Spectral Density of Noise
Ps (u, v) = Power Spectral Density of non-degraded image
H (u, v) = Degradation function
Wiener filter Example
Mean Filter
• Mean Filter (average filter) is a simple linear filter .
• Replace each pixel value in an image with the mean value of its
neighbors, including itself.

• Gaussian noise .
• Advantage:
 Easy to implement
 Used to remove the impulse noise.

•

Disadvantage:
 It does not preserve details of image. Some details are removes of image
with using the mean filter.
Mean Filtering Example
Average filtering example using a 3 x 3 sampling window:
Keeping border values unchanged
Mean Filtering - Boundaries
• Average filtering example using a 3 x 3 sampling
window:
Extending border values outside with values at boundary
Mean Filter Example
• (a) Original Image

• (b) Image corrupted by %12
Gaussian noise .
• (c)De –noising by mean filter
Gaussian filter
Gaussian noise
• Gaussian is smoothing filter in the 2D convolution
operation that is used to remove noise and blur from
image.
• Probably the most useful filter (although not the
fastest).
• Gaussian filtering is done by convolution each point
in the input array with a Gaussian kernel and then
summing them all to produce the output array.
Gaussian filter Example

(a) Original

(b)Noisy

(c) Gaussian filter

Image corrupted by %60 salt & Pepper Noise
Performance Parameters
• For comparing original image and filtered image, we calculate
following parameters:
1) Mean Square Error (MSE): The MSE is the cumulative square error
between the encoded and the original image defined by:

Where, f is the original image and g is the filtered image. The dimension of
the images is m x n. Thus MSE should be as low as possible for effective
filtering .
Performance Parameters
2) Signal to Noise Ratio is defined by the power ratio between a signal
and the background noise.

Where P is average power. Both noise and power must be measured at
the same points in a system, and within system with same bandwidth.
Performance Parameters
3) Peak signal to Noise ratio (PSNR):
– It is defined by:
PSNR = 10 log (255^2/mse)
Implementation in Matlab
Conclusion
• Enhancement of an noisy image is necessary task in
image processing.

• Filters are used best for removing noise from the images.
• The decision to apply a which particular filter is based on the
different noise level at the different test pixel location or
performance of the filter scheme on a filtering mask.
QUESTIONS ?
Be nice ...
Noise filtering

Más contenido relacionado

La actualidad más candente

Homomorphic filtering
Homomorphic filteringHomomorphic filtering
Homomorphic filteringGautam Saxena
 
Chapter 6 color image processing
Chapter 6 color image processingChapter 6 color image processing
Chapter 6 color image processingasodariyabhavesh
 
Image Restoration
Image RestorationImage Restoration
Image RestorationPoonam Seth
 
Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image FundamentalsA B Shinde
 
Chapter 5 Image Processing: Fourier Transformation
Chapter 5 Image Processing: Fourier TransformationChapter 5 Image Processing: Fourier Transformation
Chapter 5 Image Processing: Fourier TransformationVarun Ojha
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processingAhmed Daoud
 
Interpixel redundancy
Interpixel redundancyInterpixel redundancy
Interpixel redundancyNaveen Kumar
 
Edge Detection and Segmentation
Edge Detection and SegmentationEdge Detection and Segmentation
Edge Detection and SegmentationA B Shinde
 
Image processing second unit Notes
Image processing second unit NotesImage processing second unit Notes
Image processing second unit NotesAAKANKSHA JAIN
 
Image Restoration (Digital Image Processing)
Image Restoration (Digital Image Processing)Image Restoration (Digital Image Processing)
Image Restoration (Digital Image Processing)Kalyan Acharjya
 
Image sampling and quantization
Image sampling and quantizationImage sampling and quantization
Image sampling and quantizationBCET, Balasore
 
Image Processing: Spatial filters
Image Processing: Spatial filtersImage Processing: Spatial filters
Image Processing: Spatial filtersA B Shinde
 
Fundamentals and image compression models
Fundamentals and image compression modelsFundamentals and image compression models
Fundamentals and image compression modelslavanya marichamy
 
Chapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woodsChapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woodsasodariyabhavesh
 
Image Representation & Descriptors
Image Representation & DescriptorsImage Representation & Descriptors
Image Representation & DescriptorsPundrikPatel
 
1.arithmetic & logical operations
1.arithmetic & logical operations1.arithmetic & logical operations
1.arithmetic & logical operationsmukesh bhardwaj
 

La actualidad más candente (20)

Homomorphic filtering
Homomorphic filteringHomomorphic filtering
Homomorphic filtering
 
Chapter 6 color image processing
Chapter 6 color image processingChapter 6 color image processing
Chapter 6 color image processing
 
Image Restoration
Image RestorationImage Restoration
Image Restoration
 
Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image Fundamentals
 
NOISE FILTERS IN IMAGE PROCESSING
NOISE FILTERS IN IMAGE PROCESSINGNOISE FILTERS IN IMAGE PROCESSING
NOISE FILTERS IN IMAGE PROCESSING
 
Digital image processing
Digital image processing  Digital image processing
Digital image processing
 
Chapter 5 Image Processing: Fourier Transformation
Chapter 5 Image Processing: Fourier TransformationChapter 5 Image Processing: Fourier Transformation
Chapter 5 Image Processing: Fourier Transformation
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
 
Interpixel redundancy
Interpixel redundancyInterpixel redundancy
Interpixel redundancy
 
Edge Detection and Segmentation
Edge Detection and SegmentationEdge Detection and Segmentation
Edge Detection and Segmentation
 
Image processing second unit Notes
Image processing second unit NotesImage processing second unit Notes
Image processing second unit Notes
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
Image Restoration (Digital Image Processing)
Image Restoration (Digital Image Processing)Image Restoration (Digital Image Processing)
Image Restoration (Digital Image Processing)
 
Image sampling and quantization
Image sampling and quantizationImage sampling and quantization
Image sampling and quantization
 
Image Processing: Spatial filters
Image Processing: Spatial filtersImage Processing: Spatial filters
Image Processing: Spatial filters
 
Fundamentals and image compression models
Fundamentals and image compression modelsFundamentals and image compression models
Fundamentals and image compression models
 
03 image transform
03 image transform03 image transform
03 image transform
 
Chapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woodsChapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woods
 
Image Representation & Descriptors
Image Representation & DescriptorsImage Representation & Descriptors
Image Representation & Descriptors
 
1.arithmetic & logical operations
1.arithmetic & logical operations1.arithmetic & logical operations
1.arithmetic & logical operations
 

Similar a Noise filtering

Image processing, Noise, Noise Removal filters
Image processing, Noise, Noise Removal filtersImage processing, Noise, Noise Removal filters
Image processing, Noise, Noise Removal filtersKuppusamy P
 
Image Restoration and Reconstruction in Digital Image Processing
Image Restoration and Reconstruction in Digital Image ProcessingImage Restoration and Reconstruction in Digital Image Processing
Image Restoration and Reconstruction in Digital Image ProcessingSadia Zafar
 
Image noise reduction
Image noise reductionImage noise reduction
Image noise reductionJksuryawanshi
 
Noise Estimation & Filtering_.pptx
Noise Estimation  & Filtering_.pptxNoise Estimation  & Filtering_.pptx
Noise Estimation & Filtering_.pptxSudipKG
 
noiseestimationfiltering-221217050348-c5d1a246.pdf
noiseestimationfiltering-221217050348-c5d1a246.pdfnoiseestimationfiltering-221217050348-c5d1a246.pdf
noiseestimationfiltering-221217050348-c5d1a246.pdfAmrilMukmin2
 
Removal of Salt and Pepper Noise in images
Removal of Salt and Pepper Noise in imagesRemoval of Salt and Pepper Noise in images
Removal of Salt and Pepper Noise in imagesMurali Siva
 
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
 
Smoothing in Digital Image Processing
Smoothing in Digital Image ProcessingSmoothing in Digital Image Processing
Smoothing in Digital Image ProcessingPallavi Agarwal
 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERPushparaj Pal
 
ModuleII091.pdf
ModuleII091.pdfModuleII091.pdf
ModuleII091.pdfSamrajECE
 
Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Performance Comparison of Various Filters and Wavelet Transform for Image De-...Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Performance Comparison of Various Filters and Wavelet Transform for Image De-...IOSR Journals
 
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...CSCJournals
 
reducing noises in images
reducing noises in imagesreducing noises in images
reducing noises in imagesaswathdas
 
survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoisingArti Singh
 

Similar a Noise filtering (20)

Image processing, Noise, Noise Removal filters
Image processing, Noise, Noise Removal filtersImage processing, Noise, Noise Removal filters
Image processing, Noise, Noise Removal filters
 
Image Restoration and Reconstruction in Digital Image Processing
Image Restoration and Reconstruction in Digital Image ProcessingImage Restoration and Reconstruction in Digital Image Processing
Image Restoration and Reconstruction in Digital Image Processing
 
Image noise reduction
Image noise reductionImage noise reduction
Image noise reduction
 
Module 31
Module 31Module 31
Module 31
 
Noise Estimation & Filtering_.pptx
Noise Estimation  & Filtering_.pptxNoise Estimation  & Filtering_.pptx
Noise Estimation & Filtering_.pptx
 
noiseestimationfiltering-221217050348-c5d1a246.pdf
noiseestimationfiltering-221217050348-c5d1a246.pdfnoiseestimationfiltering-221217050348-c5d1a246.pdf
noiseestimationfiltering-221217050348-c5d1a246.pdf
 
DIP -Unit 3 ppt.pptx
DIP -Unit 3 ppt.pptxDIP -Unit 3 ppt.pptx
DIP -Unit 3 ppt.pptx
 
Removal of Salt and Pepper Noise in images
Removal of Salt and Pepper Noise in imagesRemoval of Salt and Pepper Noise in images
Removal of Salt and Pepper Noise in images
 
Image Filtering
Image FilteringImage Filtering
Image Filtering
 
Noise
NoiseNoise
Noise
 
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
 
Smoothing in Digital Image Processing
Smoothing in Digital Image ProcessingSmoothing in Digital Image Processing
Smoothing in Digital Image Processing
 
Image denoising
Image denoisingImage denoising
Image denoising
 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTER
 
ModuleII091.pdf
ModuleII091.pdfModuleII091.pdf
ModuleII091.pdf
 
Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Performance Comparison of Various Filters and Wavelet Transform for Image De-...Performance Comparison of Various Filters and Wavelet Transform for Image De-...
Performance Comparison of Various Filters and Wavelet Transform for Image De-...
 
L011117884
L011117884L011117884
L011117884
 
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
 
reducing noises in images
reducing noises in imagesreducing noises in images
reducing noises in images
 
survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoising
 

Último

Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdfPedro Manuel
 
NIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopNIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopBachir Benyammi
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024SkyPlanner
 
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...Aggregage
 
AI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity WebinarAI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity WebinarPrecisely
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfAijun Zhang
 
9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding TeamAdam Moalla
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesMd Hossain Ali
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-pyJamie (Taka) Wang
 
Videogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfVideogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfinfogdgmi
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaborationbruanjhuli
 
VoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBXVoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBXTarek Kalaji
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfDianaGray10
 
OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureEric D. Schabell
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Will Schroeder
 
Linked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesLinked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesDavid Newbury
 
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfIaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfDaniel Santiago Silva Capera
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfJamie (Taka) Wang
 
Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1DianaGray10
 
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAshyamraj55
 

Último (20)

Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdf
 
NIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopNIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 Workshop
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024
 
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
 
AI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity WebinarAI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity Webinar
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdf
 
9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-py
 
Videogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfVideogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdf
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
 
VoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBXVoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBX
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
 
OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability Adventure
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
 
Linked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesLinked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond Ontologies
 
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfIaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
 
Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1
 
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
 

Noise filtering

  • 1. Noise Addition and Filtering ` Presented By : Sara El-Masri Alaa Sababbah Amna El-Sheikh Ali Supervised By : Dr. Samy Salamah
  • 3. 1. Introduction • It is generally desirable for image brightness to be uniform except where it changes to form an image. • There are factors, however, that tend to produce variation in the brightness of a displayed image even when no image detail is present. • This variation is usually random and has no particular pattern.
  • 4. 1. Introduction (cont.) In many cases, it reduces image quality and is especially significant when the objects being imaged are small and have relatively low contrast. This random variation in image brightness is designated noise.
  • 5. 1. Introduction (cont.) Image on the right has more noise than the image on the left
  • 6. Images • There are two types of images :  Vector images  Digital images
  • 7. Vector Images • Vector images made up of vectors which lead through locations called control points. • Each of these control points has define on the x and y axes of the work plain .
  • 8. Digital Images • A digital image is 2-dim array of real numbers • 2-D image is divided into N rows and M columns • the intersection of these rows and columns is known as pixels
  • 9. Types of Digital Images • Binary images (black and white images) • Gray scale images • Color images
  • 10. Binary Images • Each pixel is just black or white • There is only two possible values for each pixel i.e. 0 or 1
  • 11. Gray Scale Images • Each pixel value of gray scale images normally from 0 (black) to 255 (white)
  • 12. Color images • In color images each pixel has a particular color ; that color being described by the amount of red , blue and green in it . • Each of these components has a rang 0-255
  • 13. 2. Image noise Noise in image , is any degradation in an image signal , caused by external disturbance while an image is being sent from one place to another place via satellite , wireless and network cable . We can model a noisy image as follows:
  • 14. Source of Image Noise • Error occurs in image signal while an image is being sent electronically from one place to another . • Sensor heat while clicking an image • ISO factor ISO number indicates how quickly a camera’s sensor absorbs , light , higher ISO used mare chance of noticeable noise • By memory cell failure.
  • 15. Types of Image Noise 1) Salt and pepper noise 2) Gaussian noise 3) Speckle noise 4) Uniform noise
  • 16. Salt and pepper noise • It known as shot noise, impulse noise or Spike noise . • Its appearance is randomly scattered white or black or both pixel over the image . • there are only two possible values exists that is a and b and the probability of each is less than 0.2 .
  • 17. Salt and pepper noise (cont.) Reasons for Salt and Pepper Noise: 1) 2) 3) By memory cell failure. By malfunctioning of camera’s sensor cells. By synchronization errors in image digitizing or transmission. Where: pa, pb are the Probabilities Density Function (PDF), p(z) is distribution salt and pepper noise in image and A, B are the arrays size image.
  • 18. Salt and pepper noise (cont.)
  • 19. Image with Salt and Pepper Original Image
  • 20. Salt and pepper noise (cont.) • filtering techniques :  mean filtering .  Median filtering  Gaussian filtering
  • 21. Gaussian Noise Gaussian noise is caused by random fluctuations in the signal , its modeled by random values add to an image This noise has a probability density function [pdf] of the normal distribution. It is also known as Gaussian distribution.
  • 23. Gaussian Noise (cont.) Without Noise With Gaussian Noise
  • 25. Sources of Gaussian Noise • In digital images arise during acquisition . e.g. Sensor noise caused by poor illumination and/or high temperature • Transmission e.g. Electronic circuit noise .
  • 26. Gaussian Noise (cont.) • filtering techniques : mean (convolution) filtering Median filtering Gaussian filtering
  • 27. Speckle Noise • Speckle noise can be modeled by random values multiplied by pixel values of an image • results from random fluctuations in the return signal from an object that is no bigger than a single image-processing element. It increases the mean grey level of a local area.
  • 28. Speckle Noise The distribution noise can be expressed by: Where g(n,m), is the observed image , u(n,m) is the multiplicative component . and &(n,m) is the additive component of the speckle noise.
  • 30. Speckle Noise (cont.) • filtering techniques : mean (convolution) filtering Median filtering
  • 31. Uniform Noise • The uniform noise cause by quantizing the pixels of image to a number of distinct levels is known as quantization noise. • Uniform noise can be analytically described by : • The gray level values of the noise are evenly distributed across a specific range
  • 32. Uniform Noise (cont.) • Quantization noise has an approximately uniform distribution
  • 34. 3. Filtering • Filtering image data is a standard process used in almost all image processing systems. • Filters are used to remove noise from digital image while keeping the details of image preserved. • The choice of filter is determined by  the nature of the task performed by filter .  Filter behavior .  type of the data .
  • 36. Linear Filter • Linear filters are used to remove certain type of noise. • The linear filters work best with salt and pepper noise, and Gaussian noise. • Gaussian and mean filters. • Simple to design . • These filters also  tend to blur the sharp edges .  destroy the lines and other fine details of image .
  • 37. Linear Filters – Example Filtered Gaussian noise.
  • 38. Non-Linear Filters • Can preserve edges . • Very effective at removing impulsive noise . • They are more powerful than linear filters because they are able to reduce noise levels without blurring edges. • Can be difficult to design. • Median Filter.
  • 39. Non-linear Filter vs. linear Filter
  • 40. Filters Types 1) Median filter . 2) Wiener Filter . 3) Mean filter . 4) Gaussian filter
  • 41. Median Filter • Median Filter is a simple and powerful non-linear filter . • It is used for reducing the amount of intensity variation between one pixel and the other pixel. • In this filter, we replaces pixel value with the median value . • The median is calculated by first sorting all the pixel values into ascending order and then replace the pixel being calculated with the middle pixel value • Salt and pepper noise.
  • 42. Median Filter • Advantage:  It is easy to implement.  Used for de-noising different types of noises. • Disadvantage:  Median Filter tends to remove image details when the impulse noise percentage is more than 0.4 %.
  • 43. Example : 3x3 Median
  • 44. Original Salt & pepper %20 De-noising by Median filter Original Salt & pepper %60 De-noising by Median filter
  • 45. Wiener Filter • The purpose of the Wiener filter is to filter out the noise that has corrupted a signal. • This filter is based on a statistical approach. • The goal of wiener filter is reduced the mean square error (MSE) as much as possible. • Poisson noise , speckle noise .
  • 46. Wiener Filter • One method that we assume we have knowledge of the spectral property of the noise and original signal. • • • • • The Fourier domain of the Wiener filter is Where : H*(u, v) = Complex conjugate of degradation function Pn (u, v) = Power Spectral Density of Noise Ps (u, v) = Power Spectral Density of non-degraded image H (u, v) = Degradation function
  • 48. Mean Filter • Mean Filter (average filter) is a simple linear filter . • Replace each pixel value in an image with the mean value of its neighbors, including itself. • Gaussian noise . • Advantage:  Easy to implement  Used to remove the impulse noise. • Disadvantage:  It does not preserve details of image. Some details are removes of image with using the mean filter.
  • 49. Mean Filtering Example Average filtering example using a 3 x 3 sampling window: Keeping border values unchanged
  • 50. Mean Filtering - Boundaries • Average filtering example using a 3 x 3 sampling window: Extending border values outside with values at boundary
  • 51. Mean Filter Example • (a) Original Image • (b) Image corrupted by %12 Gaussian noise . • (c)De –noising by mean filter
  • 52. Gaussian filter Gaussian noise • Gaussian is smoothing filter in the 2D convolution operation that is used to remove noise and blur from image. • Probably the most useful filter (although not the fastest). • Gaussian filtering is done by convolution each point in the input array with a Gaussian kernel and then summing them all to produce the output array.
  • 53. Gaussian filter Example (a) Original (b)Noisy (c) Gaussian filter Image corrupted by %60 salt & Pepper Noise
  • 54. Performance Parameters • For comparing original image and filtered image, we calculate following parameters: 1) Mean Square Error (MSE): The MSE is the cumulative square error between the encoded and the original image defined by: Where, f is the original image and g is the filtered image. The dimension of the images is m x n. Thus MSE should be as low as possible for effective filtering .
  • 55. Performance Parameters 2) Signal to Noise Ratio is defined by the power ratio between a signal and the background noise. Where P is average power. Both noise and power must be measured at the same points in a system, and within system with same bandwidth.
  • 56. Performance Parameters 3) Peak signal to Noise ratio (PSNR): – It is defined by: PSNR = 10 log (255^2/mse)
  • 58. Conclusion • Enhancement of an noisy image is necessary task in image processing. • Filters are used best for removing noise from the images. • The decision to apply a which particular filter is based on the different noise level at the different test pixel location or performance of the filter scheme on a filtering mask.