790 likes | 813 Views
CSCE 641 Computer Graphics: Fourier Transform. Jinxiang Chai. Outline. Aliasing Fourier transform Filtering. Image Scaling. This image is too big to fit on the screen. How can we reduce it? How to generate a half- sized version?. Image Sub-sampling. 1/8. 1/4.
E N D
CSCE 641 Computer Graphics:Fourier Transform Jinxiang Chai
Outline • Aliasing • Fourier transform • Filtering
Image Scaling This image is too big to fit on the screen. How can we reduce it? How to generate a half- sized version?
Image Sub-sampling 1/8 1/4 • Throw away every other row and column to create a 1/2 size image • - called image sub-sampling
Image Sub-sampling 1/2 1/4 (2x zoom) 1/8 (4x zoom) Why does this look so crufty?
Really Bad in Video wheel reverse rotation: Click here
Aliasing occurs when your sampling rate is not high enough to capture the amount of detail in your image Can give you the wrong signal/image—an alias Where can it happen in computer graphics? During image synthesis: • sampling continuous signal into discrete signal • e.g., ray tracing, line drawing, function plotting, etc. During image processing: • resampling discrete signal at a different rate • e.g. Image warping, zooming in, zooming out, etc. As well as other data such animation synthesis To do sampling right, need to understand the structure of your signal/image– signal processing
Signal Processing Analysis, interpretation, and manipulation of signals - images, videos, geometric and motion data - sampling and reconstruction of the signals. - minimal sampling rate for avoiding aliasing artifacts - how to use filtering to remove the aliasing artifacts?
Outline • Aliasing • Fourier transform • Filtering
Periodic Functions • A periodic function is a function defined in an interval that repeats itself outside the interval
Jean Baptiste Fourier (1768-1830) had crazy idea (1807): Any periodic function can be rewritten as a weighted sum of sines and cosines of different frequencies. Don’t believe it? • Neither did Lagrange, Laplace, Poisson and other big wigs • Not translated into English until 1878! But it’s true! • called Fourier Series
Our building block: Add enough of them to get any signal f(x) you want! A Sum of Sine Waves
Our building block: Add enough of them to get any signal f(x) you want! A Sum of Sine Waves
Our building block: Add enough of them to get any signal f(x) you want! A Sum of Sine Waves
Our building block: Add enough of them to get any signal f(x) you want! A Sum of Sine Waves
Our building block: Add enough of them to get any signal f(x) you want! How many degrees of freedom? What does each control? Which one encodes the coarse vs. fine structure of the signal? A Sum of Sine Waves
How about Non-peoriodic Function? • A non-periodic function can also be represented as a sum of sin’s and cos’s • But we must use all frequencies, not just multiples of the period • The sum is replaced by an integral.
Fourier Transform A function f(x) can be represented as a sum of phase-shifted sine waves
Fourier Transform A function f(x) can be represented as a sum of phase-shifted sine waves How to compute F(u)?
Fourier Transform A function f(x) can be represented as a sum of phase-shifted sine waves How to compute F(u)?
Fourier Transform A function f(x) can be represented as a sum of phase-shifted sine waves How to compute F(u)? Amplitude: Phase angle:
Fourier Transform A function f(x) can be represented as a sum of phase-shifted sine waves How to compute F(u)? Inverse Fourier Transform Fourier Transform Amplitude: Phase angle:
Fourier Transform A function f(x) can be represented as a sum of phase-shifted sine waves How to compute F(u)? Inverse Fourier Transform Fourier Transform Dual property for Fourier transform and its inverse transform Amplitude: Phase angle:
Fourier Transform Magnitude against frequency: f(x) |F(u)| How much of the sine wave with the frequency u appear in the original signal f(x)?
Fourier Transform Magnitude against frequency: f(x) |F(u)| ? 5 How much of the sine wave with the frequency u appear in the original signal f(x)?
Fourier Transform Magnitude against frequency: f(x) |F(u)| 5 How much of the sine wave with the frequency u appear in the original signal f(x)?
Fourier Transform f(x) |F(u)| |F(u)| f(x)
Fourier Transform f(x) |F(u)| |F(u)| f(x)
Fourier Transform f(x) |F(u)| |F(u)| f(x)
Fourier Transform f(x) |F(u)| |F(u)| f(x)
Box Function and Its Transform f(x) x |F(u)| u If f(x) is bounded, F(u) is unbounded
Another Example If the fourier transform of a function f(x) is F(u), what is the fourier transform of f(-x)?
Another Example If the fourier transform of a function f(x) is F(u), what is the fourier transform of f(-x)?
Dirac Delta and Its Transform f(x) x |F(u)| 1 u Fourier transform and inverse Fourier transform are qualitatively the same, so knowing one direction gives you the other
Cosine and Its Transform -1 1 If f(x) is even, so is F(u)
Sine and Its Transform -1 1 - If f(x) is odd, so is F(u)
Gaussian and Its Transform If f(x) is gaussian, F(u) is also guassian.
Gaussian and Its Transform If f(x) is gaussian, F(u) is also guassian. what’s the relationship of their variances?
Gaussian and Its Transform If f(x) is gaussian, F(u) is also guassian. what’s the relationship of their variances?
Properties Linearity:
Properties Linearity: Time-shift:
Properties Linearity: Time-shift: