读书人

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

发布时间: 2012-09-22 21:54:54 作者: rapoo

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()

查看演示

读书人网 >图形图像

热点推荐