HP2-B101 · Question #5
What is thresholding?
The correct answer is A. the conversion of a multi-bit grayscale image into a multicolor image. There appears to be an error in the provided answer key - B is the correct answer, not A. Thresholding is the process of converting a multi-bit grayscale image into a binary (black and white) image by selecting a cutoff value: pixels above the threshold become white, pixels…
Question
What is thresholding?
Options
- Athe conversion of a multi-bit grayscale image into a multicolor image
- Bthe conversion of a multi-bit grayscale image into a black and white image
- Cthe conversion of a multicolor image into a black and white image
- Dthe conversion of a black and white image into a multi-bit grayscale image
How the community answered
(46 responses)- A93% (43)
- C2% (1)
- D4% (2)
Explanation
There appears to be an error in the provided answer key - B is the correct answer, not A.
Thresholding is the process of converting a multi-bit grayscale image into a binary (black and white) image by selecting a cutoff value: pixels above the threshold become white, pixels below become black. This is one of the most fundamental operations in image processing and computer vision.
- A is wrong - converting grayscale to multicolor describes a colorization or false-color mapping operation, not thresholding.
- C is wrong - thresholding specifically starts from a grayscale image (with intensity values), not a multicolor/RGB image. Converting color directly to B&W is color-to-grayscale conversion plus possibly thresholding, but that's not the standard definition.
- D is wrong - this describes the opposite direction: going from binary to grayscale, which would be an expansion of bit depth, not reduction.
Memory tip: Think of a threshold as a fence - everything on one side goes white, the other goes black. The input must be grayscale (multi-bit intensity values) because you need a numeric value to compare against the threshold. No numeric intensity = no threshold comparison.
If your exam materials mark A as correct, I'd recommend flagging it with your instructor - this conflicts with the standard definition used across image processing textbooks and curricula.
Topics
Community Discussion
No community discussion yet for this question.