1 / 18
文档名称:

指纹识别系统算法的设计与实现.doc

格式:doc   大小:551KB   页数:18页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

指纹识别系统算法的设计与实现.doc

上传人:63229029 2017/11/10 文件大小:551 KB

下载得到文件列表

指纹识别系统算法的设计与实现.doc

文档介绍

文档介绍:题目单片机指纹识别系统、算法的设计与实现
摘要
本文介绍了指纹识别系统的基本结构和整体流过程,并且从硬件系统和软件系统两个主要方面探讨了设计指纹识别系统的基本方法。
硬件系统的设计主要是基于MCS-51系列单片机、FPS200指纹传感器、RS232串口芯片的电路连接以及相关的程序设计;软件系统的设计主要是指纹识别系统算法的设计,其中包括图像处理和图像识别两个方面,并且在MATLAB编写平台上实现了图像处理的算法。通过实验显示,该系统采集的指纹图像较清晰、失真较小,处理后的图像轮廓分明、特征突出,利于指纹分类与识别。
通过对指纹识别系统的研究、设计与开发,综合运用了信号采集及接收技术,图像处理及识别技术, 基本实现了利用单片机进行指纹识别系统开发的目的。
全文内容分为五章:第一章为绪论;第二章包括系统设计的电路硬件部分的组成和数据采集算法;第三章是指纹图像处理与识别算法的设计;第四章是主要算法的实现以及指纹识别系统实验与结果分析;第五章为总结。
关键词:指纹识别;FPS200指纹传感器;MCS-51系列单片机;图像处理; 图像识别
Abstract
In this paper, we introduce the basic structure of fingerprint identification system and its main program. We also discuss on how to design a fingerprint identification system in two aspects including hardware system and software system. Hardware system is based on the circuit connection with the series of MCS-51 chip, FPS200 fingerprint sensor and RS232 interface chip, and also including the program design of the chip; software system is included two main aspects, image processing and image identification, and we give the program of the image processing puter language(MATLAB). The results show that the images acquired from the system proposed in this paper are more clear and less distorted, and the processing images are more distinguish , the images after transform are wonderful prepare for classification and identification of fingerprints.
The full text contents include five chapters: 1. The first Chapter is introduction; 2. The second Chapter is the design of the hardware and the receive program of data. 3. The third Chapter is the Implement Algorithm of image processing and the image identification ; 4. The fourth Chapter is the implement of main Algorithm and analysis of experiment; 5. The fifth Chapter is summary.
Key words: fingerprint identification; FPS200 fingerprint sensor; the series of MCS-51 chip; image processing; image identification
目录
第一章绪论 1
综述 1
指纹识别技术的发展历史 2
第二章指纹识别系统的硬件设计 3
概述 3
主要芯片的功能介绍 3
FPS200半导体指纹传感器 3
硬件平台的设计方案 4
第三章指纹图像处