250+ TOP MCQs on Histogram Processing – 2 & Answers

Digital Image Processing Interview Questions on “Histogram Processing – 2”.

1. The histogram of a digital image with gray levels in the range [0, L-1] is represented by a discrete function:
A. h(r_k)=n_k
B. h(r_k )=n/n_k
C. p(r_k )=n_k
D. h(r_k )=n_k/n
Answer: A
Clarification: The histogram of a digital image with gray levels in the range [0, L-1] is a discrete function h(rk )=nk, where rk is the kth gray level and nkis the number of pixels in the image having gray level rk.

2. How is the expression represented for the normalized histogram?
A. p(r_k )=n_k
B. p(r_k )=n_k/n
C. p(r_k)=nn_k
D. p(r_k )=n/n_k
Answer: B
Clarification: It is common practice to normalize a histogram by dividing each of its values by the total number of pixels in the image, denoted by n. Thus, a normalized histogram is given by p(rk )=nk/n, for k=0,1,2…..L-1. Loosely speaking, p(rk ) gives an estimate of the probability of occurrence of gray-level rk. Note that the sum of all components of a normalized histogram is equal to 1.

3. Which of the following conditions does the T(r) must satisfy?
A. T(r) is double-valued and monotonically decreasing in the interval 0≤r≤1; and
0≤T(r)≤1 for 0≤r≤1
B. T(r) is double-valued and monotonically increasing in the interval 0≤r≤1; and
0≤T(r)≤1 for 0≤r≤1
C. T(r) is single-valued and monotonically decreasing in the interval 0≤r≤1; and
0≤T(r)≤1 for 0≤r≤1
D. T(r) is single-valued and monotonically increasing in the interval 0≤r≤1; and
0≤T(r)≤1 for 0≤r≤1
Answer: D
Clarification: For any r satisfying the aforementioned conditions, we focus attention on transformations of the form
s=T(r) For 0≤r≤1
That produces a level s for every pixel value r in the original image.
For reasons that will become obvious shortly, we assume that the transformation function T(r) satisfies the following conditions:
T(r) is single-valued and monotonically increasing in the interval 0≤r≤1; and
0≤T(r)≤1 for 0≤r≤1.

4. The inverse transformation from s back to r is denoted as:
A. s=T-1(r) for 0≤s≤1
B. r=T-1(s) for 0≤r≤1
C. r=T-1(s) for 0≤s≤1
D. r=T-1(s) for 0≥s≥1
Answer: C
Clarification: The inverse transformation from s back to r is denoted by:
r=T-1(s) for 0≤s≤1.

5. The probability density function p_s (s) of the transformed variable s can be obtained by using which of the following formula?
A. p_s (s)=p_r (r)|dr/ds|
B. p_s (s)=p_r (r)|ds/dr|
C. p_r (r)=p_s (s)|dr/ds|
D. p_s (s)=p_r (r)|dr/dr|
Answer: A
Clarification: The probability density function p_s (s) of the transformed variable s can be obtained using a basic formula: p_s (s)=p_r (r)|dr/ds|
Thus, the probability density function of the transformed variable, s, is determined by the gray-level PDF of the input image and by the chosen transformation function.

6. A transformation function of particular importance in image processing is represented in which of the following form?
A. s=T(r)=∫0(2r)pr (ω)dω
B. s=T(r)=∫0(r-1)pr (ω)dω
C. s=T(r)=∫0(r/2)pr (ω)dω
D. s=T(r)=∫0 pr (ω)dω
Answer: D
Clarification: A transformation function of particular importance in image processing has the form: s=T(r)=∫0r pr(ω)dw, where ω is a dummy variable of integration. The right side of is recognized as the cumulative distribution function (CDF) of random variable r.

7. Histogram equalization or Histogram linearization is represented by of the following equation:
A. sk =∑kj =1 nj/n k=0,1,2,……,L-1
B. sk =∑kj =0 nj/n k=0,1,2,……,L-1
C. sk =∑kj =0 n/nj k=0,1,2,……,L-1
D. sk =∑kj =n nj/n k=0,1,2,……,L-1
Answer: B
Clarification: A plot of pk_ (rk) versus r_k is called a histogram .The transformation (mapping) given in sk =∑kj =0)k nj/n k=0,1,2,……,L-1 is called histogram equalization or histogram linearization.

8. What is the method that is used to generate a processed image that have a specified histogram?
A. Histogram linearization
B. Histogram equalization
C. Histogram matching
D. Histogram processing
Answer: C
Clarification: In particular, it is useful sometimes to be able to specify the shape of the histogram that we wish the processed image to have. The method used to generate a processed image that has a specified histogram is called histogram matching or histogram specification.

9. Histograms are the basis for numerous spatial domain processing techniques.
A. True
B. False
Answer: A
Clarification: Histograms are the basis for numerous spatial domain processing techniques. Histogram manipulation can be used effectively for image enhancement.

10. In a dark image, the components of histogram are concentrated on which side of the grey scale?
A. High
B. Medium
C. Low
D. Evenly distributed
Answer: C
Clarification: We know that in the dark image, the components of histogram are concentrated mostly on the low i.e., dark side of the grey scale. Similarly, the components of histogram of the bright image are biased towards the high side of the grey scale.