InterviewSolution
Saved Bookmarks
| 1. |
The distance between pixels p and q, the pixels have a distance less than or equal to some value of radius r centred at (x,y) is called :(a) Euclidean distance(b) City-Block distance(c) Chessboard distance(d) None of the MentionedI got this question during a job interview.I want to ask this question from Relationships between Pixels topic in section Image Restoration and Reconstruction of Digital Image Processing |
|
Answer» CORRECT ANSWER is (a) Euclidean distance Best explanation: Euclidean distance is measured using a radius from a DEFINED CENTRE. |
|