Image Restoration.

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
5. 1 Model of Image degradation and restoration
ECE 472/572 - Digital Image Processing Lecture 8 - Image Restoration – Linear, Position-Invariant Degradations 10/10/11.
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.
Basis beeldverwerking (8D040) dr. Andrea Fuster dr. Anna Vilanova Prof.dr. Marcel Breeuwer Noise and Filtering.
Digital Image Processing Lecture 4 Image Restoration and Reconstruction Second Semester Azad University Islamshar Branch
ELE 488 F06 ELE 488 Fall 2006 Image Processing and Transmission ( ) Wiener Filtering Derivation Comments Re-sampling and Re-sizing 1D  2D 10/5/06.
Antal Nagy Department of Image Processing and Computer Graphics University of Szeged 17th SSIP 2009, July, Debrecen, Hungary1.
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.
Image Restoration AND Compression
Chapter 5 Image Restoration.
Image Restoration and Reconstruction (Noise Removal)
Computer Vision - Restoration Hanyang University Jong-Il Park.
DIGITAL IMAGE PROCESSING Instructors: Dr J. Shanbehzadeh M.Gholizadeh M.Gholizadeh
EE4328, Section 005 Introduction to Digital Image Processing Linear Image Restoration Zhou Wang Dept. of Electrical Engineering The Univ. of Texas.
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.
CS654: Digital Image Analysis Lecture 22: Image Restoration - II.
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.
Digital Image Processing Lecture : Image Restoration
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
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.
Lecture 10 Image restoration and reconstruction 1.Basic concepts about image degradation/restoration 2.Noise models 3.Spatial filter techniques for restoration.
Stopping Criteria Image Restoration Alfonso Limon Claremont Graduate University.
Digital Image Processing Lecture 11: Image Restoration March 30, 2005 Prof. Charlene Tsai.
Chapter 5 Image Restoration.
By Dr. Rajeev Srivastava
Image Restoration: Noise Models By Dr. Rajeev Srivastava.
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
Medical Image Analysis
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
Lecture 11 Image restoration and reconstruction II
Image Analysis Image Restoration.
Digital Image Processing
ENG4BF3 Medical Image Processing
Image Restoration - Focus on Noise
Digital Image Processing Lecture 11: Image Restoration
Lecture 12 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
Presentation transcript:

Image Restoration

What is Image Restoration The purpose of image restoration is to restore a degraded/distorted image to its original content and quality. Distinctions to Image Enhancement Image restoration assumes a degradation model that is known or can be estimated. Original content and quality ≠ Good looking Modified from restoration.ppt by Yu Hen Hu

Interactive Restoration Example 1 (periodic noise): Manually detect peaks In the spectrum and Construct a band-reject filter. Modified from restoration.ppt by Yu Hen Hu

Interactive Restoration Example 2: Take the IDFT of the peaks in the spectrum and construct the noise image (e.g. Image c here) Subtract locally weighted noise image from the degraded image. The weights can be estimated by trying to minimize the variance of the resulting image Modified from restoration.ppt by Yu Hen Hu (a)Original (b) Spectrum (c) IDFT of the peaks (d) Result

Image Degradation Model Spatial variant degradation model Spatial-invariant degradation model Frequency domain representation Modified from restoration.ppt by Yu Hen Hu

Noise Models Most types of noise are modeled as known probability density functions Noise model is decided based on understanding of the physics of the sources of noise. Gaussian: poor illumination Rayleigh: range image Gamma, exp: laser imaging Impulse: faulty switch during imaging, Uniform is least used. Parameters can be estimated based on histogram on small flat area of an image Modified from restoration.ppt by Yu Hen Hu

Noise Removal Restoration Method Mean filters Arithmetic mean filter Geometric mean filter Harmonic mean filter Contra-harmonic mean filter Order statistics filters Median filter Max and min filters Mid-point filter alpha-trimmed filters Adaptive filters Adaptive local noise reduction filter Adaptive median filter Modified from restoration.ppt by Yu Hen Hu

Mean Filters Modified from restoration.ppt by Yu Hen Hu

Contra-Harmonic Filters Modified from restoration.ppt by Yu Hen Hu

Median Filter Effective for removing salt-and-paper (impulsive) noise. Modified from restoration.ppt by Yu Hen Hu

LSI Degradation Models (Linear Space Invariant) Motion Blur Due to camera panning or fast motion Atmospheric turbulence blur Due to long exposure time through atmosphere Hufnagel and Stanley Uniform out-of-focus blur: Modified from restoration.ppt by Yu Hen Hu

Turbulence Blur Examples Modified from restoration.ppt by Yu Hen Hu

Motion Blur Often due to camera panning or fast object motion. Linear along a specific direction. Blurdemo.m Modified from restoration.ppt by Yu Hen Hu

Inverse Filter Recall the degradation model: Given H(u,v), one may directly estimate the original image by At (u,v) where H(u,v)  0, the noise N(u,v) term will be amplified! Invfildemo.m Modified from restoration.ppt by Yu Hen Hu

Wiener Filtering (Least Mean Square Filtering) Minimum mean-square error filter Assume f and  are both 2D random sequences, uncorrelated to each other. Goal: to minimize Solution: Frequency selective scaling of inverse filter solution! White noise, unknown Sf(u,v): Modified from restoration.ppt by Yu Hen Hu

Derivation of Wiener Filters Given the degraded image g, the Wiener filter is an optimal filter hwin such that E{|| f – hwin**g||2} is minimized. Assume that f and  are uncorrelated zero mean stationary 2D random sequences with known power spectrum Sf and Sn. Thus, ** Modified from restoration.ppt by Yu Hen Hu

Constrained Least Square (CLS) Filter Minimize: where is an operator that measures the “roughness” (e.g. a second derivative operator) Subject to constraint: where Modified from restoration.ppt by Yu Hen Hu

Solution and Iterative Algorithm Iterative algorithm (Hunt) 1. Set initial value of , 2. Find , and compute R(u,v). 3. If ||R||2 - ||N||2 < - a, set  = BL, increase , else if ||R||2 - ||N||2 > a, set  = Bu, decrease  , else stop iteration. 4. new = (Bu+BL)/2, go to step 2. To minimize CCLS, Set CCLS/ F = 0. This yields The value of  however, has to be determined iteratively! It should be chosen such that Modified from restoration.ppt by Yu Hen Hu

CLS Demonstration Modified from restoration.ppt by Yu Hen Hu