指纹锁的设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
(2009届)
本科毕业设计(论文)资料
题目名称:指纹锁的设计与实现
学院(部):计算机与通信学院
专业:通信工程
学生姓名:周兰兰
班级:通信051 学号0540820124 指导教师姓名:许中华职称副教授
最终评定成绩:
湖南工业大学教务处
2009届
本科毕业设计(论文)资料
第一部分设计说明书(或毕业论文)
(2009届)
本科毕业设计(论文)
指纹锁的设计与实现
学院(部):计算机与通信学院
专业:通信工程
学生姓名:周兰兰
学号 0540820124 班级:通信051
指导教师姓名:许中华职称副教授
最终评定成绩
2009 年 06 月
摘要
随着信息技术的快速发展,传统的身份识别方式(诸如密码、证件等)已经不能满足不断增加的安全需要,身份识别已经成为信息安全领域所面临的一个难题。作为一种飞速发展的技术,指纹识别已经在刑侦领域大显身手,在身份认证等民用领域,这项技术也具有广阔的应用空间。恰当地把指纹识别系统应用到门禁锁上去,能更有效地实现门锁产品智能化和防盗的目标。
论文采用具有较大存储力,低功耗,高性能的8位AT89C51单片机和独立的指纹识别模块SM-2B,结合指纹识别的应用情况,以指纹算法在门禁锁上实现的思想为指导,运用成熟的指纹识别算法和单片机技术,设计和实现了一个高性能、低成本、低功耗、识别速度快的指纹锁系统。该系统具有指纹开锁,指纹录入,指纹删除,应急密码开锁(指纹受损、指纹被盗、主人未在家允许客人进入),智能报警,电压监测等功能,所涉及的技术成熟,操作简单方便,实用性很强,具有广泛的使用价值和应用前景。
关键词:指纹锁,AT89C51单片机,指纹识别
ABSTRACT
With the development of electronic information technology, the traditional identification technology, such as password and certificate, can not satisfy the need of safety. Identification has become much more serious than before. The fingerprint recognition technology is developing very fast and used in many fields. As a rapidly developing technology, fingerprint identification has been shown their talents in the field of criminal investigation, and in the field of authentication, the technology also has broad application space.
In this paper, combined with the application of fingerprint recognition, fingerprint algorithm in order to lock in access control to achieve as a guide, the use of sophisticated algorithms and embedded systems fingerprint technology, design and realization of a high-performance, low-cost, low power consumption, to identify the lock system is fast. In this paper, the following aspects from the research work carried out: for the analysis of biometric technology, fingerprint identification system at home and abroad prospect of development and market demand, the application of fingerprint recognition algorithm and the conditions of the existing hardware and software, system design, a Embedded lock program, which includes hardware and software platform for the design of structures to achieve.
Keywords: fingerprint lock, single-chip microcomputerAT 89C51, fingerprint identification
目录
第1章绪论 (1)
1.1课题的来源和意义 (1)
1.2 国内外的研究现状 (1)
1.2.1指纹锁技术概述 (1)
1.2.2 指纹锁的应用 (2)
1.2.3 指纹锁的发展前景 (2)
1.3 系统总体设计方案和论文结构 (3)
第2章指纹识别技术 (5)
2.1 指纹特征分析 (5)
2.1.1 指纹特征分类 (5)
2.1.2 指纹特征分析 (6)
2.2 自动指纹识别技术的分类及基本原理 (7)
2.2.1 自动指纹识别系统的分类 (7)
2.2.2 指纹识别的原理和方法 (8)
2.3 指纹识别技术应用及发展 (10)
2.3.1 指纹识别技术的应用 (11)
2.3.2 指纹识别技术的发展前景 (11)
第3章指纹识别算法 (13)
3.1 指纹识别算法概述 (13)
3.2 脊线方向的计算 (13)
3.3 脊线频率的计算 (14)
3.4 指纹图像的滤波 (14)
3.5图像二值化方法及指纹图像的细化算法 (15)
3.6 特征提取及其后处理 (16)
3.6.1特征点的提取 (16)
3.6.2.细节点信息的提取及记录 (16)
3.6.3 指纹识别中细节点的匹配 (17)