首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 在基于PHP的基础图像简单的皮肤检测

在基于PHP的基础图像简单的皮肤检测

资 源 简 介

This is a simple class for detecting skin in images. Each color of a pixel is transformed into the hsv-colorspace and then compared against a skin-color database. Usage $skindetection = new SkinDetection("images/example1.jpg", "output1.png");$skindetection->loadSkinColors("skin_colors.txt");$skindetection->setThresholdH(0.04, 0.04);$skindetection->setThresholdS(0.09, 0.09);#$skindetection->enableImageMagick();#$skindetection->enableResize(50, 10);$return = $skindetection->process();print_r($return); Examples Good Examples images/example1.jpg pixels overall: 32000pixels skin: 16775percent sk

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.221456s