Application example of image processing: Gauss fuzzy principle and algorithm

Source: Internet
Author: User

Small knowledge:

Gaussian Blur is a widely used technique in image processing, which is usually used to reduce noise and reduce the level of detail. This fuzzy technology produces images that visually look like a translucent screen looking at the image. Gaussian Blur is also used in the preprocessing phase of computer vision algorithm to enhance the image effect under different dimensions.

Typically, the image processing software provides a "blur" (blur) filter that blurs the picture.

There are many kinds of "fuzzy" algorithms, one of which is called "Gaussian Blur" (Gaussian Blur). It uses a normal distribution (also known as a "Gaussian distribution") for image processing.

This article introduces the "Gauss Blur" algorithm, you will see this is a very easy to understand the algorithm. In essence, it is a data smoothing technique (smoothing), which is suitable for many occasions, and image processing provides an intuitive application example.

The principle of Gauss Blur

The term "blur" is understood to mean that every pixel takes the average of the surrounding pixels.

In the above picture, 2 is the middle point, the periphery point is 1.

The "Middle point" takes the average of the "around Point" and becomes 1. In numerical terms, this is a kind of "smoothing". In the graph, it is equivalent to produce a "blur" effect, "middle point" loss of detail.

Category:
  • PS Getting Started tutorial

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.