This set of Digital Image Processing Multiple Choice Questions & Answers (MCQs) focuses on “Use of Second Order Derivative for Enhancement”.
1. 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
View Answer
Explanation: Isotropic filter are rotation invariant because it has a same response when applied to the image first and the after rotating the image.
2. 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
View Answer
Explanation: An isotropic filtering is an example of second order derivative for enhancement and uses Laplacian as the simplest derivative operator, while gradient is used with first derivatives.
3. The Laplacian is which of the following operator?
a) Nonlinear operator
b) Order-Statistic operator
c) Linear operator
d) None of the mentioned
View Answer
Explanation: Derivative of any order are linear operations and since, Laplacian is the simplest isotropic derivative operator, so is a linear operator.
Order-Statistics operator are nonlinear operators.
4. 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
View Answer
Explanation: For a Laplacian given by:∇2 f=

Applying second order derivative in x direction (∂2 f)/∂x2 = [f(x + 1, y) + f(x – 1, y) – 2f(x, y)], and
Applying second order derivative in y direction (∂2 f)/∂y2 = [f(x, y + 1) + f(x, y – 1) – 2f(x, y)].
5. 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
View Answer
Explanation: The given Laplacian gives isotropic result for 90o incremental rotations.
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
View Answer
Explanation: The given Laplacian since includes the diagonal direction, so, gives an isotropic result for 45o incremental rotations.
7. 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
View Answer
Explanation: Since, Laplacian is a derivative operator, so, highlights the gray-level discontinuities in an image and deemphasizes areas with slowly varying gray levels. Hence, produces images having greyish edge lines superimposed on featureless background.
8. 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
View Answer
Explanation: Applying Laplacian produces image having featureless background which is recovered maintaining the sharpness of Laplacian operation using original image either added if Laplacian definition used has a positive center coefficient or subtracting result from original image if has a negative center coefficient.
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
View Answer
Explanation: The mask formed by eliminating diagonal neighbors i.e. 4f(x, y), since each diagonal contain a -2f(x, y), the mask has 5 as its central coefficient.
10. 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
View Answer
Explanation: Unsharp mask sharpens images by subtracting a blurred version of original image from the original image itself.
A high-boost filter is a generalized form of unsharp mask.
11. 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
View Answer
Explanation: A high-boost filter is a generalized form of unsharp mask and is given by:
fhb = A f(x, y) – f (x, y)
Or, fhb = (A – 1) f(x, y) + f(x, y) – f(x, y), that can be written as
fhb = (A – 1) f(x, y) + fs(x, y), where fs(x, y) = f(x, y) – f (x, y).
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) 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
View Answer
Explanation: If Laplacian is used to obtain sharp image for unsharp mask filtered image, then

13. 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
Sanfoundry Global Education & Learning Series – Digital Image Processing.
To practice all areas of Digital Image Processing, here is complete set of 1000+ Multiple Choice Questions and Answers.
- Apply for Electrical Engineering Internship
- Check Electronics Engineering Books
- Apply for Electronics Engineering Internship
- Practice Electrical Engineering MCQs
- Check Digital Image Processing Books