Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 1 Review: Linear Systems Some Definitions With reference.

Slides:



Advertisements
Similar presentations
ECON 397 Macroeconometrics Cunningham
Advertisements

EE-2027 SaS 06-07, L11 1/12 Lecture 11: Fourier Transform Properties and Examples 3. Basis functions (3 lectures): Concept of basis function. Fourier series.
MULTIPLE INTEGRALS MULTIPLE INTEGRALS Recall that it is usually difficult to evaluate single integrals directly from the definition of an integral.
7. Neighbourhood operations A single pixel considered in isolation conveys information on the intensity and colour at a single location in an image, but.
Lecture 19: Discrete-Time Transfer Functions
Image Enhancement in the Frequency Domain Part I Image Enhancement in the Frequency Domain Part I Dr. Samir H. Abdul-Jauwad Electrical Engineering Department.
Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 1 Objective To provide background material in support.
Some Properties of the 2-D Fourier Transform Translation Distributivity and Scaling Rotation Periodicity and Conjugate Symmetry Separability Convolution.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 3 Image Enhancement in the Spatial Domain Chapter.
Ch 2.1: Linear Equations; Method of Integrating Factors
Lecture 9: Fourier Transform Properties and Examples
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 2: Digital Image Fundamentals.
DEPARTMENT OF MATHEMATI CS [ YEAR OF ESTABLISHMENT – 1997 ] DEPARTMENT OF MATHEMATICS, CVRCE.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 4 Image Enhancement in the Frequency Domain Chapter.
The sampling of continuous-time signals is an important topic It is required by many important technologies such as: Digital Communication Systems ( Wireless.
Random Process The concept of random variable was defined previously as mapping from the Sample Space S to the real line as shown below.
ME 2304: 3D Geometry & Vector Calculus Dr. Faraz Junejo Double Integrals.
Time Domain Representation of Linear Time Invariant (LTI).
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Matrices and Vectors Objective.
INTEGRALS Areas and Distances INTEGRALS In this section, we will learn that: We get the same special type of limit in trying to find the area under.
1 Week 5 Linear operators and the Sturm–Liouville theory 1.Complex differential operators 2.Properties of self-adjoint operators 3.Sturm-Liouville theory.
Integrals  In Chapter 2, we used the tangent and velocity problems to introduce the derivative—the central idea in differential calculus.  In much the.
lecture 4, Convolution and Fourier Convolution Convolution Fourier Convolution Outline  Review linear imaging model  Instrument response function.
BYST CPE200 - W2003: LTI System 79 CPE200 Signals and Systems Chapter 2: Linear Time-Invariant Systems.
Lecture 7 Transformations in frequency domain 1.Basic steps in frequency domain transformation 2.Fourier transformation theory in 1-D.
( II ) This property is known as “convolution” ( الإلتواء التفاف ) From Chapter 2, we have Proof is shown next Chapter 3.
In Chapters 6 and 8, we will see how to use the integral to solve problems concerning:  Volumes  Lengths of curves  Population predictions  Cardiac.
Math 3120 Differential Equations with Boundary Value Problems
DTFT continue (c.f. Shenoi, 2006)  We have introduced DTFT and showed some of its properties. We will investigate them in more detail by showing the associated.
Signals and Systems Analysis NET 351 Instructor: Dr. Amer El-Khairy د. عامر الخيري.
Topics 1 Specific topics to be covered are: Discrete-time signals Z-transforms Sampling and reconstruction Aliasing and anti-aliasing filters Sampled-data.
Signals and Systems Lecture #6 EE3010_Lecture6Al-Dhaifallah_Term3321.
Eeng360 1 Chapter 2 Linear Systems Topics:  Review of Linear Systems Linear Time-Invariant Systems Impulse Response Transfer Functions Distortionless.
Description and Analysis of Systems Chapter 3. 03/06/06M. J. Roberts - All Rights Reserved2 Systems Systems have inputs and outputs Systems accept excitation.
Chapter 2. Signals and Linear Systems
1 Objective To provide background material in support of topics in Digital Image Processing that are based on matrices and/or vectors. Review Matrices.
 What is a function?  What are the differences between a function and a relationship?  Describe the following types of functions verbally, algebraically.
EE 4780: Introduction to Computer Vision Linear Systems.
Math for CS Fourier Transforms
Chapter 2 The z-transform and Fourier Transforms The Z Transform The Inverse of Z Transform The Prosperity of Z Transform System Function System Function.
Computer Vision – 2D Signal & System Hanyang University Jong-Il Park.
Linear systems: University of Illinois at Chicago ECE 427, Dr. D. Erricolo University of Illinois at Chicago ECE 427, Dr. D. Erricolo Consider two complex.
Review of DSP.
Jean Baptiste Joseph Fourier
Review of DSP.
Boyce/DiPrima 9th ed, Ch 10.8 Appendix A: Derivation of the Heat Conduction Equation Elementary Differential Equations and Boundary Value Problems, 9th.
Advanced Engineering Mathematics 6th Edition, Concise Edition
Lecture 22 Definite Integrals.
Description and Analysis of Systems
Mathematical Descriptions of Systems
Random Process The concept of random variable was defined previously as mapping from the Sample Space S to the real line as shown below.
The sampling of continuous-time signals is an important topic
Review: Linear Systems
EE 638: Principles of Digital Color Imaging Systems
Signal and Systems Chapter 2: LTI Systems
§1-3 Solution of a Dynamical Equation
Signals & Systems (CNET - 221) Chapter-3 Linear Time Invariant System
Signals and Systems Lecture 2
Signals and Systems Revision Lecture 1
Linear Systems Review Objective
Concept of frequency in Discrete Signals & Introduction to LTI Systems
Review of DSP.
Berlin Chen Department of Computer Science & Information Engineering
Fundamentals of Spatial Filtering
پردازش تصاویر دیجیتالی
Presentation transcript:

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 1 Review: Linear Systems Some Definitions With reference to the following figure, we define a system as a unit that converts an input function f(x) into an output (or response) function g(x), where x is an independent variable, such as time or, as in the case of images, spatial position. We assume for simplicity that x is a continuous variable, but the results that will be derived are equally applicable to discrete variables.

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 2 Review: Linear Systems Some Definitions (Con’t) An operator H is called a linear operator for a class of inputs {f(x)} if for all f i (x) and f j (x) belonging to {f(x)}, where the a's are arbitrary constants and is the output for an arbitrary input f i (x)  {f(x)}.

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 3 Review: Linear Systems Some Definitions (Con’t) An operator H is called time invariant (if x represents time), spatially invariant (if x is a spatial variable), or simply fixed parameter, for some class of inputs {f(x)} if

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 4 Review: Linear Systems Some Definitions (Con’t) An operator H is said to be causal, and hence the system described by H is a causal system, if there is no output before there is an input. In other words, Finally, a linear system H is said to be stable if its response to any bounded input is bounded. That is, if where K and c are constants.

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 5 Review: Linear Systems Linear System Characterization-Convolution A unit impulse function, denoted  (x  a), is defined by the expression From the previous sections, the output of a system is given by g(x) = H[f(x)]. But, we can express f(x) in terms of the impulse function just defined, so

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 6 Review: Linear Systems System Characterization (Con’t) Extending the property of addivity to integrals (recall that an integral can be approximated by limiting summations) allows us to write Because f(  ) is independent of x, and using the homogeneity property, it follows that

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 7 Review: Linear Systems System Characterization (Con’t) The term is called the impulse response of H. In other words, h(x,  ) is the response of the linear system to a unit impulse located at coordinate x (the origin of the impulse is the value of  that produces  (0); in this case, this happens when  = x).

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 8 Review: Linear Systems System Characterization (Con’t) The expression is called the superposition (or Fredholm) integral of the first kind. This expression is a fundamental result that is at the core of linear system theory. It states that, if the response of H to a unit impulse [i.e., h(x,  )], is known, then response to any input f can be computed using the preceding integral. In other words, the response of a linear system is characterized completely by its impulse response.

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 9 Review: Linear Systems System Characterization (Con’t) If H is a fixed-parameter operator, then and the superposition integral becomes This expression is called the convolution integral. It states that the response of a linear, fixed-parameter system is completely characterized by the convolution of the input with the system impulse response. As will be seen shortly, this is a powerful and most practical result.

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 10 Review: Linear Systems System Characterization (Con’t) Because the variable  in the preceding equation is integrated out, it is customary to write the convolution of f and h (both of which are functions of x) as In other words,

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 11 Review: Linear Systems System Characterization (Con’t) The Fourier transform of the preceding expression is The term inside the inner brackets is the Fourier transform of the term h(x   ). But,

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 12 Review: Linear Systems System Characterization (Con’t) so, We have succeeded in proving the important result that the Fourier transform of the convolution of two functions is the product of their Fourier transforms. As noted below, this result is the foundation for linear filtering

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 13 Review: Linear Systems System Characterization (Con’t) Following a similar development, it is not difficult to show that the inverse Fourier transform of the convolution of H(u) and F(u) [i.e., H(u)*F(u)] is the product f(x)g(x). This result is known as the convolution theorem, typically written as and where "  " is used to indicate that the quantity on the right is obtained by taking the Fourier transform of the quantity on the left, and, conversely, the quantity on the left is obtained by taking the inverse Fourier transform of the quantity on the right.

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 14 Review: Linear Systems System Characterization (Con’t) The mechanics of convolution are explained in detail in the book. We have just filled in the details of the proof of validity in the preceding paragraphs. Because the output of our linear, fixed-parameter system is if we take the Fourier transform of both sides of this expression, it follows from the convolution theorem that

Digital Image Processing, 2nd ed. www. imageprocessingbook.com © 2001 R. C. Gonzalez & R. E. Woods 15 Review: Linear Systems System Characterization (Con’t) The key importance of the result G(u)=H(u)F(u) is that, instead of performing a convolution to obtain the output of the system, we computer the Fourier transform of the impulse response and the input, multiply them and then take the inverse Fourier transform of the product to obtain g(x); that is, These results are the basis for all the filtering work done in Chapter 4, and some of the work in Chapter 5 of Digital Image Processing. Those chapters extend the results to two dimensions, and illustrate their application in considerable detail.