Explore topic-wise MCQs in Digital Image Processing.

This section includes 19 Mcqs, each offering curated multiple-choice questions to sharpen your Digital Image Processing knowledge and support exam preparation. Choose a topic below to get started.

1.

If for an input image f(x, y) and the ∇2 f represents Laplacian, then if, high boost filtered image is given by. For what value of A this high boost filtering becomes the standard Laplacian sharpening filter?

A. 0
B. 1
C. -1
D. ∞View Answer
Answer» C. -1
2.

If we use a Laplacian to obtain sharp image for unsharp mask filtered image fs(x, y) of f(x, y) as input image, and if the center coefficient of the Laplacian mask is negative then, which of the following expression gives the high boost filtered image fhb, if ∇2 f represent Laplacian?

A. fhb = A f(x, y) – ∇2 f(x,y)
B. fhb = A f(x, y) + ∇2 f(x,y)
C. fhb = ∇2 f(x,y)
D. None of the mentioned
Answer» B. fhb = A f(x, y) + ∇2 f(x,y)
3.

Which of the following gives an expression for high boost filtered image fhb, if f represents an image, f blurred version of f, fs unsharp mask filtered image and A ≥ 1?

A. fhb = (A – 1) f(x, y) + f(x, y) – f x, y)
B. fhb = A f(x, y) – f(x,y)
C. fhb = (A – 1) f(x, y) + fs(x, y)
D. All of the mentioned
Answer» E.
4.

Which of the following mask(s) is/are used to sharpen images by subtracting a blurred version of original image from the original image itself?

A. Unsharp mask
B. High-boost filter
C. All of the mentioned
D. None of the mentioned
Answer» D. None of the mentioned
5.

A mask of size 3*3 is formed using Laplacian including diagonal neighbors that has central coefficient as 9. Then, what would be the central coefficient of same mask if it is made without diagonal neighbors?

A. 5
B. -5
C. 8
D. -8
Answer» B. -5
6.

The Laplacian incorporated with diagonal directions, i.e. ∇2 f=[f(x + 1, y) + f(x – 1, y) + f(x, y + 1) + f(x, y – 1) – 8f(x, y)], gives an isotropic result for rotations in increment by what degree?

A. 90o
B. 0o
C. 45o
D. None of the mentioned
Answer» B. 0o
7.

The Laplacian ∇2 f=[f(x + 1, y) + f(x – 1, y) + f(x, y + 1) + f(x, y – 1) – 4f(x, y)], gives an isotropic result for rotations in increment by what degree?

A. 90o
B. 0o
C. 45o
D. None of the mentioned
Answer» B. 0o
8.

A Laplacian for an image f(x, y) is defined as: is given by ________

A. [f(x + 1, y) + f(x – 1, y) – 2f(x, y)] and [f(x, y + 1) + f(x, y – 1) – 2f(x, y)] respectively
B. [f(x + 1, y + 1) + f(x, y – 1) – 2f(x, y)] and [f(x , y + 1) + f(x – 1, y) – 2f(x, y)] respectively
C. [f(x, y + 1) + f(x, y – 1) – 2f(x, y)] and [f(x + 1, y) + f(x – 1, y) – 2f(x, y)] respectively
D. None of the mentioned
Answer» B. [f(x + 1, y + 1) + f(x, y – 1) – 2f(x, y)] and [f(x , y + 1) + f(x – 1, y) – 2f(x, y)] respectively
9.

A_MASK_OF_SIZE_3*3_IS_FORMED_USING_LAPLACIAN_INCLUDING_DIAGONAL_NEIGHBORS_THAT_HAS_CENTRAL_COEFFICIENT_AS_9._THEN,_WHAT_WOULD_BE_THE_CENTRAL_COEFFICIENT_OF_SAME_MASK_IF_IT_IS_MADE_WITHOUT_DIAGONAL_NEIGHBORS??$

A. 5
B. -5
C. 8
D. -8
Answer» B. -5
10.

Which of the following gives an expression for high boost filtered image fhb, if f represents an image, f blurred version of f, fs unsharp mask filtered image and A ‚â• 1?$#

A. f<sub>hb</sub> = (A – 1) f(x, y) + f(x, y) – f x, y)
B. f<sub>hb</sub> = A f(x, y) – f(x,y)
C. f<sub>hb</sub> = (A – 1) f(x, y) + f<sub>s</sub>(x, y)
D. All of the mentioned
Answer» E.
11.

Which_of_the_following_mask(s)_is/are_used_to_sharpen_images_by_subtracting_a_blurred_version_of_original_image_from_the_original_image_itself?$

A. Unsharp mask
B. High-boost filter
C. All of the mentioned
D. None of the mentioned
Answer» D. None of the mentioned
12.

If we use a Laplacian to obtain sharp image for unsharp mask filtered image fs(x, y) of f(x, y) as input image, and if the center coefficient of the Laplacian mask is negative then, which of the following expression gives the high boost filtered image fhb, if ‚àá2 f represent Laplacian?$

A. f<sub>hb</sub> = A f(x, y) – ∇<sup>2</sup> f(x,y)
B. f<sub>hb</sub> = A f(x, y) + ‚àá<sup>2</sup> f(x,y)
C. f<sub>hb</sub> = ‚àá<sup>2</sup> f(x,y)
D. None of the mentioned
Answer» B. f<sub>hb</sub> = A f(x, y) + ‚Äö√Ñ√∂‚àö‚Ć‚àö¬∞<sup>2</sup> f(x,y)
13.

Applying Laplacian produces image having featureless background which is recovered maintaining the sharpness of Laplacian operation by either adding or subtracting it from the original image depending upon the Laplacian definition used. Which of the following is true based on above statement?

A. If definition used has a negative center coefficient, then subtraction is done
B. If definition used has a positive center coefficient, then subtraction is done
C. If definition used has a negative center coefficient, then addition is done
D. None of the mentioned
Answer» B. If definition used has a positive center coefficient, then subtraction is done
14.

Applying Laplacian has which of the following result(s)?

A. Produces image having greyish edge lines
B. Produces image having featureless background
C. All of the mentioned
D. None of the mentioned
Answer» D. None of the mentioned
15.

The Laplacian incorporated with diagonal directions, i.e. ∇2 f=[f(x + 1, y) + f(x – 1, y) + f(x, y + 1) + f(x, y – 1) – 8f(x, y)], gives an isotropic result for rotations in increment by what degree?$

A. 90<sup>o</sup>
B. 0<sup>o</sup>
C. 45<sup>o</sup>
D. None of the mentioned
Answer» B. 0<sup>o</sup>
16.

The Laplacian ∇2 f=[f(x + 1, y) + f(x – 1, y) + f(x, y + 1) + f(x, y – 1) – 4f(x, y)], gives an isotropic result for rotations in increment by what degree?$

A. 90<sup>o</sup>
B. 0<sup>o</sup>
C. 45<sup>o</sup>
D. None of the mentioned
Answer» B. 0<sup>o</sup>
17.

The Laplacian is which of the following operator?

A. Nonlinear operator
B. Order-Statistic operator
C. Linear operator
D. None of the mentioned
Answer» D. None of the mentioned
18.

In isotropic filtering, which of the following is/are the simplest isotropic derivative operator?

A. Laplacian
B. Gradient
C. All of the mentioned
D. None of the mentioned
Answer» B. Gradient
19.

A filter is applied to an image whose response is independent of the direction of discontinuities in the image. The filter is/are ________

A. Isotropic filters
B. Box filters
C. Median filter
D. All of the mentioned
Answer» B. Box filters