Fourier Transform
Fourier Transform
F(u,v) is the 2D Fourier Transform of f(x,y). It represents a complex-valued function in the frequency
domain, where u and v are the spatial frequencies in the horizontal and vertical directions, respectively.
f(x,y) is the input function in the spatial domain. It represents the original image or signal in terms of its
spatial coordinates x and y. The function f(x,y) is the image in the spatial domain.
−j2π(ux+vy), is a complex number that depends on the spatial frequencies u and v, as well as the spatial
coordinates x and y. here, u and v determine the frequency components and x and y are the spatial
coordinates in the image.
Properties: Shift Theorem: Shifting an image in the spatial domain results in a phase shift in the
frequency domain. This property is particularly useful in image registration and alignment.
Scaling Theorem: Scaling an image in the spatial domain (resizing) affects the frequency domain.
Enlarging an image in the spatial domain results in a spread of frequencies in the frequency domain, and
vice versa.
Rotation Theorem: Rotating an image in the spatial domain corresponds to a rotation in the frequency
domain. This property is essential in image transformation tasks.
Convolution Theorem: The convolution operation in the spatial domain is equivalent to the element-wise
multiplication in the frequency domain. This property is exploited in filtering and image processing
operations.
Separability: For a 2D image, the Fourier Transform is separable, meaning it can be computed as the
product of two 1D transforms along the rows and columns of the image. This property is utilized for
efficient computation in image processing.
Frequency Component Analysis: The Fourier Transform allows for the analysis of an image's frequency
components. High-frequency components correspond to edges and fine details, while low-frequency
components represent smooth variations and global features.
Filtering in Frequency Domain: Applying filters in the frequency domain, such as high-pass or low-pass
filters, can enhance or suppress specific frequency components. This property is employed in image
enhancement and noise reduction.
Inverse Fourier Transform: The inverse Fourier Transform allows the reconstruction of an image from its
frequency components. This property is fundamental in restoring an image after frequency domain
manipulation.
Zero Padding: Zero padding an image in the spatial domain results in interpolation in the frequency
domain. This property is used to increase the frequency resolution during Fourier Transform
computation.