SlideShare une entreprise Scribd logo
1  sur  24
Unit 4
Image Restoration
(Part II)
Kalyan Acharjya
Jaipur National University, Jaipur
1
Kalyan Acharjya
Source: PPT Content
Kalyan Acharjya 2
Degradation Model?
 Objective: To restore a degraded/distorted image to its original content
and quality.
 Spatial Domain: g(x,y)=h(x,y)*f(x,y)+ ŋ(x,y)
 Frequency Domain: G(u,v)=H(u,v)F(u,v)+ ŋ(u,v)
 Matrix: G=HF+ŋ
Degradation
Function h
Restoration
Filters
g(x,y)
f(x,y)
ŋ(x,y)
f(x,y)
^
Degradation Restoration
3
Kalyan Acharjya
Image Restoration (Order Statistics Filters)
 Spatial filters that are based on ordering the pixel values that make up
the neighbourhood operated on by the filter
 Useful spatial filters include
 Median filter.
 Maximum and Minimum filter.
 Midpoint filter.
 Alpha trimmed mean filter.
4
Kalyan Acharjya
Median Filter
 Median Filter:
 Excellent at noise removal, without the smoothing effects that can occur
with other smoothing filters
 Best result for removing salt and pepper noise.
)},({),(ˆ
),(
tsgmedianyxf
xySts 

5
Kalyan Acharjya
Example: Median Filter
6
Kalyan Acharjya
Result Median Filter
7
Kalyan Acharjya
Result of Median Filter
Fig 1: Salt & Pepper noise Fig2: Result of 1 pass Med 3*3
Fig3: Result of 2 pass Med 3*3 Fig4: Result of 3 pass Med 3*3
8
Kalyan Acharjya
Maximum and Minimum Filter
 Max Filter:
 Min Filter:
 Max filter is good for pepper noise and min is good for salt noise
)},({max),(ˆ
),(
tsgyxf
xySts 

)},({min),(ˆ
),(
tsgyxf
xySts 

9
Kalyan Acharjya
Result of Max and Min Filter
Fig: Corrupted by Pepper Noise
Fig: Filtering Above,3*3 Max Filter
Fig: Corrupted by Salt Noise
Fig: Filtering Above,3*3 Min Filter
10
Kalyan Acharjya
Midpoint Filter
 Midpoint Filter:
 Good for random Gaussian and uniform noise



 

)},({min)},({max
2
1
),(ˆ
),(),(
tsgtsgyxf
xyxy StsSts
11
Kalyan Acharjya
Alpha-Trimmed Mean Filter
 Alpha-Trimmed Mean Filter:
 Here deleted the α/2 lowest and α/2 highest grey levels, so gr(s, t) represents
the remaining mn – α pixels


xySts
r tsg
mn
yxf
),(
),(
1
),(ˆ

12
Alpha-trimmed mean filter is windowed filter of nonlinear class, by its
nature is hybrid of the mean and median filters. The basic idea behind filter is
for any element of the signal (image) look at its neighborhood, discard the most
atypical elements and calculate mean value using the rest of them. Alpha you can
see in the name of the filter is indeed parameter responsible for the number of
trimmed elements.
Kalyan Acharjya
Alpha-Trimmed Mean Filter
13
 Alpha-trimmed mean filter algorithm:
 Place a window over element;
 Pick up elements;
 Order elements;
 Discard elements at the beginning and at the end of the
got ordered set;
 Take an average— sum up the remaining elements and
divide the sum by their number.
Kalyan Acharjya
Result: Alpha-Trimmed Mean Filter
14
Kalyan Acharjya
Result: Alpha-Trimmed Mean Filter
15
Detail: https://bit.ly/2pWALSx
Kalyan Acharjya
Periodic Noise
 Typically arises due to electrical or electromagnetic interference.
 Gives rise to regular noise patterns in an image
 Frequency domain techniques in the Fourier domain are most effective at
removing periodic noise
Fig: periodic Noise
16
Kalyan Acharjya
Band Reject Filters
 Removing periodic noise form an image involves removing a particular range of
frequencies from that image.
 Band reject filters can be used for this purpose.
 An ideal band reject filter is given as follows:












2
),(1
2
),(
2
0
2
),(1
),(
0
00
0
W
DvuDif
W
DvuD
W
Dif
W
DvuDif
vuH
17
Kalyan Acharjya
Band Reject Filters contd..
 The ideal band reject filter is shown below, along with Butterworth
and Gaussian versions of the filter.
Ideal Band
Reject Filter
Butterworth
Band Reject
Filter (of order 1)
Gaussian
Band Reject
Filter
18
Kalyan Acharjya
Periodic Noise: Band Reject Filters
19
Detail
https://bit.ly/2RTMzBJ
Kalyan Acharjya
Result of Band Reject Filter
Fig: Corrupted by Sinusoidal Noise Fig: Fourier spectrum of Corrupted Image
Fig: Butterworth Band Reject Filter Fig :Filtered image
20
Kalyan Acharjya
21
Kalyan Acharjya
Conclusions-What we have learnt…
 Restore the original image from degraded image, if u have clue about
degradation function, is called image restoration.
 The main objective should be estimate the degradation function.
 If you are able to estimate the H, then follow the inverse of degradation
process of an image.
 Weather spatial or frequency domain.
 Spatial domain techniques are particularly useful for removing random
noise.
 Frequency domain techniques are particularly useful for removing periodic
noise.
22
Kalyan Acharjya
• Adaptive Processing
 Spatial adaptive
 Frequency adaptive
• Nonlinear Processing
 Thresholding, coring …
 Iterative restoration
• Advanced Transformation / Modeling
 Advanced image transforms, e.g., wavelet …
 Statistical image modeling
• Blind Deblurring or Deconvolution
Advanced Image Restoration
Thank You
for
Your Attention!
kalyan5.blogspot.in
24Kalyan Acharjya

Contenu connexe

Tendances

Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
Gichelle Amon
 
Enhancement in spatial domain
Enhancement in spatial domainEnhancement in spatial domain
Enhancement in spatial domain
Ashish Kumar
 

Tendances (20)

Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
 
Image Smoothing using Frequency Domain Filters
Image Smoothing using Frequency Domain FiltersImage Smoothing using Frequency Domain Filters
Image Smoothing using Frequency Domain Filters
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image Segmentation
 
Point processing
Point processingPoint processing
Point processing
 
Image Restoration
Image RestorationImage Restoration
Image Restoration
 
Image segmentation
Image segmentation Image segmentation
Image segmentation
 
Enhancement in spatial domain
Enhancement in spatial domainEnhancement in spatial domain
Enhancement in spatial domain
 
Image sampling and quantization
Image sampling and quantizationImage sampling and quantization
Image sampling and quantization
 
Wiener Filter
Wiener FilterWiener Filter
Wiener Filter
 
Noise Models
Noise ModelsNoise Models
Noise Models
 
Smoothing in Digital Image Processing
Smoothing in Digital Image ProcessingSmoothing in Digital Image Processing
Smoothing in Digital Image Processing
 
Histogram Processing
Histogram ProcessingHistogram Processing
Histogram Processing
 
Chapter10 image segmentation
Chapter10 image segmentationChapter10 image segmentation
Chapter10 image segmentation
 
IMAGE SEGMENTATION.
IMAGE SEGMENTATION.IMAGE SEGMENTATION.
IMAGE SEGMENTATION.
 
Region based segmentation
Region based segmentationRegion based segmentation
Region based segmentation
 
Sharpening spatial filters
Sharpening spatial filtersSharpening spatial filters
Sharpening spatial filters
 
Edge linking in image processing
Edge linking in image processingEdge linking in image processing
Edge linking in image processing
 
Sharpening using frequency Domain Filter
Sharpening using frequency Domain FilterSharpening using frequency Domain Filter
Sharpening using frequency Domain Filter
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 
Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image Fundamentals
 

Similaire à Image Restoration (Order Statistics Filters)

DIP -Unit 3 ppt.pptx
DIP -Unit 3 ppt.pptxDIP -Unit 3 ppt.pptx
DIP -Unit 3 ppt.pptx
1DA20CS085Nithyashre
 

Similaire à Image Restoration (Order Statistics Filters) (20)

234456743edc.pdf
234456743edc.pdf234456743edc.pdf
234456743edc.pdf
 
Image_filtering (1).pptx
Image_filtering (1).pptxImage_filtering (1).pptx
Image_filtering (1).pptx
 
Image Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):BasicsImage Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):Basics
 
