InterviewSolution
Saved Bookmarks
| 1. |
Which of the following filter represents a 0th percentile set of numbers?(a) Max filter(b) Mean filter(c) Median filter(d) None of the mentionedThis question was posed to me in an interview for job.The origin of the question is Smoothing Nonlinear Spatial Filter in section Intensity Transformations and Spatial Filtering of Digital Image Processing |
|
Answer» CORRECT choice is (d) None of the mentioned To elaborate: A min filter SINCE PROVIDES the minimum value in the image, so represents a 0th percentile SET of numbers. |
|