搜索资源列表
matlab_sourcecode_for_Axes
- FPEXTRACTDEMO 指纹特征提取演示程序 一个完整的指纹特征提取程序。包括常用的所有算法... 选项: - Centralize: 二值化图像,计算中心点 - Crop: 图像修剪 - Sectorize: 可视化扇形 - Normalize: 归一化输入图像 - Gabor filters: 可视化Gabor滤波器 - Convolute: 计算输入图像和Gabor滤波器的convolution - Features: 特征可视化 - Fing
zwsb
- 一个指纹识别的程序,没有做到匹配,只作到特征提取。没有取出伪特征点。所以还请下载的人多看论文,作去伪特征点的程序和匹配算法。
zwsb_
- 指纹识别的matlab程序,实现指纹图片的二值化、细化、计算图形中心、存入数据库、指纹匹配等功能,
looking
- 模式匹配法来匹配指纹,这篇文章写啦整体的原理和实现方法
I_14
- 本文对指纹特征点的提取,特征点的匹配,用matlab进行了实现-In this paper, the fingerprint feature points extraction, feature point matching, was realized with matlab
matlab
- 本程序是用matlab实现指纹识别。里面附带指纹图片,并用其作为例子实现指纹图像的匹配。-This procedure is used to achieve fingerprint matlab. Attached inside the fingerprint image, and its image as an example the realization of the matching fingerprint.
fingerprintmatching
- 实现读取指纹图像,预处理,特征提取与匹配。-Achieve read fingerprint image, preprocessing, feature extraction and matching.
finmatlab
- 一个是用matlab实现指纹识别程序。里面附带指纹图片,并用其作为例子实现指纹图像的匹配。-One is to use matlab to achieve fingerprint identification procedure. Which comes with the fingerprint image, and use it as an example to achieve the matching fingerprint images.
Ass_DIP_2010
- 指纹读取 识别 滤波,关于3个指纹的读,改,和另外一个指纹进行匹配-Fingerprint reader identify the filter, on the three fingerprint read, change, and another to match a fingerprint
fingerprintconnect
- 能够将扫描得到的指纹图像连接并去噪,以便能够更好地与指纹库中的图片进行匹配-the program can improve the connectivity of some fingerprint pictures.
zengqiang
- 一个用matlab编写的基于的指纹匹配程序,可以下载来看看,希望对你有所帮助。-Written by matlab a fingerprint-based matching procedure, you can download to see, you want to help.
zhiwenshibiesuanfa
- 本文利用指纹纹线的结构信息,提出了一套基于纹线结构的特征提取和匹配算法。-In this paper, the structure of the fingerprint ridge information, a set of ridge structures based on feature extraction and matching algorithms.
zhiwenshibie
- 基于matlab的指纹识别程序,能够完成指纹识别的功能,包括预处理,特征提取,匹配等特征-Matlab-based fingerprint identification process to complete the fingerprint features, including preprocessing, feature extraction and matching characteristics
fingerprint-matching-algomrith
- 基于matlab平台的完整的指纹匹配算法。-Complete fingerprint matching algorithm matlab platform.
work
- 指纹识别预处理、匹配的全部过程,matlab程序-All pretreatment process fingerprint identification, matching, matlab program
Fingerprint-matching
- 基于matlab指纹匹配源代码,特征识别,特征匹配 -Fingerprint matching based on matlab source code, feature recognition and feature matching
指纹识别完整程序
- 包含中心点求取,图像增强,Gabor滤波,fingercode匹配,界面使用GUI设计,并能进行中心点校正
simhash_sourcecode
- 文本文件,网页内容相似度匹配hash算法源代码,用于生成文件指纹,并根据文件指纹生成文件相似度。有windows和linux2个系统的源代码。-the sourcecode is about fies and web pages similarity match algrithm.
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on