necrox87/yii2-nudity-detector

该算法尝试根据图像中的皮肤颜色数量来检测图像中的裸露。基于FreebieStock的工作(https://github.com/FreebieStock/php-nudity-detector)

dev-master 2015-10-31 18:50 UTC

This package is auto-updated.

Last update: 2024-09-16 18:55:28 UTC


README

该算法尝试根据图像中的皮肤颜色数量来检测图像中的裸露。基于FreebieStock (https://github.com/FreebieStock/php-nudity-detector)

该算法基于J. Marcial-Basilio等人(2011)的论文。

安装

安装此扩展的首选方式是通过 composer

运行以下命令之一

php composer.phar require necrox87/yii2-nudity-detector "dev-master"

或者将以下内容添加到您的 composer.json 文件的require部分。

"necrox87/yii2-nudity-detector": "dev-master"

用法

扩展安装完成后,只需在代码中简单使用即可