首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 平面设计 > 图形图像 >

jQuery脸面图像检测插件 - Face Detection

2012-09-22 
jQuery面部图像检测插件 - Face Detection转自给力技术:http://site518.net/jquery-face-detect-plugin/Fa

jQuery面部图像检测插件 - Face Detection
转自给力技术:http://site518.net/jquery-face-detect-plugin/

    Face Detection是一个很强悍的jQuery插件,它所实现的是图像面部识别功能。它可以检测待测图片中的面部信息,匹配到面部信息后将会返回图片中面部的座标位置等信息,你可以用它来实现一些图片分析的功能。
    使用方法:
<script src="jquery.js" type="text/javascript"></script>
<script src="ccv.min.js"></script>
<script src="face.js"></script>
<script src="jquery.facedetection.js"></script>

  之后的使用也很简单,在页面中添加一张图片
    <img src="site.jpg"/>

  最后用如下方法调用
    var coords = $('img').faceDetection()

查看演示

热点排行