Image Filtering
Image Filtering
Non linear filters are use to detect edges. Those filtering techniques
are more effective than linear filters. In linear filtering, image
details and edges are tend to blur. Gaussian filter, Laplacian filter
and Neighborhood Average (Mean) filter can be identify as
examples for linear filters. Median filters are non linear filters. The
next part of this article is the discussion about different linear and
non linear filters.
Median Filter…