SlideShare a Scribd company logo
1 of 24
Course Title: Pattern Recognition & Image Processing
Course Code: CSE-411
1
2
3
4
5 6
7
8
9
1
0
Contents
Source of Image
Noise
Introduction
Simple Images &
Contents
Noise Model
Spatially Independent
Noise Models
Effects of Noise on
Images & Histograms
Spatially Dependent
Noise Models
Estimation of Noise
Parameters
Applicability of
Various Noise
Models
Conclusion
Noise is a disturbance of the image data (projection of
the scene) by image acquisition or the transmission of
images.
We may define noise to be any degradation in the image
signal.
Cleaning an image corrupted by noise is thus an
important area of image restoration.
Noises are mostly implemented in MATLAB.
모바일 이미지
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.
g ( x, y) = f ( x,
y) + η ( x, y)
f(x, y) = original
image pixel
η(x, y) = noise
term
g(x, y) = resulting
noisy pixel
Simple
Images &
Contents
Consider a noisy image is modelled as follows:
Page 04
Page 03
Page 02
Page 01
Noise Models
There are several ways that noise
can be introduced into an image,
depending on how the image is
created.
Page 02
Page 01
2 Spatially Dependent Noise Model
1 Spatially Independent Noise Models
Page 01
Page 01
Page 02
Spatially Independent Noise Models-
Page 01
Page 02
Page 02
P e r i o d i c N o i s e
Spatially
Dependent Noise
Model
Spatially Independent Noise Models
1 2 3 4 5 6
Gaussian
(Normal)
Impulse
(Salt-and-Pepper)
Uniform
Rayleigh
Gamma
(Erlang)
Exponential
There are many different models for the image noise term η(x, y):
Unifor
m
Impulse
Gamma
Exponenti
al
Rayleig
h
Gaussi
an
Spatially Independent Noise Models
The Gaussian noise, also
called normal noise, is
caused by random
fluctuations in the signal.
Its modeled by random
values added to an image.
Its
probability
density
function
(pdf) is:
Noise Models:
Gaussian
Noise
Figure: PDF of Gaussian Noise
Example of Gaussian Noise.
The Rayleigh distribution
is a continuous probability
distribution for positive
valued random variables.
Rayleigh noise presents in
radar range images.
Its
probability
density
function
(pdf) is:
Noise Models:
Rayleigh
Noise
Figure: Rayleigh Distribution
• mean,  = a+(b/4)1/2
• variance,  = b(4-)/4








azfor
azforeaz
bzp
baz
0
)(
2
)(
/)( 2
Example of Rayleigh Noise.
Gamma noise is the
noise which is occurs
in laser imaging and
can be used for
approximating
diagonal histograms. It
obeys the Gamma
distribution.
Its
probability
density
function
(pdf) is:
Noise Models:
Erlang (Gamma)
Noise
Figure: Gamma Distribution









00
0
)!1()(
1
zfor
zfore
b
za
zp
az
bb
• mean, =b/a;
• variance,  =b/a2
Example of Gamma Noise.
Its
probability
density
function
(pdf) is:
Noise Models:
Exponential
Noise
Figure: PDF of Exponential NoiseThe exponential
distribution is the
probability distribution
that describes the time
relation between events
in a Poisson process. It
is a particular case of
the gamma distribution







00
0
)(
zfor
zforae
zp
az
In exponential noise model when
b=1 it tends to be Erlang noise
model.
• mean, =1/a;
• variance,  =1/a2
Example of Exponential
Noise.
Uniform noise is not often
encountered in real-world
imaging systems, but
provides a useful
comparison with Gaussian
noise. This implies that
nonlinear filters should be
better at removing uniform
noise than Gaussian noise.
Its
probability
density
function
(pdf) is:
Noise Models:
Uniform
Noise
Figure: PDF of Uniform Noise






otherwise
bzafor
abzp
0
1
)(
mean, =(a+b)/2;
variance,  =(b-a)2
/12
Example of Uniform Noise.
Its
probability
density
function
(pdf) is:
Noise Models: Impulse
(Salt and Pepper)
Noise
Figure: PDF of Impulse Noise








otherwise
bzfor
azfor
P
P
zp b
a
0
)(
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 .
Effects of
Noise on
Images &
Histograms
Spatially Dependent Noise Models: Periodic Noise (Example)
Periodic noise
usually arises from
electrical or
electromechanical
interference.
It can be
reduced
significantly
via frequency
domain
filtering.
Estimation of Noise Parameters
0
1
P e r i o d i c
N o i s e :The parameters of this
are estimated by Fourier
spectral components.
O n l y A v a i l i t y
o f I m a g e s :
It estimates the noise of
PDF from small patches
of reasonably constant
gray level.
A v a i l i t y o f
I m a g i n g S y s t e m :
It is the simple way to study the
characteristics of system noise
by acquiring a set of images of
flat environment under uniform
illumination (consistent
background).
Example
Once the PDF model is
determined, estimate the
model parameters
(mean  , variance 𝜎2).
Estimation of Noise Parameters(Contd.)
E x p o n e n t i a l
N o i s e :
Used to model noise in laser
imaging.
A p p l i c a b i l i t y
o f V a r i o u s
N o i s e M o d e l s
U n i f o r m N o i s e :
Used in simulations.
I m p u l s e N o i s e :
Quick transients take place
during imaging.
G a u s s i a n N o i s e :
Electronic circuit noise and sensor
noise due to poor illumination or
high temperature.
R a y l e i g h N o i s e :
Characterize noise in range
imaging.
E r l a n g N o i s e :
Noise in laser imaging.
Conclusion
Therefore, noise is added to the image during image
acquisition and to a lesser or greater extent affects the
image. So, the noise models are an important part of
digital image processing. Without having the knowledge
about these models it is nearly impossible to remove the
noise from the image and perform denoising actions.
Noise

More Related Content

What's hot

Image enhancement
Image enhancementImage enhancement
Image enhancementAyaelshiwi
 
Image Filtering in the Frequency Domain
Image Filtering in the Frequency DomainImage Filtering in the Frequency Domain
Image Filtering in the Frequency DomainAmnaakhaan
 
Image Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):BasicsImage Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):BasicsKalyan Acharjya
 
