InterviewSolution
Saved Bookmarks
| 1. |
While performing the median filtering, suppose a 3*3 neighborhood has value (10, 20, 20, 20, 15, 20, 20, 25, 100), then what is the median value to be given to the pixel under filter?(a) 15(b) 20(c) 100(d) 25The question was posed to me during an online interview.My question is taken from Smoothing Nonlinear Spatial Filter in division Intensity Transformations and Spatial Filtering of Digital Image Processing |
|
Answer» Correct option is (b) 20 |
|