基于人脸识别考勤系统

基于人脸识别考勤系统

基于人脸识别考勤系统

  • 适用:本科,大专,自考
  • 更新时间2024年
  • 原价: ¥303
  • 活动价: ¥200 (活动截止日期:2024-04-30)
  • (到期后自动恢复原价)
基于人脸识别考勤系统

基于人脸识别考勤系统
摘要:随着科学技术的快速发展,自动化、轻型化、高效化的生产需求,使得整个信息产业快速发展,图像识别技术也逐渐步入历史的舞台,尤其在刑侦破案、图像解锁、公司考勤、表情分析等领域,逐渐成为科研人员争相热捧的香饽饽。人脸识别技术,是基于人的脸部特征信息进行身份识别的一种生物技术。用摄像机或摄像头采集含有人脸的图像或视频流,并自动在图像中检测和追踪人脸,进而对检测到的人脸进行脸部的一系列相关技术,通常也叫做人像识别、面部识别。
在一个人脸识别系统中,其中非常重要的是应用多种预处理技术对将要识别的图片进行标准化处理。多数人脸识别算法对光照条件十分敏感,所以假如在暗室训练,在明亮的房间就可能不会被识别出来等等。这个问题可归于“lumination dependent”,并且还有其它很多例子,比如脸部也应当在图片的一个十分固定的位置(比如眼睛位置为相同的像素坐标),基本固定的大小,不同的旋转角度,不同款式头发、装饰和表情(笑,怒等),光照方向(向左或向上等),这就是在进行人脸识别前,使用好的图片预处理过滤器十分重要的原因。你还应该做一些其它事情,比如去除脸部周围的多余像素(如用椭圆遮罩,只显示其内部的人脸区域而不是头发或图片背景,因为他们的变化大多在脸部区域)
现有的人脸识别算法有很多,开发工具和开发语言更是应有尽有,本系统主要应用的开发软件是Microsoft Visual Studio 2012,数据库采用的是SQL Server 2012,在实现人脸识别模块中调用EmguCV的库函数。运用软件工程设计的方法,对系统进行需求分析、系统总体设计、对模块进行详细的设计和数据库设计等步骤。
关键词:人脸识别;考勤系统;面部识别;特征提取
Face recognition System of check on work attendance
Abstract:With the rapid development of science and technology, automation, light-duty, highly efficient production requirements, make the whole information industry fast development, the image recognition technology are gradually stepping into the stage of history, especially in the forensic investigation, image unlock, company attendance, expression analysis and other fields, has gradually become the beacon of scientific research personnel rushed to rush. Face recognition technology, is based on the identity of the person's facial features information a biological technology. With a camera or camera collection contains face images or video stream, and automatically detecting and tracking human face in the image, and then to detect face to face a series of related technologies, often also called portrait recognition, facial recognition.
In a face recognition system, which is very important is the application of a variety of pretreatment technology for standardizing to identify images.Most face recognition algorithm is sensitive to light conditions, so if the training in a dark room, in the bright room may not be identified, and so on.This problem can be attributed to "lumination dependent", and there are many other examples, such as the face should be in the picture a very fixed location (such as eye position for the same pixel coordinates), the size of the basic fixed, different rotation Angle, different hair style, decoration and expression (laughter, anger, etc.), light direction (left or up, etc.), which is before in face recognition, use good image preprocessing filter is very important.You should also do some other things, such as remove redundant pixels around the face (such as elliptical mask, show only the face region rather than within the hair or background images, because most of their changes in facial region)
There are a lot of existing face recognition algorithm, development tools and development language is everything, this system is mainly the development of application software is Microsoft Visual Studio 2012, database using SQL Server 2012, realize face recognition module invokes the EmguCV library functions.By using the method of software engineering design on the system demand analysis, system overall design, the module detailed design and database design steps, etc.
Keywords:face recognition ; attendance system ; face recognition ; feature extraction
目录
基于人脸识别考勤系统 1
第1章 绪论 4
1.1 课题研究的背景和意义 4
1.2 人脸识别国内外研究现状 5
第2章 相关理论介绍 6
2.1 计算机中视觉处理与表示 6
2.2 人脸图像的识别 7
2.3 人脸识别研究的算法和技术 7
2.3.1 AdaBoost算法 8
2.3.2 图像预处理 8
2.3.3 人脸图片Haar特征的提取 10
第3章 系统设计 13
3.1 系统总体模块设计 13
3.2 系统部分功能模块设计 14
3.2.1 前段数据采集设计 14
3.2.2 云端数据库设计 14
3.2.3 终端应用设计 17
第4章 系统实现与部署 20
4.1 总体系统功能流程 20
4.2 前端数据采集流程 21
4.3 云端数据库实现流程 21
4.4 系统重要功能部署 22
4.4.1 人脸识别功能架设要求 22
4.4.2 人脸数据库的配置部署 23
4.4.3人脸的检测和识别 24
第5章 总结与展望 25
5.1 总结 25
5.2 展望 25
参考文献 26
参考文献
[1] 邹思轶.嵌入式Linux设计与应用[M].北京:清华大学出版社,2002,5-18.
[2] 吴国伟,毕玲,陈庆.嵌入式操作系统原理及应用开发[M].北京: 北京航空航天大学出版社,2007,5-23.
[3] A.Pentland,T.Choudhury,Face recognition for smart environments,IEEEComputer,2000:50-55.
[4] Lee,C.H.Kim,J.S.,Park. K.H.Automatic Human Face Location in a ComplexBackground Using Motion and Color Information[J].Pattern Recognition,1996,29(11):1877-1889.
[5] Fukunaga K. Introduction to statistical pattern recognition[M]. Access Online via Elsevier,
1990.
[6]宋晓宁,郑宇杰,杨静宇,等.对称零空间准则下的LDA特征抽取方法[J].计算机辅助设计与图形学学报,2009, 21(3).
[7]韩争胜,李映,张艳宁.基于LDA算法的人脸识别方法的比较研究[J].微电子学与计算机,2005,22(7): 131-133.
[8] 曹海青. 基于嵌入式的人脸识别系统设计 [D]. 青岛: 青岛科技大学, 2011
[9]周杰, 卢春雨, 张长水. 人脸自动识别方法综述 [J]. 电子学报, 2008, 28(4): 102-106.
[10] Arandjelovic, Cipolla R. Face recognition from face motion manifolds using robust kernel resistor-average distance.Proceedings of the IEEE Conference on Compute Vision and Patter Recognition workshop. Washington D.C, 2004: 88-93
[11] Nakamura O, Mathur S, Minami T. Identification of human faces based on isodensity maps. Pattern Recognition, 1991, 24(3): 263-272
[12] 陆其明. DirectShow 开发指南(第 l 版) [M]. 北京: 清华大学出版社, 2003. 127-152.
[13] 刘瑞祯, 于仕琪. OpenCV 教程——基础篇 [M]. 北京: 北京航空航天大学出版社, 2007. 10-12.
[14] 谭铁牛. 中国生物特征认证动态 [M]. 西安: 西北大学出版社, 2003
[15] Turk M, Pentland A. Eigenfaces  for recognition. Journal  of Cognitive Neuroscience 1991, 3(1): 71—86
[16] 刘宏, 李锦涛, 苗军. 多方法融合来解决人脸检测中的光照补偿 [J]. 系统仿真学报, 2001, 13(11): 486-489.
[17]  赵栋.  基于HMM的人脸识别研究与实现[D].  北京:北京化工大学. 2009.
[71]  谈昌彬,李一民.  基于EHMM的人脸识别[J].  云南民族大学学报(自然科学版). 2006, 15(4): 285-288.
[18]  庞文俊.  基于EHMM模型的人脸识别算法研究[D].  西北工业大学. 2006.
[19] Kohir V V. Face recognition using a DCT-HMM approach[C]. IEEE, Image and Vision Computing, 1998, 12(8): 537-543.
[20] Wu Y J, Wang R H, Soon F. Full HMM Training for Minimizing Generation Error in Synthesis[J]. Acoustics, Speech, Signal Procesing, 2007.ICASSP 2007.IEEE.
[21]  谷晓燕,吴乐南.  基于DCT特征向量的EHMM人脸识别算法研究[C].  全国第18届计算机技术与应用(CACIS)学术会议. 2007: 1180-1183.
[22] Qi Y T, Paisley J W, Carin L. Music Analysis Using Hidden Morkov Mixture Models[C] Singal Processing, IEEE Transactions on. 2007, 55(11): 5209-5224.
[23]  赵晶.  基于HMM的人脸识别研究[D].  大连大学, 2008.
[24] Lawrence S, Giles C L, Tsoi A C, etal. Face Recognition: A Convolutional Neural Network Approach.[C]. IEEE Trans on Neural Networks, 1997, 8(1): 98-113.
[25] Dror I E, Florer F L. Neural Networks That Recognize Faces[J]. Porc of SPIE. 1995,2485:123-128.
[26]  李丽.  基于SVM的人脸识别技术研究[D].  中南大学. 2005.
[27] Cartoux J Y, Lapreste J T. Richetin M. Face Authentication or Recognition by Profile Extraction from Range Image[C]. In: Proc of the Workshop on Interpretation of 3D Scense. Austin, USA. 1989. 194-199.
[28] Wiskott L, Fellous J M, Kruger N, etal. Face Recognition by Elastic Bunch Graph Matching[C].IEEE Trans on Pattern Analysis and Machine Intelligence, 1997. 19(7): 775-779.
[29]卢春雨,张长水,闻芳,阎平凡,“基于区域特征的快速人脸检测法”,清华大学学报:自然科学版,2001,39(l):101一105
[30]]杨琼,丁晓青,“对称主分量分析及其在人脸识别中的应用”,计算机学报,2001,26(9):1146一1151

 

 

http://www.bysj360.com/  http://www.bysj360.com/html/4568.html   http://www.bysj360.com/html/4965.html


 

  • 关键词 人脸 识别 考勤系统
  • 上一篇:基于SilkTest的软件自动化测试的计划与实施
  • 下一篇:计算机应用基础网络课程学习系统
  • 暂无购买记录

    暂时没有评论

    真实

    多重认证,精挑细选的优质资源 优质老师。

    安全

    诚实交易,诚信为本。

    保密

    所有交易信息,都为您保密。

    专业

    10年专业经验,10年来帮助无数学子。