Digital Image Processing Questions and Answers – Laplacian in Frequency Domain

This set of Digital Image Processing Questions and Answers for Entrance exams focuses on “Laplacian in Frequency Domain”.

1. 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 the mentioned
d) None of the mentioned
View Answer

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

2. If the Laplacian in frequency domain is: The Laplacian in frequency domain is implemented by filter H(u, v)= -(u2+ v2) where is the Fourier transform operator and F(u, v) is 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
View Answer

Answer: b
Explanation: The Laplacian in frequency domain is simply implemented by using filter:
H(u, v)= -(u2+ v2).

3. 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
View Answer

Answer: c
Explanation: Laplacian in frequency domain is: I[(∂2 f(x,y))/∂x2 +(∂2 f(x,y))/∂y2 ]= -(u2+v2)F(u,v), where ℑ is the Fourier transform operator and F(u, v) is Fourier transformed function of f(x, y) and -(u2+ v2) is the filter.
advertisement
advertisement

4. Assuming that the origin of F(u, v), Fourier transformed function of f(x, y) an input image, has been correlated by performing the operation f(x, y)(-1)x+y prior to taking the transform of the image. If F and f are of 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 the mentioned
View Answer

Answer: c
Explanation: 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 same size M*N.

5. Assuming that the origin of F(u, v), Fourier transformed function of f(x, y) an input image, has been correlated by performing the operation f(x, y)(-1)x+y prior to taking the transform of the image. If F and f are of same size M*N, where does the point (u, v) =(0,0) shifts?
a) (M -1, N -1)
b) (M/2, N/2)
c) (M+1, N+1)
d) (0, 0)
View Answer

Answer: b
Explanation: 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 same size M*N.
Sanfoundry Certification Contest of the Month is Live. 100+ Subjects. Participate Now!

6. Assuming that the origin of F(u, v), Fourier transformed function of f(x, y) an input image, has been correlated by performing the operation f(x, y)(-1)x+y prior to taking the transform of the image. If F and f are of same size M*N, then which of the following is an expression for H(u, v), the filter used for implementing Laplacian in 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].
View Answer

Answer: c
Explanation: 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].

7. Computing the Fourier transform of the Laplacian result in spatial domain is equivalent to multiplying the F(u, v), Fourier transformed function of f(x, y) an input image, and H(u, v), the filter used for implementing Laplacian in frequency domain. This dual relationship is expressed as _________
a) Fourier transform pair notation
b) Laplacian
c) Gradient
d) None of the mentioned
View Answer

Answer: a
Explanation: The Fourier transform of the Laplacian result in 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.
advertisement

8. Computing the Fourier transform of the Laplacian result in spatial domain is equivalent to multiplying the F(u, v), Fourier transformed function of f(x, y) an input image of size M*N, and H(u, v), the filter used for implementing Laplacian in 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)
View Answer

Answer: c
Explanation: The Fourier transform of the Laplacian result in 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.

9. 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 center spike would be positive.
c) All of the mentioned
d) None of the mentioned
View Answer

Answer: c
Explanation: For the above given enhanced image the Laplacian subtraction suggest that the center coefficient of Laplacian mask is negative and so the center spike is negative with its immediate neighbors being positive.
advertisement

10. 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 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 the mentioned
View Answer

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

11. Why is scaling of Laplacian filtered images necessary?
a) Because it contain high positive values
b) Because it contain high negative value
c) Because it contain both positive and negative values
d) None of the mentioned
View Answer

Answer: c
Explanation: A Laplacian filtered image contain both positive and negative values of comparable magnitudes. So, scaling is necessary.

12. Which of the following fact is true for the masks that includes diagonal neighbors than the masks that doesn’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 same sharpness result
d) None of the mentioned
View Answer

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

Sanfoundry Global Education & Learning Series – Digital Image Processing.

To practice all areas of Digital Image Processing for Entrance exams, here is complete set of 1000+ Multiple Choice Questions and Answers.

If you find a mistake in question / option / answer, kindly take a screenshot and email to [email protected]

advertisement
advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.