InterviewSolution
Saved Bookmarks
| 1. |
What is the output of a smoothing, linear spatial filter?(a) Median of pixels(b) Maximum of pixels(c) Minimum of pixels(d) Average of pixelsI got this question during an online interview.This interesting question is from Smoothing Spatial Filters in chapter Intensity Transformations and Spatial Filtering of Digital Image Processing |
|
Answer» CORRECT choice is (d) Average of PIXELS For explanation I would say: The output or RESPONSE of a smoothing, linear spatial FILTER is SIMPLY the average of the pixels contained in the neighbourhood of the filter mask. |
|