8-1 Chapter 8: Image Restoration Image enhancement: Overlook degradation processes, deal with images intuitively Image restoration: Known degradation processes;

Slides:



Advertisements
Similar presentations
ECE 472/572 - Digital Image Processing Lecture 7 - Image Restoration - Noise Models 10/04/11.
Advertisements

Digital Image Processing Lecture 11: Image Restoration Prof. Charlene Tsai.
Digital Image Processing Chapter 5: Image Restoration.
Digital Image Processing
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 5 Image Restoration Chapter 5 Image Restoration.
Image Restoration 影像復原 Spring 2005, Jen-Chang Liu.
DIGITAL IMAGE PROCESSING
EE 4780 Image Enhancement. Bahadir K. Gunturk2 Image Enhancement The objective of image enhancement is to process an image so that the result is more.
ECE 472/572 - Digital Image Processing Lecture 8 - Image Restoration – Linear, Position-Invariant Degradations 10/10/11.
1 © 2010 Cengage Learning Engineering. All Rights Reserved. 1 Introduction to Digital Image Processing with MATLAB ® Asia Edition McAndrew ‧ Wang ‧ Tseng.
CHAPTER 4 Image Enhancement in Frequency Domain
Digital Image Processing
Image Restoration.
Digital Image Processing Chapter 5: Image Restoration.
Image Restoration.
DIGITAL IMAGE PROCESSING Instructors: Dr J. Shanbehzadeh M.Gholizadeh M.Gholizadeh
Chapter 5 Image Restoration. Preview Goal: improve an image in some predefined sense. Image enhancement: subjective process Image restoration: objective.
Digital Image Processing Lecture 4 Image Restoration and Reconstruction Second Semester Azad University Islamshar Branch
Antal Nagy Department of Image Processing and Computer Graphics University of Szeged 17th SSIP 2009, July, Debrecen, Hungary1.
1 Chapter 8: Image Restoration 8.1 Introduction Image restoration concerns the removal or reduction of degradations that have occurred during the acquisition.
Image Restoration The main aim of restoration is to improve an image in some predefined way. Image Enhancement is a subjective process whereas Image restoration.
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Restoration.
Chapter 5 Image Restoration.
Image Restoration and Reconstruction (Noise Removal)
Computer Vision - Restoration Hanyang University Jong-Il Park.
Medical Image Analysis Image Enhancement Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.
DIGITAL IMAGE PROCESSING Instructors: Dr J. Shanbehzadeh M.Gholizadeh M.Gholizadeh
Deconvolution, Deblurring and Restoration T , Biomedical Image Analysis Seminar Presentation Seppo Mattila & Mika Pollari.
Digital Image Processing
Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.
انجمن دانشجویان ایران – مرجع دانلود کتاب ، نمونه سوال و جزوات درسی
IMAGE RESTORATION Outline A model of the image degradation / restoration process Noise models Restoration in the presence of noise only – spatial filtering.
Image Restoration Chapter 5.
Digtial Image Processing, Spring ECES 682 Digital Image Processing Week 5 Oleh Tretiak ECE Department Drexel University.
Digital Image Processing Lecture 10: Image Restoration March 28, 2005 Prof. Charlene Tsai.
Image Restoration.
Digital Image Processing Lecture : Image Restoration
Digital Image Processing (Digitaalinen kuvankäsittely) Exercise 2
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
Image Restoration Fasih ur Rehman. –Goal of restoration: improve image quality –Is an objective process compared to image enhancement –Restoration attempts.
Digital Image Processing Lecture 10: Image Restoration
Ch5 Image Restoration CS446 Instructor: Nada ALZaben.
Lecture 10 Image restoration and reconstruction 1.Basic concepts about image degradation/restoration 2.Noise models 3.Spatial filter techniques for restoration.
Image Subtraction Mask mode radiography h(x,y) is the mask.
Digital Image Processing Lecture 11: Image Restoration March 30, 2005 Prof. Charlene Tsai.
Chapter 5 Image Restoration.
Image Restoration. Image restoration vs. image enhancement Enhancement:  largely a subjective process  Priori knowledge about the degradation is not.
Lecture 22 Image Restoration. Image restoration Image restoration is the process of recovering the original scene from the observed scene which is degraded.
6/10/20161 Digital Image Processing Lecture 09: Image Restoration-I Naveed Ejaz.
Lecture 10 Chapter 5: Image Restoration. Image restoration Image restoration is the process of recovering the original scene from the observed scene which.
Digital Image Processing
Digital Image Processing Lecture 10: Image Restoration
IMAGE PROCESSING IMAGE RESTORATION AND NOISE REDUCTION
Degradation/Restoration Model
Image Restoration – Degradation Model and General Approaches
Image Restoration Spring 2005, Jen-Chang Liu.
Digital Image Processing
Digital Image Processing
DIGITAL IMAGE PROCESSING
IMAGE RESTORATION.
The Chinese University of Hong Kong
Lecture 11 Image restoration and reconstruction II
Image Analysis Image Restoration.
Digital Image Processing
ENG4BF3 Medical Image Processing
Image Restoration - Focus on Noise
Lecture 14 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
Digital Image Processing
Digital Image Processing Lecture 11: Image Restoration
Presentation transcript:

