CS654: Digital Image Analysis Lecture 22: Image Restoration - II.

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
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
S. Mandayam/ DIP/ECE Dept./Rowan University Digital Image Processing / Fall 2003 Shreekanth Mandayam ECE Department Rowan University.
Digital Image Processing
Image Restoration.
S. Mandayam/ DIP/ECE Dept./Rowan University Digital Image Processing ECE /ECE Fall 2007 Shreekanth Mandayam ECE Department Rowan University.
S. Mandayam/ DIP/ECE Dept./Rowan University Digital Image Processing ECE /ECE Fall 2007 Shreekanth Mandayam ECE Department Rowan University.
Digital Image Processing / Fall 2003
Digital Image Processing Chapter 5: Image Restoration.
S. Mandayam/ DIP/ECE Dept./Rowan University Digital Image Processing ECE /ECE Fall 2007 Shreekanth Mandayam ECE Department Rowan University.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 3 Image Enhancement in the Spatial Domain Chapter.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 3 Image Enhancement in the Spatial Domain Chapter.
DIGITAL IMAGE PROCESSING Instructors: Dr J. Shanbehzadeh M.Gholizadeh M.Gholizadeh
S. Mandayam/ DIP/ECE Dept./Rowan University Digital Image Processing ECE /ECE Fall 2009 Shreekanth Mandayam ECE Department Rowan University.
Chapter 5 Image Restoration. Preview Goal: improve an image in some predefined sense. Image enhancement: subjective process Image restoration: objective.
Digital Image Processing 3rd Edition
Introduction to Image Processing Grass Sky Tree ? ? Review.
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Restoration.
Chapter 5 Image Restoration.
Computer Vision - Restoration Hanyang University Jong-Il Park.
CS654: Digital Image Analysis Lecture 17: Image Enhancement.
CS654: Digital Image Analysis Lecture 12: Separable Transforms.
EE4328, Section 005 Introduction to Digital Image Processing Linear Image Restoration Zhou Wang Dept. of Electrical Engineering The Univ. of Texas.
CS654: Digital Image Analysis
Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.
CS654: Digital Image Analysis
Technion, CS department, SIPC Spring 2014 Tutorials 12,13 discrete signals and systems 1/39.
ENEE631 Digital Image Processing (Spring'04) Image Restoration Spring ’04 Instructor: Min Wu ECE Department, Univ. of Maryland, College Park  
Image Restoration Chapter 5.
Image Restoration.
Digital Image Processing Lecture : Image Restoration
Digital Image Processing (Digitaalinen kuvankäsittely) Exercise 2
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 1: Introduction -Produced by Bartlane cable picture.
8-1 Chapter 8: Image Restoration Image enhancement: Overlook degradation processes, deal with images intuitively Image restoration: Known degradation processes;
Ch5 Image Restoration CS446 Instructor: Nada ALZaben.
Typical Types of Degradation: Motion Blur.
Digital Image Processing CSC331 Image restoration 1.
Digital Image Processing Lecture 11: Image Restoration March 30, 2005 Prof. Charlene Tsai.
Chapter 5 Image Restoration.
Digital Image Processing CSC331 Image restoration 1.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods.
CS654: Digital Image Analysis Lecture 22: Image Restoration.
CS654: Digital Image Analysis Lecture 11: Image Transforms.
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.
ECE 533 Project Tribute By: Justin Shepard & Jesse Fremstad.
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
IMAGE PROCESSING IMAGE RESTORATION AND NOISE REDUCTION
Degradation/Restoration Model
Image Restoration Spring 2005, Jen-Chang Liu.
Digital Image Processing
IMAGE RESTORATION.
Lecture 11 Image restoration and reconstruction II
Digital Image Processing / Fall 2001
Digital Image Processing
Image Restoration and Denoising
ENG4BF3 Medical Image Processing
Lecture 14 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
Typical Types of Degradation: Motion Blur.
Digital Image Processing Lecture 11: Image Restoration
Lecture 12 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
Even Discrete Cosine Transform The Chinese University of Hong Kong
Presentation transcript:

CS654: Digital Image Analysis Lecture 22: Image Restoration - II

Recap of Lecture 21 Image restoration vs. enhancement What is restoration Image restoration model Continuous, discrete formulation Point spread function Noise

Outline of Lecture 22 2D discrete domain modeling Restoration with only noise Restoration with degradation Blind deconvolution Motion Blur Inverse Filtering

Image restoration pipeline Target Images: Gonzalez & Woods, 3 rd edition

2D Discrete Domain Representation Block Circulant matrix

2D Discrete Domain Representation

Image restoration: 1D case Let, What happens if we do

Image restoration DFT :

Restoration in presence of only noise Spatial domain: Frequency domain: Spatial filtering is the choice when additive random noise is present Mean filter Median Filter (order statistics),max, min, mid-point Bandpass, band-reject filters Adaptive filters

Examples

In presence of degradation Degradation (spatial domain) = conv(PSF, image) + noise Degradation (Freq. domain) = H(PSF).H(image) + H(noise) where H=transformation function Image deconvolution Deconvolution filters

Degradation estimation Estimation ObservationExperimentation Mathematical Modeling Blind deconvolution A technique that permits recovery of the target scene from distorted image(s) in the presence of a unknown point spread function (PSF)

Estimation by Observation Spatial domain: Frequency domain: Processed sub-image:

Estimation by Experimentation Scene Acquired Image Degradation function  Impulse response 1.Impulse simulation 2.Degradation function estimation Simulated impulseImpulse response Images: Gonzalez & Woods, 3 rd edition

Estimation by Mathematical Modeling Physical characteristics of atmospheric turbulence Images: Gonzalez & Woods, 3 rd edition

With motion Camera Estimation from Basic Principles Without motion Camera

Uniform linear motion blur

2-D Fourier Transform:

Uniform linear motion blur

Example Images: Gonzalez & Woods, 3 rd edition Input ImageMotion Blurred Image (a=b=0.1, T=1)

Inverse Filtering Simplest approach for image restoration – direct inverse filtering Frequency domain:

Example Full filter CR = 40 CR = 85CR=70 Input image

Thank you Next Lecture: Image Restoration