Digital Image Processing Multiple Choice Questions on “Intensity Transformation Functions”.
1. How is negative of an image obtained with intensity levels [0,L-1] with “r” and “s” being pixel values?
A. s = L – 1 + r
B. s = L – 1 – r
C. s = L + 1 + r
D. s = L + 1 + r
Answer: B
Clarification: The negative is obtained using s = L – 1 + r.
2. The general form of log transformations is ____________________
A. s = c.log(1 + r)
B. s = c+log(1 + r)
C. s = c.log(1 – r)
D. s = c-log(1 – r)
Answer: A
Clarification: s = c.log(1 + r) is the log transformation.
3. Power-law transformations has the basic form of ________________ where c and ∆ are constants.
A. s = c + r∆
B. s = c – r∆
C. s = c * r∆
D. s = c / r.∆
Answer: C
Clarification: s = c * r∆ is called the Power-law transformation.
4. For what value of the output must the Power-law transformation account for offset?
A. No offset needed
B. All values
C. One
D. Zero
Answer: D
Clarification: When the output is Zero, an offset is necessary.
5. What is Gamma Correction?
A. A Power-law response phenomenon
B. Inverted Intensity curve
C. Light brightness variation
D. None of the Mentioned
Answer: A
Clarification: The exponent in Power-law is called gamma and the process used to correct the response of Power-law transformation is called Gamma Correction.
6. Which process expands the range of intensity levels in an image so that it spans the full intensity range of the display?
A. Shading correction
B. Contrast sketching
C. Gamma correction
D. None of the Mentioned
Answer: B
Clarification: Contrast sketching is the process used to expand intensity levels in an image.
7. Highlighting a specific range of intensities of an image is called _______________
A. Intensity Matching
B. Intensity Highlighting
C. Intensity Slicing
D. None of the Mentioned
Answer: C
Clarification: Highlighting a specific range of intensities of an image is called Intensity Slicing.
8. Highlighting the contribution made to total image by specific bits instead of highlighting intensity-level changes is called ____________________
A. Intensity Highlighting
B. Byte-Slicing
C. Bit-plane slicing
D. None of the Mentioned
Answer: C
Clarification: It is called Bit-plane slicing.
9. Which of the following involves reversing the intensity levels of an image?
A. Log Transformations
B. Piecewise Linear Transformations
C. Image Negatives
D. None of the Mentioned
Answer: C
Clarification: Image negatives use reversing intensity levels.
10. Piecewise Linear Transformation function involves which of the following?
A. Bit-plane slicing
B. Intensity level slicing
C. Contrast stretching
D. All of the Mentioned
Answer: D
Clarification: Piecewise Linear Transformation function involves all the mentioned functions.