Short Image Processing
Short Image Processing
Image Transforms
o The 2-D FFT is used to convert an image from the spatial domain to the frequency
domain for analysis and processing.
o The Walsh Transform represents an image using only +1 and -1 values, making
computations faster and efficient.
o It is orthogonal, uses only binary values (+1 and -1), and is useful for fast image
processing.
o The DCT transforms an image into frequency components and is mainly used in
image compression (e.g., JPEG).
o It is fast, lossless, localized, and widely used in image compression and edge
detection.
📌 These short answers cover the key points of Unit-I in simple language! 🚀
----------------------
Unit 2
o Image enhancement improves image quality by making features clearer for analysis.
o It reduces noise by replacing a pixel’s value with the median of its neighbors.
o Smoothing reduces noise and blurs details, while sharpening enhances edges and
details.
Q11: How are frequency domain filters obtained from spatial filters?
Degradation Model
o It represents how an image gets distorted due to noise, blur, or other imperfections.
o It uses mathematical equations to reconstruct the original image from the degraded
one.
Inverse Filtering
o It is highly sensitive to noise and may not work well if noise is present.
o These filters restore images by minimizing the mean squared error between the
original and degraded images.