IMAGE RESTORATION.

Slides:



Advertisements
Similar presentations
2007Theo Schouten1 Restoration With Image Restoration one tries to repair errors or distortions in an image, caused during the image creation process.
Advertisements

ECE 472/572 - Digital Image Processing Lecture 7 - Image Restoration - Noise Models 10/04/11.
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.
DIGITAL IMAGE PROCESSING
Image Enhancement in the Spatial Domain
ECE 472/572 - Digital Image Processing Lecture 8 - Image Restoration – Linear, Position-Invariant Degradations 10/10/11.
Digital Image Processing
Digital Image Processing Chapter 5: 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
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.
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Restoration.
Chapter 5 Image Restoration.
Computer Vision - Restoration Hanyang University Jong-Il Park.
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
CS654: Digital Image Analysis
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.
Image Restoration.
Digital Image Processing Lecture : Image Restoration
Image Restoration Digital Image Processing Instructor: Dr. Cheng-Chien LiuCheng-Chien Liu Department of Earth Sciences National Cheng Kung University Last.
Image Restoration Fasih ur Rehman. –Goal of restoration: improve image quality –Is an objective process compared to image enhancement –Restoration attempts.
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.
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.
Dr. Abdul Basit Siddiqui FUIEMS. QuizTime 30 min. How the coefficents of Laplacian Filter are generated. Show your complete work. Also discuss different.
Digital Image Processing CSC331 Image restoration 1.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 5 Image Restoration Chapter 5 Image Restoration.
Image Restoration: Noise Models By Dr. Rajeev Srivastava.
Digital Image Processing Image Enhancement in Spatial Domain
CS654: Digital Image Analysis Lecture 22: Image Restoration.
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.
Digital Image Processing
1. 2 What is Digital Image Processing? The term image refers to a two-dimensional light intensity function f(x,y), where x and y denote spatial(plane)
State Space Representation
Digital Image Processing Lecture 10: Image Restoration
Degradation/Restoration Model
Image Restoration – Degradation Model and General Approaches
Image Restoration Spring 2005, Jen-Chang Liu.
Digital Image Processing
DIGITAL IMAGE PROCESSING
Lecture 11 Image restoration and reconstruction II
Image Enhancement.
Image Analysis Image Restoration.
Digital Image Processing / Fall 2001
Random Process The concept of random variable was defined previously as mapping from the Sample Space S to the real line as shown below.
Image Enhancement in the Spatial Domain
Image Restoration and Denoising
ENG4BF3 Medical Image Processing
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
State Space Analysis UNIT-V.
Lecture 14 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
Digital Image Processing
Typical Types of Degradation: Motion Blur.
© 2010 Cengage Learning Engineering. All Rights Reserved.
Digital Image Processing
- Final project of digital signal processing
Digital Image Processing Lecture 11: Image Restoration
Image Enhancement in the Spatial Domain
Presentation transcript:

IMAGE RESTORATION

1. Define Restoration? Restoration is a process of reconstructing or recovering an image that has been degraded by using a priori knowledge of the degradation phenomenon. Thus restoration techniques are oriented towards modeling the degradation and applying the inverse process in order to recover the original image. 2. How a degradation process is modeled? A system operator H, which together with an additive white noise term Ɲ(x,y) a operates on an input image f(x,y) to produce a degraded image g(x,y).

4. Define circulant matrix? 3. What is homogeneity property and what is the significance of this property? H [k1f1(x,y)] = k1H[f1(x,y)] Where H=operator K1=constant f(x,y)=input image. It says that the response to a constant multiple of any input is equal to the response to that input multiplied by the same constant 4. Define circulant matrix? A square matrix, in which each row is a circular shift of the preceding row and the first row is a circular shift of the last row, is called circulant matrix. Example: he(o) he(M-1) he(M-2)………… he(1) he(1) he(0) he(M-1)………. he(2) . he(M-1) he(M-2) he(M-3)………. he(0)