08 frequency domain filtering DIP
08 frequency domain filtering DIP08 frequency domain filtering DIP
08 frequency domain filtering DIPbabak danyal
 
Hough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul IslamHough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul IslamNazmul Islam
 
Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial DomainDEEPASHRI HK
 
Noise filtering
Noise filteringNoise filtering
Noise filteringAlaa Ahmed
 
Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)Kalyan Acharjya
 
Lecture 13 (Usage of Fourier transform in image processing)
Lecture 13 (Usage of Fourier transform in image processing)Lecture 13 (Usage of Fourier transform in image processing)
Lecture 13 (Usage of Fourier transform in image processing)VARUN KUMAR
 
Histogram Specification or Matching Problem
Histogram Specification or Matching ProblemHistogram Specification or Matching Problem
Histogram Specification or Matching ProblemKalyan Acharjya
 
Chapter 6 color image processing
Chapter 6 color image processingChapter 6 color image processing
Chapter 6 color image processingasodariyabhavesh
 
Interpixel redundancy
Interpixel redundancyInterpixel redundancy
Interpixel redundancyNaveen Kumar
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processingAhmed Daoud
 

What's hot (20)

NOISE FILTERS IN IMAGE PROCESSING
NOISE FILTERS IN IMAGE PROCESSINGNOISE FILTERS IN IMAGE PROCESSING
NOISE FILTERS IN IMAGE PROCESSING
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 
Module 31
Module 31Module 31
Module 31
 
Image Filtering in the Frequency Domain
Image Filtering in the Frequency DomainImage Filtering in the Frequency Domain
Image Filtering in the Frequency Domain
 
Image Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):BasicsImage Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):Basics
 
08 frequency domain filtering DIP
08 frequency domain filtering DIP08 frequency domain filtering DIP
08 frequency domain filtering DIP
 
Hough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul IslamHough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul Islam
 
Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial Domain
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
Unit3 dip
Unit3 dipUnit3 dip
Unit3 dip
 
Noise filtering
Noise filteringNoise filtering
Noise filtering
 
Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)
 
Lecture 13 (Usage of Fourier transform in image processing)
Lecture 13 (Usage of Fourier transform in image processing)Lecture 13 (Usage of Fourier transform in image processing)
Lecture 13 (Usage of Fourier transform in image processing)
 
Noise
NoiseNoise
Noise
 
Histogram Specification or Matching Problem
Histogram Specification or Matching ProblemHistogram Specification or Matching Problem
Histogram Specification or Matching Problem
 
Chapter 6 color image processing
Chapter 6 color image processingChapter 6 color image processing
Chapter 6 color image processing
 
Interpixel redundancy
Interpixel redundancyInterpixel redundancy
Interpixel redundancy
 
Canny Edge Detection
Canny Edge DetectionCanny Edge Detection
Canny Edge Detection
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
 
Image Restoration
Image RestorationImage Restoration
Image Restoration
 

Similar to Noise

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
 