8-1 Chapter 8: Image Restoration Image enhancement: Overlook degradation processes, deal with images intuitively Image restoration: Known degradation processes; model the processes and reconstruct images based on the inverse model ○ Degradations e.g., noise, error, distortion, blurring

8-2 ◎ Degradation Model g(x,y): degraded image, f(x,y): image, h(x,y): degradation process n(x,y): additive noise From the convolution theorem, Difficulties: (a) unknown N(u,v), (b) small H(u,v)

8-3 ◎ Noise (originating from image acquisition, digitization, or transmission) ○ White noise: the noise whose Fourier spectrum is constant ○ Periodic noise: Noisy image Original image ○ Additive noise: Each pixel is added a value (noise) chosen from a probability distribution

8-4 。 Salt-and-pepper (impulse) noise Let x : noise value (a, b can be + or -) e.g.,

8-5 。 Uniform noise: (a, b can be + or -)

8-6

8-7 。 Gaussian noise:

8-8 。 Rayleigh noise:

8-9 。 Erlang (gamma) noise:

8-10 。 Exponential noise:

8-11 ◎ Estimation of noise parameters Steps: 1. Choose a uniform image region 2. Compute histogram 3. Compute mean and variance 4. Determine the probability distribution from the shape of 5. Estimate the parameters of the probability distribution using

8-12 Examples: (a) Uniform noise: Given

8-13 (b) Rayleigh noise: Given

8-14 ○ Multiplicative noise: Each pixel is multiplied with a value (noise) chosen from a probability distribution e.g., Speckle noise

8-15 ◎ Noise removal ○ Salt-and-pepper noise – high frequency image component Low-pass filter median filter

8-16 。 Mean filter – tend to blur image (i) Arithmetic mean: 4 × 3 5 × 5

8-17 (ii) Geometric mean: (iii) Harmonic mean: (iv) Contraharmonic mean:

× 3 median filter 3 × 3 (twice) 5 × 5

8-19 。 Adaptive filter -- change characteristics according to the pixels under the window

8-20 3×3 5×5 7×7 9×9

8-21 Assume Gaussian noise n(x,y) is uncorrelated and has zero mean ○ Gaussian noise 。 Image averaging:

8-22 Example:

8-23 Band reject filter Notch filter ○ Periodic noise

8-24 In general case, Fourier spectrum noise Corresponding spatial noise

8-25 ○ Inverse filtering

8-26 Low-pass Filtering: Constrained Division d = 

8-27 ○ Wiener filtering -- Considers both degradation process and noise Idea: (Parametric Wiener filter)

8-28 When r = 1, If noise is zero,, ( Wiener filter) (Inverse filter) If noise is white noise, is constant

8-29 Input image k = k = k =

8-30 Image f(x,y) undergoes planar motion : the components of motion T: the duration of exposure Fourier transform, ○ Motion debluring

8-31

8-32 Suppose uniform linear motion: Note H vanishes at u = n / a (n: an integer) Restore image by the inverse or Wiener filter