Intensity Transformation and Spatial Filtering MCQ [Free PDF] – Objective Question Answer for Intensity Transformation and Spatial Filtering Quiz

81. What is the basis for numerous spatial domain processing techniques?

A. Transformations
B. Scaling
C. Histogram
D. None of the Mentioned

Answer: C

The histogram is the basis for numerous spatial domain processing techniques.

 

82. In the _______ image we notice that the components of the histogram are concentrated on the low side of the intensity scale.

A. bright
B. dark
C. colorful
D. All of the Mentioned

Answer: B

Only in dark images, do we notice that the components of the histogram are concentrated on the low side of the intensity scale.

 

83. What is Histogram Equalisation also called?

A. Histogram Matching
B. Image Enhancement
C. Histogram linearisation
D. None of the Mentioned

Answer: C

Histogram Linearisation is also known as Histogram Equalisation.

 

84. What is Histogram Matching also called?

A. Histogram Equalisation
B. Histogram Specification
C. Histogram linearisation
D. None of the Mentioned

Answer: B

Histogram Specification is also known as Histogram Matching.

 

85. Histogram Equalisation is mainly used for ________

A. Image enhancement
B. Blurring
C. Contrast adjustment
D. None of the Mentioned

Answer: A

It is mainly used for the Enhancement of usually dark images.

 

86. To reduce computation if one utilizes non-overlapping regions, it usually produces the ______ effect.

A. Dimming
B. Blurred
C. Blocky
D. None of the Mentioned

Answer: C

Utilizing non-overlapping regions usually produces a “Blocky” effect.

 

87. What does SEM stands for?

A. Scanning Electronic Machine
B. Self Electronic Machine
C. Scanning Electron Microscope
D. Scanning Electric Machine

Answer: C

SEM stands for Scanning Electron Microscope.

 

88. The type of Histogram Processing in which pixels are modified based on the intensity distribution of the image is called _______________.

A. Intensive
B. Local
C. Global
D. Random

Answer: C

It is called Global Histogram Processing.

 

89. Which type of Histogram Processing is suited for minutely detailed enhancements?

A. Intensive
B. Local
C. Global
D. Random

Answer: B

Local Histogram Processing is used.

 

90. In uniform PDF, the expansion of PDF is _________

A. Portable Document Format
B. Post Derivation Function
C. Previously Derived Function
D. Probability Density Function

Answer: D

PDF stands for Probability Density Function.

 

91. 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

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 a gray level rk.

 

92. 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

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.

 

93. 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

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.

 

94. 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

The inverse transformation from s back to r is denoted by:
r=T-1(s) for 0≤s≤1.

 

95. 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

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.

 

96. 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

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 is recognized as the cumulative distribution function (CDF) of random variable r.

 

97. 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

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.

 

98. What is the method that is used to generate a processed image that has a specified histogram?

A. Histogram linearization
B. Histogram equalization
C. Histogram matching
D. Histogram processing

Answer: C

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.

 

99. Histograms are the basis for numerous spatial domain processing techniques.

A. True
B. False

Answer: A

Histograms are the basis for numerous spatial domain processing techniques. Histogram manipulation can be used effectively for image enhancement.

 

100. In a dark image, the components of the histogram are concentrated on which side of the greyscale?

A. High
B. Medium
C. Low
D. Evenly distributed

Answer: C

We know that in the dark image, the components of the histogram are concentrated mostly on the low i.e., dark side of the greyscale. Similarly, the components of a histogram of the bright image are biased towards the high side of the greyscale.

Scroll to Top