Image algorithm---surface fuzzy algorithm

Source: Internet
Author: User

PS has a surface blur function, this function can be preserved at the edge of the image of the flat area of the fuzzy filtering, this function can achieve a good effect of grinding skin, its algorithm is as follows:


This algorithm is very simple, set the radius r, to get a side length (2r+1) of the Square window, then the pixel value of the center pixel of the window is X, of course, for the pixel RGB three components, it is necessary to calculate separately, so the time consumption of the algorithm is relatively large.

Similar algorithms also have bilateral filtering, but this kind of filtering is generally more time-consuming, although the bilateral filter can be in real-time on the PC, but there are still large problems in the mobile phone side.

Some comparisons are given below:


Original chart Face Blur (r=20,y=28)


Bilateral filtering (R=20)

It can be seen that the effect of the surface blur is better than the bilateral filter effect!


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Image algorithm---surface fuzzy algorithm

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.