InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedI had been asked this question in homework.I'd like to ask this question from Use of Second Order Derivative for Enhancement in section Image Enhancement of Digital Image Processing |
|
Answer» The correct answer is (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 |
|