How to determine whether a picture is a Gaussian blur image

WBOY
Release: 2016-08-04 09:20:13
Original
815 people have browsed it

How to determine whether a picture is a Gaussian blur image? Is there any PHP implementation?

Reply content:

How to determine whether a picture is a Gaussian blur image? Is there any PHP implementation?

I don’t know if the imagick extension in php can achieve what you said. Please refer to the documentation and take a look at imagick

This is difficult to judge.

But there is an idea, because the pictures generated by the Gaussian blur algorithm will have certain characteristics in the data (after all, the algorithm results obey the normal distribution, but it seems that all blurs have this characteristic), but the fuzzy algorithm has weights Yes, you can start from this angle.

I have never studied computer graphics seriously. . . It's not a good answer, I can only give you a general idea.

Ruan Yifeng-Gaussian Fuzzy Algorithm

I’m still in the learning stage and don’t quite understand it. I hope this article can be helpful to you

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!