What is linear filtering and non-linear filtering?

Source: Internet
Author: User
Linear filtering of digital image processing:
Output image fo (x, y) = T [fi (x, y)], T is a linear operator, that is: the value of each pixel in the output image is the result of the weighted sum of the values of each pixel in the input image.
Non-linear filtering operators include non-linear operations such as absolute value acquisition and zero placement.

The raw data and the filtering result of a linear filter are arithmetic operations, that is, they are implemented using addition, subtraction, multiplication, division, and other operations, such as the mean filter (the average value of the pixel gray value in the template) and Gaussian filter (Gaussian weighted average. Since linear filters are arithmetic operations and have fixed templates, the transfer function of the filter can be identified and unique (the transfer function is the Fourier transformation of the template ).
The raw data of a non-linear filter has a logical relationship with the filter result, that is, it is implemented by logical operations, such as the maximum filter, minimum filter, and median filter, it is achieved by comparing the gray scale values in a certain neighborhood. There is no fixed template, so there is no specific transfer function (because there is no template for Fourier transformation). In addition, expansion and corrosion are also achieved through the maximum and minimum filters.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.