- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
摘 要
随着生物识别技术的不断发展,人们发现每个人的指纹具有唯一性和不变性。因此指纹识别技术逐步发展为一种新的身份识别方式,并且凭借其良好的安全可靠性,大有取代传统身份识别方式的趋势。
本文简要介绍了指纹识别的基本步骤,分别是指纹图像预处理、指纹特征提取、指纹匹配。在图像预处理中,依次介绍了规格化处理、图像增强、二值化处理和细化处理的方法。预处理后将得到一幅宽度为一个像素的细化二值图像,然后通过特定的端点和交叉点的特征进行指纹匹配。论文中采用MATLAB编程实现全部算法。
关键词:指纹识别,图像处理,特征提取,特征匹配
Abstract
With the continuous development of Biometric Identification Technology,People found that each persons fingerprint has uniqueness and invariant.Therefore Fingerprint Identification Technology gradually developed as a new identity recognition mode,and with its good safety and reliability,it has replaced the traditional identification way trends.
This paper briefly introduces the basic step of Fingerprint Identification,they are Fingerprint image preprocessing, Fingerprint characteristic extraction,Fingerprint matching.In the Fingerprint image preprocessing,in turn introduced the normalized processing, Image enhancement, Binary treatment and Refining processing method.After pretreatment will get a picture for a pixel width of twenty-first-century binary image,then through the particular endpoint and intersection on the characteristics of the Fingerprint matching.This paper using Matlab programs all algorithm.
Key words Fingerprint identification Image processing Feature extraction
Feature matching
目 录
摘要 I
Abstract II
第1章 绪论 1
1.1 研究背景及意义 1
1.2 国内外研究现状及分析 1
1.3 设计内容与要求 2
第2章 指纹识别的基本理论及应用 3
2.1 指纹识别的原理和方法 3
2.1.1 指纹的特征与分类 3
2.1.2 指纹识别的原理和方法 3
2.2.1 算法的精确度 4
2.2.2 误识率和拒识率的测试方法 4
2.2.3 系统参数 4
2.3 指纹识别技术的应用 5
2.4 指纹识别的可靠性 5
2.5 本章小结 6
第3章 指纹图像处理及特征提取与实现 7
3.1 方法概述 7
3.2 方向图的计算 8
3.2.1 求点方向图 8
3.2.2 由点方向图求块方向图的算法 8
3.2.3 最小均方估计块方向算法 9
3.3 指纹图像的滤波 10
3.4 基于方向图的动态阀值指纹图像二值化方法 12
3.5 指纹图像的细化算法 13
3.6 特征提取及其后处理 15
3.6.1 特征点的提取 15
3.6.2 假特征点的去除 16
3.6.3 细节点信息的提取及记录 16
3.6.4 指纹识别中细节点的匹配 17
3.7 本章小结 18
第4章 指纹识别算法的MATLAB实现 19
4.1 MATLAB简介 19
4.1.1 MATLAB 的概况 19
4.1.2 MATLAB产生的历史背景 19
4.1.3 MATLAB 的语言特点 20
4.1.4 MATLAB在指纹识别中的应用 21
4.2 指纹图像预处理 22
4.2.1 图像规格化 22
4.2
文档评论(0)