wk 7.2 Flashcards
(13 cards)
spatial domain info
- deals images as is
- value of the pixels of the image change with respect to scene
- directly deals with image matrix
spatial domain process
input image matrix -> processing -> output image matirx
frequency domain info
- deals the rate of changing/intensified pixel values
- any spatial domain image can be rep. in freq. domain
frequency domain process
input image -> frequency distribution -> processing -> inverse transformation -> output image
freq. domain transformation
A non-periodic signal (eg image) can be converted from spatial domain to frequency domain using mathematical operators called transformation
examples of freq. domain transformation
Fourier Series, Fourier transformation, Laplace transformation, Z-transform
what is fourier transform
- is a mathematical formula using integrals
- decomposition of an image (spatially) into a series of its sine and cosine components eg. a1cos(f(t)) + b1sin(f(t))……
- represent an image as a summation of cosine/sine like image
Discrete Fourier Transform (DFT) info
- transform is complex
- image in spatial domain consist of discrete intensity value, thus the term DFT.
- DFT is sampled Fourier Transform. does not contain all frequencies forming an image, but only a set of samples which is large enough to fully describe the spatial domain image
Inverse Discrete Fourier Transform (IDFT) info
- Reverses the frequency domain image into spatial domain.
applications of fourier transform
- important in image processing for convolution computation like perform filtering
- image compression (e.g JPEG compression)
- Noise removal/reduction -> easier to remove undesirable frequencies in the frequency domain
- Faster to perform certain operations in the frequency domain than in the spatial domain
what is FFT
Fast Fourier Transform, a faster way to calculate DFT
Frequency Domain Filters
- like a mask in convolution
- after converting image to frequency domain, some filters applied in filtering process to perform different kind of processing on an image. processing includes blurring an image, sharpening an image etc.
common Frequency Domain Filters
- Ideal high pass filter – ideal for sharpening ie. increases the edge content
- Ideal low pass filter
- Gaussian high pass filter
- Gaussian low pass filter