Unit3 dip
Unit3 dipUnit3 dip
Unit3 dip
 
Spatial filtering
Spatial filteringSpatial filtering
Spatial filtering
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
08 frequency domain filtering DIP
08 frequency domain filtering DIP08 frequency domain filtering DIP
08 frequency domain filtering DIP
 
06 spatial filtering DIP
06 spatial filtering DIP06 spatial filtering DIP
06 spatial filtering DIP
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 
CSE367 Lecture- image sinal processing lecture
CSE367 Lecture- image sinal processing lectureCSE367 Lecture- image sinal processing lecture
CSE367 Lecture- image sinal processing lecture
 
image restoration.ppt
image restoration.pptimage restoration.ppt
image restoration.ppt
 
Frequency Domain Filtering 1.ppt
 Frequency Domain Filtering 1.ppt Frequency Domain Filtering 1.ppt
Frequency Domain Filtering 1.ppt
 
Speckle Noise Reduction in Ultrasound Images using Adaptive and Anisotropic D...
Speckle Noise Reduction in Ultrasound Images using Adaptive and Anisotropic D...Speckle Noise Reduction in Ultrasound Images using Adaptive and Anisotropic D...
Speckle Noise Reduction in Ultrasound Images using Adaptive and Anisotropic D...
 
DIP -Unit 3 ppt.pptx
DIP -Unit 3 ppt.pptxDIP -Unit 3 ppt.pptx
DIP -Unit 3 ppt.pptx
 
Image denoising
Image denoisingImage denoising
Image denoising
 
Image Restoration And Reconstruction
Image Restoration And ReconstructionImage Restoration And Reconstruction
Image Restoration And Reconstruction
 
unit-3.ppt
unit-3.pptunit-3.ppt
unit-3.ppt
 
Noise models presented by Nisha Menon K
Noise models presented by Nisha Menon KNoise models presented by Nisha Menon K
Noise models presented by Nisha Menon K
 
Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)
 
D122733
D122733D122733
D122733
 

Plus de Kalyan Acharjya

Plus de Kalyan Acharjya (20)

Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image Compression
 
Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image Compression
 
Histogram Specification or Matching Problem
Histogram Specification or Matching ProblemHistogram Specification or Matching Problem
Histogram Specification or Matching Problem
 
Histogram Equalization
Histogram EqualizationHistogram Equalization
Histogram Equalization
 
Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image Fundamentals
 
Fundamental Steps of Digital Image Processing & Image Components
Fundamental Steps of Digital Image Processing & Image ComponentsFundamental Steps of Digital Image Processing & Image Components
Fundamental Steps of Digital Image Processing & Image Components
 
Introduction to Image Processing:Image Modalities
Introduction to Image Processing:Image ModalitiesIntroduction to Image Processing:Image Modalities
Introduction to Image Processing:Image Modalities
 
Electron Microscopy (SEM & TEM)
Electron Microscopy (SEM & TEM)Electron Microscopy (SEM & TEM)
Electron Microscopy (SEM & TEM)
 
Stick Diagram
Stick DiagramStick Diagram
Stick Diagram
 
Hypothesis Testing
Hypothesis TestingHypothesis Testing
Hypothesis Testing
 
Photodetector (Photodiode)
Photodetector (Photodiode)Photodetector (Photodiode)
Photodetector (Photodiode)
 
Fiber fabrication
Fiber fabricationFiber fabrication
Fiber fabrication
 
Fiber End Preparations & Splicing
Fiber End Preparations & SplicingFiber End Preparations & Splicing
Fiber End Preparations & Splicing
 
Connector losses Optical Fiber Cable
Connector losses Optical Fiber CableConnector losses Optical Fiber Cable
Connector losses Optical Fiber Cable
 
Introduction to VLSI Design
Introduction to VLSI DesignIntroduction to VLSI Design
Introduction to VLSI Design
 
Guidlines for ppt Design
Guidlines for ppt DesignGuidlines for ppt Design
Guidlines for ppt Design
 
B.Tech Seminar schedule dates 8 EC B2 2016
B.Tech Seminar schedule dates 8 EC B2 2016B.Tech Seminar schedule dates 8 EC B2 2016
B.Tech Seminar schedule dates 8 EC B2 2016
 
Face recognition Face Identification
Face recognition Face IdentificationFace recognition Face Identification
Face recognition Face Identification
 
Internship Presentation B.Tech Communication Networks
Internship Presentation B.Tech Communication NetworksInternship Presentation B.Tech Communication Networks
Internship Presentation B.Tech Communication Networks
 
Research Methodology and Research Design
Research Methodology and Research DesignResearch Methodology and Research Design
Research Methodology and Research Design
 

Dernier

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 

Dernier (20)

Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 

