Question:

Which one of the following is NOT a linear operation?

Show Hint

Any filter that computes a weighted sum is linear. Order-statistic filters (median, min, max) are nonlinear.
Updated On: Aug 29, 2025
  • Convolution
  • Moving average
  • Filtering with a median filter
  • Similarity transformation
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Convolution is a linear operator (it satisfies additivity and homogeneity).
The moving–average filter is a special case of linear convolution with a box kernel.
A similarity transformation (uniform scale $+$ rotation $+$ optional translation) is linear in the intensity domain and affine in geometry; it preserves linearity of combinations of signals.
The median filter selects the median of samples in a window, which does not satisfy additivity or homogeneity (e.g., $\text{median}(x+y)\neq\text{median}(x)+\text{median}(y)$). Hence it is nonlinear.
Was this answer helpful?
0
0

Top Questions on Digital Image Processing

View More Questions

Questions Asked in GATE GE exam

View More Questions