Top Banner
Md Shiplu Hawlader Roll: SH-224
20

Md Shiplu Hawlader Roll: SH-224. Fourier Series Theorem Fourier Transform Discrete Fourier Transform Fast Fourier Transform.

Apr 01, 2015

Download

Documents

Javon Greenidge
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Md Shiplu HawladerRoll: SH-224

Page 2: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Fourier Series Theorem Fourier Transform Discrete Fourier Transform Fast Fourier Transform

Page 3: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Any periodic function can be expressed as a weighted sum (infinite) of sine and cosine functions of varying frequency

Page 4: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.
Page 5: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Transforms a signal (i.e., function) from the spatial domain to the frequency domain.

where

Page 6: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.
Page 7: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Forward DFT

Inverse DFT

Page 8: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Typically, we visualize |F(u,v)| The dynamic range of |F(u,v)| is typically

very large Apply stretching: (c

is const)

original image before scaling after scaling

Page 9: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

magnitude phase

Page 10: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Reconstructed image using magnitude only (i.e., magnitude determines the contribution of each component!)

Reconstructed image using phase only(i.e., phase determineswhich components are present!)

Page 11: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Easier to remove undesirable frequencies.

Faster perform certain operations in the frequency domain than in the spatial domain.

Page 12: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

noisy signal frAequencies

remove highfrequencies

reconstructedsignal

To remove certainfrequencies, set theircorresponding F(u)coefficients to zero!

Page 13: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Low frequencies correspond to slowly varying information (e.g., continuous surface).

High frequencies correspond to quickly varying information (e.g., edges)

Original Image Low-passed

Page 14: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.
Page 15: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

1. Take the FT of f(x):

2. Remove undesired frequencies:

3. Convert back to a signal:

Page 16: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

The FFT is an efficient algorithm for computing the DFT

The FFT is based on the divide-and-conquer paradigm: If n is even, we can divide a polynomial

into two polynomials

and we can write

Page 17: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

The running time is O(n log n)

Page 18: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Fourier Transform has multitude of applications in all the field of engineering but has a tremendous contribution in image processing fields like image enhancement and restoration.

Page 19: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.

Image Processing, Analysis and Machine Vision, chapter 6.2.3. Chapman and Hall, 1993

The Image Processing Handbook, chapter 4. CRC Press, 1992

Fundamentals of Electronic Image Processing, chapter 8.4. IEEE Press, 1996

http://en.wikipedia.org/wiki/Fourier_transform

Page 20: Md Shiplu Hawlader Roll: SH-224.  Fourier Series Theorem  Fourier Transform  Discrete Fourier Transform  Fast Fourier Transform.