Test on Image Enhancement and Noise Suppression
Image Enhancement & Noise Suppression for Students
Test: Image Enhancement Techniques, Edge and Sharpening Enhancement, Image Denoising, Biomedical Image Analysis
20 questions
Question 1: When applying piece-wise linear enhancement, a slope (k) value of less than 1 in a subinterval increases the dynamics for that specific range.
A. Yes
B. No
Explanation: The study materials state that a 'k < 1' value in a piece-wise linear function results in a 'decrease of dynamics' for the corresponding range, not an increase.
Question 2: According to the study materials, which formula is used to calculate the Michelson contrast value?
A. (Imax - Imin) / (Imax + Imin)
B. 1/MN * Sum(Iik - I_bar)^2
C. (Imax + Imin) / (Imax - Imin)
D. (Imax * Imin) / (Imax + Imin)
Explanation: The study materials define the Michelson contrast value as (Imax - Imin) / (Imax + Imin).
Question 3: Image sharpening in the frequency domain is interpreted as a relative increase in the ratio of high to low frequencies.
A. Yes
B. No
Explanation: Image sharpening in the frequency domain is interpreted as a relative increase in the ratio of low to high frequencies.
Question 4: According to the study materials, which of the following statements accurately describe the Laplacian of Gaussian (LoG) filter's composition and purpose?
A. LoG is a single 2D high-pass filter specifically designed to enhance high-frequency noise.
B. It is composed of a Gaussian filter, which suppresses noise, followed by a Laplace filter, which enhances edges.
C. The primary goal of LoG is to achieve edge enhancement while simultaneously suppressing noise.
D. LoG is essentially another term for the Gradient of Gaussian (GoG) filter.
Explanation: The study materials state that the LoG filter is a 'series of 2D linear filters' that includes a 'Gaussian filter – low pass filter for noise suppression' and a 'Laplace filter – high pass filter for edge enhancement'. This combination leads to 'edge enhancement with noise suppression'. Therefore, options 1 and 2 are correct. Option 0 is incorrect because LoG uses a Gaussian filter for noise suppression, not enhancement, and is a series of filters, not a single one. Option 3 is incorrect as the materials describe GoG as 'another variant,' indicating it is distinct from LoG.
Question 5: Adaptive denoising techniques primarily focus on blurring edges to achieve noise suppression.
A. Yes
B. No
Explanation: Adaptive denoising explicitly uses 'edge preserving approaches' to suppress noise, meaning it aims to maintain the sharpness of edges, not blur them.