Image Enhancement in Digital Image Processing MCQ [Free PDF] – Objective Question Answer for Image Enhancement in Digital Image Processing Quiz

111. The expression [∂2 f(x,y)/∂x2 +∂2 f(x,y)/∂y2] is considered as _________ where f(x, y) is an input image.

A. Laplacian of f(x, y)
B. Gradient of f(x, y)
C. All of Mentioned
D. None of the mentioned

Answer: A

The Laplacian for an image f(x, y) is defined as ∇2 f=∂2 f/∂x2 + ∂2 f/∂y2.

 

112. If the Laplacian in the frequency domain is: entrance exams q2

where is the Fourier transform operator and F(u, v) is the Fourier transformed function of f(x, y), then what is -(u2+ v2) is considered as?

A. Laplacian operation
B. Filtering operation
C. Shift operation
D. None of the mentioned

Answer: B

The Laplacian in the frequency domain is simply implemented by using a filter operation

H(u, v)= -(u2+ v2).

 

113. The Laplacian in frequency domain is simply implemented by using filter __________

A. H(u, v)= -(u2– v2)
B. H(u, v)= -(1)
C. H(u, v)= -(u2+ v2)
D. none of the mentioned

Answer: C

The Laplacian in frequency domain is simply implemented by using filter is LaI[(∂2 f(x,y))/∂x2 +(∂2 f(x,y))/∂y2 ]= -(u2+v2)F(u,v)

where

ℑ is the Fourier transform operator

F(u, v) is Fourier transformed function of f(x, y)

-(u2+ v2) is the filter.

 

114. Assuming that the origin of F(u, v), Fourier transformed the function of f(x, y) an input image, has been correlated by performing the operation f(x, y)(-1)x+y before taking the transform of the image. If F and f are of the same size, then what does the given operation is/are supposed to do?

A. Resize the transform
B. Rotate the transform
C. Shifts the center transform
D. All of Mentioned

Answer: C

The given operation f(x, y)(-1)x+y shifts the center transform so that (u, v)=(0,0) is at point (M/2, N/2) for F and f of the same size M*N.

 

115. Assuming that the origin of F(u, v), Fourier transformed the function of f(x, y) an input image, has been correlated by performing the operation f(x, y)(-1)x+y before taking the transform of the image. If F and f are of the same size M*N, where do the point (u, v) =(0,0) shift?

A. (M -1, N -1)
B. (M/2, N/2)
C. (M+1, N+1)
D. (0, 0)

Answer: B

The given operation f(x, y)(-1)x+y shifts the center transform so that (u, v)=(0, 0) is at point (M/2, N/2) for F and f of the same size M*N.

 

116. Assuming that the origin of F(u, v), Fourier transformed the function of f(x, y) an input image, has been correlated by performing the operation f(x, y)(-1)x+y before taking the transform of the image. If F and f are of the same size M*N, then which of the following is an expression for H(u, v), the filter used for implementing Laplacian in the frequency domain?

A. H(u, v)= -(u2+ v2)
B. H(u, v)= -(u2– v2)
C. H(u, v)= -[(u – M/2)2+ (v – N/2)2].
D. H(u, v)= -[(u – M/2)2– (v – N/2)2].

Answer: C

The given operation f(x, y)(-1)x+y shifts the center transform so that (u, v)=(0, 0) is at point (M/2, N/2) and hence the filter is: H(u, v)= -[(u – M/2)2+ (v – N/2)2].

 

117. Computing the Fourier transform of the Laplacian result in the spatial domain is equivalent to multiplying the F(u, v), Fourier transformed the function of f(x, y) an input image, and H(u, v), the filter used for implementing Laplacian in the frequency domain. This dual relationship is expressed as _________

A. Fourier transform pair notation
B. Laplacian
C. Gradient
D. None of the mentioned

Answer: A

The Fourier transform of the Laplacian result in the spatial domain is equivalent to multiplying the F(u, v) and H(u, v). This dual relationship is expressed as Fourier transform pair notation given by: ∇2 f(x,y)-[(u – M/2)2+ (v – N/2)2]F(u,v), for an image of size M *N.

 

118. Computing the Fourier transform of the Laplacian result in the spatial domain is equivalent to multiplying the F(u, v), Fourier transformed the function of f(x, y) an input image of size M*N, and H(u, v), the filter used for implementing Laplacian in the frequency domain. This dual relationship is expressed as Fourier transform pair notation given by__________

A. ∇2 f(x,y)↔[(u –M/2)2+ (v –N/2)2]F(u,v)
B. ∇2 f(x,y)↔-[(u+M/2)2– (v+N/2)2]F(u,v)
C. ∇2 f(x,y)↔-[(u –M/2)2+ (v –N/2)2]F(u,v)
D. ∇2 f(x,y)↔[(u+M/2)2– (v+N/2)2]F(u,v)

Answer: C

The Fourier transform of the Laplacian result in the spatial domain is equivalent to multiplying the F(u, v) and H(u, v). This dual relationship is expressed as Fourier transform pair notation given by:∇2 f(x,y)↔-[(u – M/2)2+ (v – N/2)2]F(u,v), for an image of size M*N.

 

119. An enhanced image can be obtained as g(x,y)=f(x,y)-∇2 f(x,y), where Laplacian is being subtracted from f(x, y) the input image. What does this conclude?

A. That the center spike would be negative
B. That the immediate neighbors of the center spike would be positive.
C. All of Mentioned
D. None of the mentioned

Answer: C

For the above-given enhanced image, the Laplacian subtraction suggests that the center coefficient of the Laplacian mask is negative and so the center spike is negative with its immediate neighbors being positive.

 

120. An enhanced image can be obtained as g(x,y)=f(x,y)-∇2 f(x,y), where Laplacian is being subtracted from f(x, y) the input image of size M*Non which an operation f(x, y)(-1)x+yis applied. Unlike enhancing in spatial domain with one single mask, it is possible to perform the same in the frequency domain using one filter. Which of the following is/are the required filter(s)?

A. H(u, v)= -[1 + u2+ v2].
B. H(u, v)= -[(u – M/2)2+ (v– N/2)2].
C. H(u, v)= [1 + (u – M/2)2+ (v – N/2)2].
D. All of Mentioned

Answer: C

The filter H(u, v)= [1 + (u – M/2)2+ (v – N/2)2] is used to perform the same enhancement in the frequency domain as in the spatial domain.

 

121. Why is scaling of Laplacian filtered images necessary?

A. Because it contains high positive values
B. Because it contains a high negative value
C. Because it contains both positive and negative values
D. None of the mentioned

Answer: C

A Laplacian filtered image contains both positive and negative values of comparable magnitudes. So, scaling is necessary.

 

122. Which of the following fact is true for the masks that include diagonal neighbors than the masks that don’t?

A. Mask that excludes diagonal neighbors has more sharpness than the masks that doesn’t
B. Mask that includes diagonal neighbors has more sharpness than the masks that doesn’t
C. Both masks have the same sharpness result
D. None of the mentioned

Answer: B

Including diagonal neighbor pixels enhances the sharpness of the image. So, Mask that includes diagonal neighbors has more sharpness than the masks that doesn’t.

Scroll to Top