Chapter 4 Mcqs
Chapter 4 Mcqs
True/False Questions
Workout Problems
1. Problem: Given an image with a Fourier Transform that shows high-frequency noise,
which type of filter would you apply to reduce this noise? Describe the steps involved.
o Answer: You would apply a low-pass filter. Steps:
1. Compute the Fourier Transform of the image.
2. Design a low-pass filter to attenuate high frequencies.
3. Multiply the Fourier Transform by the low-pass filter.
4. Compute the inverse Fourier Transform to get the filtered image.
2. Problem: If you want to enhance the edges in an image, which filter should you use?
Explain how to implement it.
o Answer: Use a high-pass filter. Steps:
1. Compute the Fourier Transform of the image.
2. Design a high-pass filter that allows high frequencies to pass while
blocking low frequencies.
3. Multiply the Fourier Transform by the high-pass filter.
4. Compute the inverse Fourier Transform to obtain the edge-enhanced
image.
3. Problem: Explain how the cutoff frequency of a low-pass filter affects the image quality
when applied. Provide an example with two different cutoff frequencies.
o Answer: A lower cutoff frequency will result in a more blurred image, as it
removes more high-frequency details. For example, a cutoff at 5 will blur more
details than a cutoff at 30, which retains more features. The image with a cutoff at
30 will appear smoother with better-preserved details compared to the one at 5.
4. Problem: Describe the effect of applying a Gaussian high-pass filter to an image. What
visual changes would you expect to see?
o Answer: A Gaussian high-pass filter enhances fine details and edges while
suppressing low-frequency components. You would expect to see sharper edges
and more defined features, while smooth areas may appear less prominent or
slightly subdued.