Lecture 22 Image Restoration. Image restoration Image restoration is the process of recovering the original scene from the observed scene which is degraded.

Slides:



Advertisements
Similar presentations
Image Processing Lecture 4
Advertisements

Chapter 3 Image Enhancement in the Spatial Domain.
ECE 472/572 - Digital Image Processing Lecture 7 - Image Restoration - Noise Models 10/04/11.
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.
Histogram Processing The histogram of a digital image with gray levels from 0 to L-1 is a discrete function h(rk)=nk, where: rk is the kth gray level nk.
Digital Image Processing
5. 1 Model of Image degradation and restoration
Rank filtering From noise image Rank filtering mask (7 x 7 ) rank 4.
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.
6/9/2015Digital Image Processing1. 2 Example Histogram.
Digital Image Processing
Image Restoration.
Digital Image Processing
Digital Image Processing Chapter 5: Image Restoration.
Image Restoration.
Image Enhancement.
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
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
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.
DIGITAL IMAGE PROCESSING Instructors: Dr J. Shanbehzadeh M.Gholizadeh M.Gholizadeh
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.
Digital Image Processing Lecture 5: Neighborhood Processing: Spatial Filtering Prof. Charlene Tsai.
انجمن دانشجویان ایران – مرجع دانلود کتاب ، نمونه سوال و جزوات درسی
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.
Digital Image Processing Lecture 10: Image Restoration March 28, 2005 Prof. Charlene Tsai.
Image Restoration.
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.
Intelligent Vision Systems ENT 496 Image Filtering and Enhancement Hema C.R. Lecture 4.
Chapter 5 Image Restoration.
By Dr. Rajeev Srivastava
The Chinese University of Hong Kong
EE 7730 Image Enhancement. Bahadir K. Gunturk2 Image Enhancement The objective of image enhancement is to process an image so that the result is more.
Instructor: Mircea Nicolescu Lecture 5 CS 485 / 685 Computer Vision.
Image Restoration. Image restoration vs. image enhancement Enhancement:  largely a subjective process  Priori knowledge about the degradation is not.
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
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
Lecture 7 Spatial filtering.
Lecture 12 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
Presentation transcript:

Lecture 22 Image Restoration

Image restoration Image restoration is the process of recovering the original scene from the observed scene which is degraded. Different form enhancement- aim of enhancement techniques make images visually appealing, whereas restoration essentially inverts the degradation- more objective.

Image restoration Has intersections with signal processing, estimation theory, inverse problems, linear algebra. As with most of the topics in Image Processing, restoration was developed to be used in astronomy, and is also used for restoring old films and pictures

Degradation model Image degradation model: – g : Observed degraded image – h: Impulse response of the system – n: noise Noise is assumed to be uncorrelated with pixel values and does not depend on spatial coordinates

Noise models Noise is characterized by its probability density function. Some of which are: Gaussian, Rayleigh, Uniform, Exponential, etc. By far Gaussian is the most popular model, because: – It is present widely in practice – Mathematical ease

Noise models

Noise on images

Identifying noise model If the imaging system is available we can capture images of a uniform gray value object, example a black board uniformly illuminated. If images from the system are given, look for part of images which are uniform.

Identifying noise Observing the histogram we can figure out which model the noise comes from.

Estimation of noise parameters Noise is characterized by the pdf, which in turn depends on certain parameters. For example the Gaussian model depends only on the mean and variance and can easily be computed from the histogram. where p(zi) is the normalized histogram values.

Restoration in presence of noise Degradation model: g = f + n Restoration = Enhancement –Mean filtering, Median filtering, Notch filters. Some new ones: – Geometric mean filter, Harmonic mean filters, Midpoint filter, etc.

Alpha-trimmed mean filter Let Sxy be a neighborhood of size M x N, of a point (x,y) in the image I. Given a number d, delete d/2 largest and d/2 smallest gray-level values in Sxy. Let the remaining gray-level values be denoted as I d. Take the arithmetic mean of rest of the gray-level values: –

Alpha-trimmed filter output A1 = Image + uniform noise A2 = A1 + Salt-pepper noise Arithmetic mean outputGeometric mean output Median filter output Alpha-trimmed mean filter output, d = 5

Adaptive filters for handling noise Adapts to some statistical measures on a local neighborhood, usually mean and variance: – g(i,j): the noisy image gray-level value. – : noise variance in the image. – : local mean in neighborhood. – : local variance in neighborhood. could be estimated from an uniform area in the given image.

Adaptive local noise reduction filter If noise variance is zero  Indicates no noise  return the observed image. If local variance is high compared to the noise variance  presence of edge or a sharp feature  return a value close to observed grey-value. If two variances are equal  presence of noise  return the arithmetic mean

Adaptive local noise reduction filter Filter equation: – How to handle, what does it mean? When, let in the filter equation.

Adaptive filter output