Digital Image Processing, 2nd ed. www.imageprocessingbook.com © 2002 R. C. Gonzalez & R. E. Woods Background Any function that periodically repeats itself.

Slides:



Advertisements
Similar presentations
Review of 1-D Fourier Theory:
Advertisements

Fourier Transform (Chapter 4)
Fourier Transform – Chapter 13. Image space Cameras (regardless of wave lengths) create images in the spatial domain Pixels represent features (intensity,
Chapter Four Image Enhancement in the Frequency Domain.
Chap 4 Image Enhancement in the Frequency Domain.
Digital Image Processing
Computer Graphics Recitation 6. 2 Motivation – Image compression What linear combination of 8x8 basis signals produces an 8x8 block in the image?
Reminder Fourier Basis: t  [0,1] nZnZ Fourier Series: Fourier Coefficient:
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 1: Introduction.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 11 Representation & Description Chapter 11 Representation.
Chap 4-2. Frequency domain processing Jen-Chang Liu, 2006.
Digital Image Processing Chapter 4: Image Enhancement in the Frequency Domain.
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. © 2002 R. C. Gonzalez & R. E. Woods Chapter 4 Image Enhancement in the Frequency Domain Chapter.
Autumn Analog and Digital Communications Autumn
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 12 Object Recognition Chapter 12 Object Recognition.
Some Properties of the 2-D Fourier Transform Translation Distributivity and Scaling Rotation Periodicity and Conjugate Symmetry Separability Convolution.
Digital Image Processing Chapter 4: Image Enhancement in the Frequency Domain.
S. Mandayam/ ECOMMS/ECE Dept./Rowan University Electrical Communication Systems ECE Spring 2009 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, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 10 Image Segmentation Chapter 10 Image Segmentation.
Transforms: Basis to Basis Normal Basis Hadamard Basis Basis functions Method to find coefficients (“Transform”) Inverse Transform.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 2: Digital Image Fundamentals.
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 5 Image Restoration Chapter 5 Image Restoration.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 9 Morphological Image Processing Chapter 9 Morphological.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 8 Image Compression Chapter 8 Image Compression.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 6 Color Image Processing Chapter 6 Color Image.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 4 Image Enhancement in the Frequency Domain Chapter.
CH#3 Fourier Series and Transform
Motivation Music as a combination of sounds at different frequencies
Image Processing Fourier Transform 1D Efficient Data Representation Discrete Fourier Transform - 1D Continuous Fourier Transform - 1D Examples.
Fourier Series Summary (From Salivahanan et al, 2002)
Digital Image Processing Chapter # 4 Image Enhancement in Frequency Domain Digital Image Processing Chapter # 4 Image Enhancement in Frequency Domain.
Chapter 4: Image Enhancement in the Frequency Domain Chapter 4: Image Enhancement in the Frequency Domain.
Image Processing © 2002 R. C. Gonzalez & R. E. Woods Lecture 4 Image Enhancement in the Frequency Domain Lecture 4 Image Enhancement.
Image Enhancement in the Frequency Domain Spring 2006, Jen-Chang Liu.
EE104: Lecture 5 Outline Review of Last Lecture Introduction to Fourier Transforms Fourier Transform from Fourier Series Fourier Transform Pair and Signal.
Digital Image Processing Chapter 4 Image Enhancement in the Frequency Domain Part I.
Digital Image Processing CSC331 Image Enhancement 1.
Lecture 7: Sampling Review of 2D Fourier Theory We view f(x,y) as a linear combination of complex exponentials that represent plane waves. F(u,v) describes.
October 29, 2013Computer Vision Lecture 13: Fourier Transform II 1 The Fourier Transform In the previous lecture, we discussed the Hough transform. There.
By Ya Bao oct 1 Fourier Series Fourier series: how to get the spectrum of a periodic signal. Fourier transform: how.
Fast Fourier Transform & Assignment 2
CH#3 Fourier Series and Transform
7- 1 Chapter 7: Fourier Analysis Fourier analysis = Series + Transform ◎ Fourier Series -- A periodic (T) function f(x) can be written as the sum of sines.
Dr. Scott Umbaugh, SIUE Discrete Transforms.
Fourier Transform.
CS 376b Introduction to Computer Vision 03 / 17 / 2008 Instructor: Michael Eckmann.
 Introduction to reciprocal space
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, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods.
Computer Graphics & Image Processing Chapter # 4 Image Enhancement in Frequency Domain 2/26/20161.
2D Fourier Transform.
The Frequency Domain Digital Image Processing – Chapter 8.
Fourier transform.
Digital Image Processing Lecture 7: Image Enhancement in Frequency Domain-I Naveed Ejaz.
The Fourier Transform.
CH#3 Fourier Series and Transform 1 st semester King Saud University College of Applied studies and Community Service 1301CT By: Nour Alhariqi.
EE104: Lecture 6 Outline Announcements: HW 1 due today, HW 2 posted Review of Last Lecture Additional comments on Fourier transforms Review of time window.
Fourier Transform (Chapter 4) CS474/674 – Prof. Bebis.
Digital Image Processing Lecture 8: Fourier Transform Prof. Charlene Tsai.
Image Enhancement and Restoration
Image Enhancement in the
UNIT II Analysis of Continuous Time signal
4. Image Enhancement in Frequency Domain
I. Previously on IET.
Presentation transcript:

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Background Any function that periodically repeats itself can be expressed as the sum of sines and/or cosines of different frequencies, each multiplied by a different coefficient (Fourier series). Even functions that are not periodic (but whose area under the curve is finite) can be expressed as the integral of sines and/or cosines multiplied by a weighting function (Fourier transform).

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Background The frequency domain refers to the plane of the two dimensional discrete Fourier transform of an image. The purpose of the Fourier transform is to represent a signal as a linear combination of sinusoidal signals of various frequencies.

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Introduction to the Fourier Transform and the Frequency Domain Introduction to the Fourier Transform and the Frequency Domain The one-dimensional Fourier transform and its inverse –Fourier transform (continuous case) –Inverse Fourier transform: The two-dimensional Fourier transform and its inverse –Fourier transform (continuous case) –Inverse Fourier transform:

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Introduction to the Fourier Transform The one-dimensional Fourier transform and its inverse –Fourier transform (discrete case) DTC –Inverse Fourier transform:

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Introduction to the Fourier Transform and the Frequency Domain Introduction to the Fourier Transform and the Frequency Domain Since and the fact then discrete Fourier transform can be redefined –Frequency (time) domain: the domain (values of u) over which the values of F(u) range; because u determines the frequency of the components of the transform. –Frequency (time) component: each of the M terms of F(u).

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Introduction to the Fourier Transform and the Frequency Domain Introduction to the Fourier Transform and the Frequency Domain F(u) can be expressed in polar coordinates: –R(u): the real part of F(u) –I(u): the imaginary part of F(u) Power spectrum:

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods The One-Dimensional Fourier Transform Example The One-Dimensional Fourier Transform Example

The One-Dimensional Fourier Transform Some Examples The One-Dimensional Fourier Transform Some Examples The transform of a constant function is a DC value only. The transform of a delta function is a constant.

The One-Dimensional Fourier Transform Some Examples The One-Dimensional Fourier Transform Some Examples The transform of an infinite train of delta functions spaced by T is an infinite train of delta functions spaced by 1/T. The transform of a cosine function is a positive delta at the appropriate positive and negative frequency.

The One-Dimensional Fourier Transform Some Examples The One-Dimensional Fourier Transform Some Examples The transform of a sin function is a negative complex delta function at the appropriate positive frequency and a negative complex delta at the appropriate negative frequency. The transform of a square pulse is a sinc function.

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Introduction to the Fourier Transform and the Frequency Domain Introduction to the Fourier Transform and the Frequency Domain The two-dimensional Fourier transform and its inverse –Fourier transform (discrete case) DTC –Inverse Fourier transform: u, v : the transform or frequency variables x, y : the spatial or image variables

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Introduction to the Fourier Transform and the Frequency Domain Introduction to the Fourier Transform and the Frequency Domain We define the Fourier spectrum, phase anble, and power spectrum as follows: –R(u,v): the real part of F(u,v) –I(u,v): the imaginary part of F(u,v)

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Introduction to the Fourier Transform and the Frequency Domain Introduction to the Fourier Transform and the Frequency Domain Some properties of Fourier transform:

Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Implementation Some Additional Properties of the 2D Fourier Transform Implementation Some Additional Properties of the 2D Fourier Transform Separability