A computer vision approach to speech enhancement
A computer vision approach to speech enhancementA computer vision approach to speech enhancement
A computer vision approach to speech enhancementRamin Anushiravani
 
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for  Different NoiseComparison of Denoising Filters on Greyscale TEM Image for  Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for Different NoiseIOSR Journals
 
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...IJEACS
 
3 ijaems nov-2015-6-development of an advanced technique for historical docum...
3 ijaems nov-2015-6-development of an advanced technique for historical docum...3 ijaems nov-2015-6-development of an advanced technique for historical docum...
3 ijaems nov-2015-6-development of an advanced technique for historical docum...INFOGAIN PUBLICATION
 
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSINGA R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSINGsipij
 
ESTIMATING NOISE PARAMETER & FILTERING (Digital Image Processing)
ESTIMATING NOISE PARAMETER & FILTERING (Digital Image Processing)ESTIMATING NOISE PARAMETER & FILTERING (Digital Image Processing)
ESTIMATING NOISE PARAMETER & FILTERING (Digital Image Processing)Shajun Nisha
 
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...muhammed jassim k
 
An Adaptive approach to retrieve image affected by impulse noise from documents
An Adaptive approach to retrieve image affected by impulse noise from documentsAn Adaptive approach to retrieve image affected by impulse noise from documents
An Adaptive approach to retrieve image affected by impulse noise from documentsiosrjce
 
Denoising of image using wavelet
Denoising of image using waveletDenoising of image using wavelet
Denoising of image using waveletAsim Qureshi
 
Image Denoising Using Wavelet
Image Denoising Using WaveletImage Denoising Using Wavelet
Image Denoising Using WaveletAsim Qureshi
 

Similar to Noise (20)

Chap6 image restoration
Chap6 image restorationChap6 image restoration
Chap6 image restoration
 
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...
 
A computer vision approach to speech enhancement
A computer vision approach to speech enhancementA computer vision approach to speech enhancement
A computer vision approach to speech enhancement
 
J010245458
J010245458J010245458
J010245458
 
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for  Different NoiseComparison of Denoising Filters on Greyscale TEM Image for  Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
 
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
Performance Assessment of Several Filters for Removing Salt and Pepper Noise,...
 
Image Filtering
Image FilteringImage Filtering
Image Filtering
 
Poster cs543
Poster cs543Poster cs543
Poster cs543
 
3 ijaems nov-2015-6-development of an advanced technique for historical docum...
3 ijaems nov-2015-6-development of an advanced technique for historical docum...3 ijaems nov-2015-6-development of an advanced technique for historical docum...
3 ijaems nov-2015-6-development of an advanced technique for historical docum...
 
M.sc.iii sem digital image processing unit iv
M.sc.iii sem digital image processing unit ivM.sc.iii sem digital image processing unit iv
M.sc.iii sem digital image processing unit iv
 
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSINGA R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
 
Hg3512751279
Hg3512751279Hg3512751279
Hg3512751279
 
Image pipeline
Image pipelineImage pipeline
Image pipeline
 
ESTIMATING NOISE PARAMETER & FILTERING (Digital Image Processing)
ESTIMATING NOISE PARAMETER & FILTERING (Digital Image Processing)ESTIMATING NOISE PARAMETER & FILTERING (Digital Image Processing)
ESTIMATING NOISE PARAMETER & FILTERING (Digital Image Processing)
 
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
 
H017334953
H017334953H017334953
H017334953
 
An Adaptive approach to retrieve image affected by impulse noise from documents
An Adaptive approach to retrieve image affected by impulse noise from documentsAn Adaptive approach to retrieve image affected by impulse noise from documents
An Adaptive approach to retrieve image affected by impulse noise from documents
 
Denoising of image using wavelet
Denoising of image using waveletDenoising of image using wavelet
Denoising of image using wavelet
 
PID3474431
PID3474431PID3474431
PID3474431
 
Image Denoising Using Wavelet
Image Denoising Using WaveletImage Denoising Using Wavelet
Image Denoising Using Wavelet
 

Recently uploaded

ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 

Recently uploaded (20)

ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 