Image Restoration (Order Statistics Filters)

  • 1. Unit 4 Image Restoration (Part II) Kalyan Acharjya Jaipur National University, Jaipur 1 Kalyan Acharjya
  • 3. Degradation Model?  Objective: To restore a degraded/distorted image to its original content and quality.  Spatial Domain: g(x,y)=h(x,y)*f(x,y)+ ŋ(x,y)  Frequency Domain: G(u,v)=H(u,v)F(u,v)+ ŋ(u,v)  Matrix: G=HF+ŋ Degradation Function h Restoration Filters g(x,y) f(x,y) ŋ(x,y) f(x,y) ^ Degradation Restoration 3 Kalyan Acharjya
  • 4. Image Restoration (Order Statistics Filters)  Spatial filters that are based on ordering the pixel values that make up the neighbourhood operated on by the filter  Useful spatial filters include  Median filter.  Maximum and Minimum filter.  Midpoint filter.  Alpha trimmed mean filter. 4 Kalyan Acharjya
  • 5. Median Filter  Median Filter:  Excellent at noise removal, without the smoothing effects that can occur with other smoothing filters  Best result for removing salt and pepper noise. )},({),(ˆ ),( tsgmedianyxf xySts   5 Kalyan Acharjya
  • 8. Result of Median Filter Fig 1: Salt & Pepper noise Fig2: Result of 1 pass Med 3*3 Fig3: Result of 2 pass Med 3*3 Fig4: Result of 3 pass Med 3*3 8 Kalyan Acharjya
  • 9. Maximum and Minimum Filter  Max Filter:  Min Filter:  Max filter is good for pepper noise and min is good for salt noise )},({max),(ˆ ),( tsgyxf xySts   )},({min),(ˆ ),( tsgyxf xySts   9 Kalyan Acharjya
  • 10. Result of Max and Min Filter Fig: Corrupted by Pepper Noise Fig: Filtering Above,3*3 Max Filter Fig: Corrupted by Salt Noise Fig: Filtering Above,3*3 Min Filter 10 Kalyan Acharjya
  • 11. Midpoint Filter  Midpoint Filter:  Good for random Gaussian and uniform noise       )},({min)},({max 2 1 ),(ˆ ),(),( tsgtsgyxf xyxy StsSts 11 Kalyan Acharjya
  • 12. Alpha-Trimmed Mean Filter  Alpha-Trimmed Mean Filter:  Here deleted the α/2 lowest and α/2 highest grey levels, so gr(s, t) represents the remaining mn – α pixels   xySts r tsg mn yxf ),( ),( 1 ),(ˆ  12 Alpha-trimmed mean filter is windowed filter of nonlinear class, by its nature is hybrid of the mean and median filters. The basic idea behind filter is for any element of the signal (image) look at its neighborhood, discard the most atypical elements and calculate mean value using the rest of them. Alpha you can see in the name of the filter is indeed parameter responsible for the number of trimmed elements. Kalyan Acharjya
  • 13. Alpha-Trimmed Mean Filter 13  Alpha-trimmed mean filter algorithm:  Place a window over element;  Pick up elements;  Order elements;  Discard elements at the beginning and at the end of the got ordered set;  Take an average— sum up the remaining elements and divide the sum by their number. Kalyan Acharjya
  • 14. Result: Alpha-Trimmed Mean Filter 14 Kalyan Acharjya
  • 15. Result: Alpha-Trimmed Mean Filter 15 Detail: https://bit.ly/2pWALSx Kalyan Acharjya
  • 16. Periodic Noise  Typically arises due to electrical or electromagnetic interference.  Gives rise to regular noise patterns in an image  Frequency domain techniques in the Fourier domain are most effective at removing periodic noise Fig: periodic Noise 16 Kalyan Acharjya
  • 17. Band Reject Filters  Removing periodic noise form an image involves removing a particular range of frequencies from that image.  Band reject filters can be used for this purpose.  An ideal band reject filter is given as follows:             2 ),(1 2 ),( 2 0 2 ),(1 ),( 0 00 0 W DvuDif W DvuD W Dif W DvuDif vuH 17 Kalyan Acharjya
  • 18. Band Reject Filters contd..  The ideal band reject filter is shown below, along with Butterworth and Gaussian versions of the filter. Ideal Band Reject Filter Butterworth Band Reject Filter (of order 1) Gaussian Band Reject Filter 18 Kalyan Acharjya
  • 19. Periodic Noise: Band Reject Filters 19 Detail https://bit.ly/2RTMzBJ Kalyan Acharjya
  • 20. Result of Band Reject Filter Fig: Corrupted by Sinusoidal Noise Fig: Fourier spectrum of Corrupted Image Fig: Butterworth Band Reject Filter Fig :Filtered image 20 Kalyan Acharjya
  • 22. Conclusions-What we have learnt…  Restore the original image from degraded image, if u have clue about degradation function, is called image restoration.  The main objective should be estimate the degradation function.  If you are able to estimate the H, then follow the inverse of degradation process of an image.  Weather spatial or frequency domain.  Spatial domain techniques are particularly useful for removing random noise.  Frequency domain techniques are particularly useful for removing periodic noise. 22 Kalyan Acharjya
  • 23. • Adaptive Processing  Spatial adaptive  Frequency adaptive • Nonlinear Processing  Thresholding, coring …  Iterative restoration • Advanced Transformation / Modeling  Advanced image transforms, e.g., wavelet …  Statistical image modeling • Blind Deblurring or Deconvolution Advanced Image Restoration