已阅读5页,还剩7页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
近几年,人脸识别技术在身份认证领域的应用已经有了较多应用,例如:支付宝、招行的取款、养老金领取等方面,但在杜绝假冒、认证安全性等方面,目前还是一个比较需要进一步解决的课题,特别是在移动端的活体认证技术方面。本文介绍了在HTML5 环境下可以采用clmtrackr.js 检测工具,结合人脸模型,实现人脸的跟踪检测。同时采用动作识别实现活体认证。但本方案只能够在Firefox 或者Chrome中使用。并且只适合研究学习,实际场景中不太理想,需要进一步优化才能够应用。#containerposition:relative;#canvasposition:absolute;left:0;top:0;你的浏览器不支持audio标签。您的浏览器不支持video标签SnapPhotoStart显示不显示张嘴验证摇头验证眨眼验证varshowpos=false;/Puteventlistenersintoplace/window.addEventListener(DOMContentLoaded,function()/Grabelements,createsettings,etc.varcanvas=document.getElementById(canvas),context=canvas.getContext(2d),video=document.getElementById(video),videoObj=video:true,errBack=function(error)if(error.PERMISSION_DENIED)jAlert(用户拒绝了浏览器请求媒体的权限,提示);elseif(error.NOT_SUPPORTED_ERROR)jAlert(对不起,您的浏览器不支持拍照功能,请使用其他浏览器,提示);elseif(error.MANDATORY_UNSATISFIED_ERROR)jAlert(指定的媒体类型未接收到媒体流,提示);elsejAlert(系统未能获取到摄像头,请确保摄像头已正确安装。或尝试刷新页面,重试,提示);/Putvideolistenersintoplaceif(navigator.getUserMedia)/Standardnavigator.getUserMedia(videoObj,function(stream)video.src=stream;video.play();,errBack);elseif(navigator.webkitGetUserMedia)/WebKit-prefixedtrynavigator.webkitGetUserMedia(videoObj,function(stream)video.src=window.webkitURL.createObjectURL(stream);video.play();,errBack);catch(error)alert(error);elseif(navigator.mozGetUserMedia)/Firefox-prefixednavigator.mozGetUserMedia(videoObj,function(stream)video.src=window.URL.createObjectURL(stream);video.play();,errBack);/Triggerphototakedocument.getElementById(snap).addEventListener(click,function()context.drawImage(video,0,0,600,400););document.getElementById(start).addEventListener(click,function()startTrack(););document.getElementById(showposition).addEventListener(click,function()showpos=true;);document.getElementById(hideposition).addEventListener(click,function()showpos=false;);document.getElementById(mouse).addEventListener(click,function()alive_mouse(););document.getElementById(head).addEventListener(click,function()alive_head(););document.getElementById(eye).addEventListener(click,function()alive_eye(););/,false);/活体varlast_time=0;/时间因素varlast_nose_left=0;varlast_nose_top=0;/张嘴动作varis_mouse_ok=false;varis_alive_mouse=false;varlast_dis_eye_norse=0;varlast_dis_mouse=0;functionalive_mouse()varmedia=document.getElementById(media);media.src=mp3/alive_mouse.mp3;media.play();document.getElementById(tip).innerHTML=请张合嘴巴;document.getElementById(result).innerHTML=;is_mouse_ok=false;last_dis_mouse=0;last_time=0;last_dis_eye_norse=100000000;is_alive_head=false;is_alive_mouse=true;is_alive_eye=false;/摇头动作varis_head_ok=false;varis_alive_head=false;varlast_dis_left_right=100000000;functionalive_head()varmedia=document.getElementById(media);media.src=mp3/alive_head.mp3;media.play();document.getElementById(tip).innerHTML=请在水平方向左右摇头;document.getElementById(result).innerHTML=;is_head_ok=false;last_dis_left_right=100000000;last_time=0;is_alive_head=true;is_alive_mouse=false;is_alive_eye=false;/眨眼动作varis_alive_eye=false;varis_eye_ok=false;functionalive_eye()varmedia=document.getElementById(media);media.src=mp3/alive_eye.mp3;media.play();document.getElementById(tip).innerHTML=请眨眼;document.getElementById(result).innerHTML=;is_eye_ok=false;last_dis_eye_norse=100000000;last_nose_left=0;last_nose_top=0;last_time=0;is_alive_head=false;is_alive_mouse=false;is_alive_eye=true;functionstartTrack()varvideoInput=document.getElementById(video);varctracker=newclm.tracker();ctracker.init(pModel);ctracker.start(videoInput);varcanvasInput=document.getElementById(canvas);varcc=canvasInput.getContext(2d);cc.lineWidth=3;functiondrawLoop()/requestAnimationFrame(drawLoop);cc.clearRect(0,0,canvasInput.width,canvasInput.height);/ctracker.draw(canvasInput);varpositions=ctracker.getCurrentPosition();if(showpos&positions)for(varp=0;ppositions.length;p+)positionString+=featurepoint+p+:+positionsp0.toFixed(2)+,+positionsp1.toFixed(2)+;document.getElementById(positions).innerHTML=positionString;if(positions)for(varp=0;p71;p+)cc.beginPath();cc.arc(positionsp0.toFixed(2),positionsp1.toFixed(2),2,0,Math.PI*2,true);cc.closePath();cc.fillStyle=#00FF00;cc.fill();/cc.strokeStyle=red;/0-14轮廓/7下吧,最下/2最左边/12最右边/15-22眉毛/23-27左眼睛五个点/27左眼中间/63-66左眼四个点/28-32右眼睛五个点/67-70右眼四个点/33-43鼻子/62鼻中间/44-61嘴巴/47嘴巴上/53嘴巴下/左眼中间for(varp=27;p=27;p+)cc.beginPath();cc.arc(positionsp0.toFixed(2),positionsp1.toFixed(2),2,0,Math.PI*2,true);cc.closePath();cc.fillStyle=red;cc.fill();/鼻子中间for(varp=62;p=62;p+)cc.beginPath();cc.arc(positionsp0.toFixed(2),positionsp1.toFixed(2),2,0,Math.PI*2,true);cc.closePath();cc.fillStyle=red;cc.fill();/嘴巴上for(varp=57;p=57;p+)cc.beginPath();cc.arc(positionsp0.toFixed(2),positionsp1.toFixed(2),2,0,Math.PI*2,true);cc.closePath();cc.fillStyle=red;cc.fill();/嘴巴下for(varp=60;p500&newDate().getTime()-last_time0&dis_left_rightdis_side/3)document.getElementById(result).innerHTML=通过;is_head_ok=true;is_alive_head=false;last_dis_left_right=dis_left_right;last_time=newDate().getTime();/mouseif(is_alive_mouse=true)if(last_time=0|(newDate().getTime()-last_time500&newDate().getTime()-last_time0&last_nose_top0&Math.abs(positions620-last_nose_left)5&Math.abs(positions621-last_nose_top)0&dn0&dmdis_mouse/10)document.getElementById(result).innerHTML=通过;is_alive_mouse=false;is_mouse_ok=true;last_dis_mouse=dis_mouse;last_dis_eye_norse=dis_eye_norse;last_time=newDate().getTime();last_nose_left=positions620;last_nose_top=positions621;/eyeif(is_alive_eye=true)if(last_time=0|(newDate().getTime()-last_time10)varxdiff1=positions620-positions270;varydiff1=positions621-positions271;vardis_eye_norse1=Math.pow(xdiff1*xdiff1+yd
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 中考物理复习主题单元10第24课时电路识别、连接与设计课件
- 第三章第二节节分子和原子(教案)
- 洛阳市城乡居民基本医疗保险
- 电力行业运维队伍管理办法
- 环保企业法定代表人聘用协议
- 农村公路建设施工安全规范
- 生态环境治理招投标资料清单
- 家庭舞蹈室施工协议
- 企业内部口腔科护士招聘合同
- KTV服务员录用协议书
- 部编版五年级上册《我的长生果》公开课一等奖优秀课件
- 人民调解培训课件(共32张PPT)
- 小学部编版五年级语文上册教案(全)
- 绿化养护报价表
- 《工业革命与工厂制度》
- 课程领导力-资料教学课件
- 老人租房免责协议书
- 特灵中央空调机组RTHD详细介绍
- 2023人民教育出版社在职人员招聘笔试模拟试题及答案解析
- 大学生心理健康教育论文范文3000字(8篇)
- 消费者心理学PPT完整全套教学课件
评论
0/150
提交评论