Noise

  • 1. Course Title: Pattern Recognition & Image Processing Course Code: CSE-411
  • 2. 1 2 3 4 5 6 7 8 9 1 0 Contents Source of Image Noise Introduction Simple Images & Contents Noise Model Spatially Independent Noise Models Effects of Noise on Images & Histograms Spatially Dependent Noise Models Estimation of Noise Parameters Applicability of Various Noise Models Conclusion
  • 3. Noise is a disturbance of the image data (projection of the scene) by image acquisition or the transmission of images. We may define noise to be any degradation in the image signal. Cleaning an image corrupted by noise is thus an important area of image restoration. Noises are mostly implemented in MATLAB.
  • 4. 모바일 이미지 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.
  • 5. g ( x, y) = f ( x, y) + η ( x, y) f(x, y) = original image pixel η(x, y) = noise term g(x, y) = resulting noisy pixel Simple Images & Contents Consider a noisy image is modelled as follows:
  • 6. Page 04 Page 03 Page 02 Page 01 Noise Models There are several ways that noise can be introduced into an image, depending on how the image is created.
  • 7. Page 02 Page 01 2 Spatially Dependent Noise Model 1 Spatially Independent Noise Models
  • 8. Page 01 Page 01 Page 02 Spatially Independent Noise Models-
  • 9. Page 01 Page 02 Page 02 P e r i o d i c N o i s e Spatially Dependent Noise Model
  • 10. Spatially Independent Noise Models 1 2 3 4 5 6 Gaussian (Normal) Impulse (Salt-and-Pepper) Uniform Rayleigh Gamma (Erlang) Exponential There are many different models for the image noise term η(x, y):
  • 12. The Gaussian noise, also called normal noise, is caused by random fluctuations in the signal. Its modeled by random values added to an image. Its probability density function (pdf) is: Noise Models: Gaussian Noise Figure: PDF of Gaussian Noise Example of Gaussian Noise.
  • 13. The Rayleigh distribution is a continuous probability distribution for positive valued random variables. Rayleigh noise presents in radar range images. Its probability density function (pdf) is: Noise Models: Rayleigh Noise Figure: Rayleigh Distribution • mean,  = a+(b/4)1/2 • variance,  = b(4-)/4         azfor azforeaz bzp baz 0 )( 2 )( /)( 2 Example of Rayleigh Noise.
  • 14. Gamma noise is the noise which is occurs in laser imaging and can be used for approximating diagonal histograms. It obeys the Gamma distribution. Its probability density function (pdf) is: Noise Models: Erlang (Gamma) Noise Figure: Gamma Distribution          00 0 )!1()( 1 zfor zfore b za zp az bb • mean, =b/a; • variance,  =b/a2 Example of Gamma Noise.
  • 15. Its probability density function (pdf) is: Noise Models: Exponential Noise Figure: PDF of Exponential NoiseThe exponential distribution is the probability distribution that describes the time relation between events in a Poisson process. It is a particular case of the gamma distribution        00 0 )( zfor zforae zp az In exponential noise model when b=1 it tends to be Erlang noise model. • mean, =1/a; • variance,  =1/a2 Example of Exponential Noise.
  • 16. Uniform noise is not often encountered in real-world imaging systems, but provides a useful comparison with Gaussian noise. This implies that nonlinear filters should be better at removing uniform noise than Gaussian noise. Its probability density function (pdf) is: Noise Models: Uniform Noise Figure: PDF of Uniform Noise       otherwise bzafor abzp 0 1 )( mean, =(a+b)/2; variance,  =(b-a)2 /12 Example of Uniform Noise.
  • 17. Its probability density function (pdf) is: Noise Models: Impulse (Salt and Pepper) Noise Figure: PDF of Impulse Noise         otherwise bzfor azfor P P zp b a 0 )( 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 .
  • 19. Spatially Dependent Noise Models: Periodic Noise (Example) Periodic noise usually arises from electrical or electromechanical interference. It can be reduced significantly via frequency domain filtering.
  • 20. Estimation of Noise Parameters 0 1 P e r i o d i c N o i s e :The parameters of this are estimated by Fourier spectral components. O n l y A v a i l i t y o f I m a g e s : It estimates the noise of PDF from small patches of reasonably constant gray level. A v a i l i t y o f I m a g i n g S y s t e m : It is the simple way to study the characteristics of system noise by acquiring a set of images of flat environment under uniform illumination (consistent background).
  • 21. Example Once the PDF model is determined, estimate the model parameters (mean  , variance 𝜎2). Estimation of Noise Parameters(Contd.)
  • 22. E x p o n e n t i a l N o i s e : Used to model noise in laser imaging. A p p l i c a b i l i t y o f V a r i o u s N o i s e M o d e l s U n i f o r m N o i s e : Used in simulations. I m p u l s e N o i s e : Quick transients take place during imaging. G a u s s i a n N o i s e : Electronic circuit noise and sensor noise due to poor illumination or high temperature. R a y l e i g h N o i s e : Characterize noise in range imaging. E r l a n g N o i s e : Noise in laser imaging.
  • 23. Conclusion Therefore, noise is added to the image during image acquisition and to a lesser or greater extent affects the image. So, the noise models are an important part of digital image processing. Without having the knowledge about these models it is nearly impossible to remove the noise from the image and perform denoising actions.