Why the image is subjected to wiener filtering? What is the concept behind algebraic approach to restoration? Algebraic approach is the concept of seeking an estimate of, denoted f^, that minimizes a predefined criterion of performance where f is the image. Why the image is subjected to wiener filtering? This method ofiltering considers images and noise as random process and the objective is to find an estimate f^ of the uncorrupted image f such that the mean square error between them is minimized. So that image is subjected to wiener filtering to minimize the error. Define spatial transformation? Spatial transformation is defined as the rearrangement of pixels on an image plane. Define Gray-level interpolation? Gray-level interpolation deals with the assignment of gray levels to pixels’ in the spatially transformed image.

Give one example for the principal source of noise? The principal source of noise in digital images arise image acquisition (digitization) and/or transmission. The performance of imaging sensors is affected by a variety ofactors, such as environmental conditions during image acquisition and by the quality of the sensing elements. The factors are light levels and sensor temperature. When does the degradation model satisfy position invariant property? An operator having input-output relationship g(x,y)=H[f(x,y)] is said to position invariant if H[f(x-x’,y-y’)]=g(x-x’,y-y’) for any f(x,y). This definition indicates that the response at any point in the image depends only on the value of the input at that point not on its position.

Why the restoration is called as unconstrained restoration? In the absence of any knowledge about the noise ‘n’, a meaningful criterion function is to seek an f^ such that H f^ approximates of in a least square sense by assuming the noise term is as small as possible. Where H = system operator. f^ = estimated input image. g = degraded image. Which is the most frequent method to overcome the difficulty to formulate the spatial relocation of pixels? The point is the most frequent method, which are subsets of pixels whose location in the input (distorted) and output (corrected) imaged is known precisely.

13. What are the three methods of estimating the degradation function? Observation Experimentation Mathematical modeling. 14. How the blur is removed caused by uniform linear motion? An image f(x,y) undergoes planar motion in the x and y- direction and x0(t) and y0(t) are the time varying components of motion. The total exposure at any point of the recording medium (digital memory) is obtained by integrating the instantaneous exposure over the time interval during which the imaging system shutter is open.

15. What is inverse filtering? The simplest approach to restoration is direct inverse filtering, an estimate F^(u,v) of the transform of the original image simply by dividing the transform of the degraded image, G^(u,v) by the degradation function. F^ (u,v) = G^(u,v)/H(u,v) 71. Give the difference between Enhancement and Restoration? Enhancement technique is based primarily on the pleasing aspects it might present to the viewer. For example: Contrast Stretching. Where as Removal of image blur by applying a deblurrings function is considered a restoration technique.

17.Define the degradation phenomena? Image restoration or degradation is a process that attempts to reconstruct or recover an image that has been degraded by using some clear knowledge of the degradation phenomena. Degradation may be in the form of Sensor noise Blur due to camera misfocus Relative object camera motion 18.What is unconstrained restoration. It is also known as least square error approach = g-Hf To estimate the minimized and f^ = g/H. original image f^,noise n has to be

19.What is blind image restoration Degradation may be difficult to measure or may be time varying in an unpredictable manner. In such cases information about the degradation must be extracted from the observed image either explicitly or implicitly. This task is called blind image restoration. 20. What are the 2 properties in Linear operator? Additivity Homogeneity 21.Explain additivity property in Linear Operator? H[f1(x,y)+f2(x,y)]=H[f1(x,y)]+H[f2(x,y)]

Unconstraint restoration approach Constraint restoration approach What are the 2 methods of algebraic approach? Unconstraint restoration approach Constraint restoration approach What is meant by Noise probability density function? The spatial noise descriptor is the statistical behavior of gray level values in the noise component of the model. What are the types of noise models? Guassian noise Rayleigh noise Erlang noise

Direct measurement Indirect estimation What is meant by least mean square filter? The limitation of inverse and pseudo inverse filter is very sensitive noise. The wiener filtering is a method of restoring images in the presence of blur as well as noise. What are the 2 approaches for blind image restoration? Direct measurement Indirect estimation

Thanks….