Question:

The value at the center pixel of the image at (1) obtained after applying the filter given at (2) is .................. 

Show Hint

A $3\times3$ mean filter replaces each pixel by the average of its 9 neighbors; it smooths noise but blurs edges.
Updated On: Aug 29, 2025
  • 70
  • 68
  • 69
  • 71
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The filter is a $3\times3$ mean (box) filter with all coefficients $\frac{1}{9}$. The new center value is the average of the $3\times3$ neighborhood:
Image block: \[ \begin{matrix} 67 & 67 & 72 \\ 70 & 68 & 71 \\ 72 & 71 & 72 \end{matrix} \] Sum $=67 + 67 + 72 + 70 + 68 + 71 + 72 + 71 + 72 = 630$.
Mean $= \frac{630}{9} = 70$. Hence, the center becomes \(\boxed{70}\).
Was this answer helpful?
0
0

Top Questions on Digital Image Processing

View More Questions

Questions Asked in GATE GE exam

View More Questions