搜索资源列表
指纹识别程序
- 一个指纹细节点识别的小程序,包括边缘检测,指纹细化,细节点提取和匹配等-a fingerprint minutiae of small identification procedures, including edge detection, fingerprint details, and details of extraction and matching
thinning.rar
- 指纹识别预处理过程的指纹细化的实现,可以有效的降低指纹识别的复杂度,提高指纹识别的准确性与可靠性。,Pretreatment process of fingerprint identification fingerprint detailed implementation, can effectively reduce the complexity of fingerprint recognition, fingerprint recognition improve the accuracy a
FingerPrintVerify
- 这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配-This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition stan
FingerPrintProcess
- 指纹识别实验平台的预处理部分,对指纹图像进行方向场估计、分割后细化,为提取特征做准备,压缩包中有指纹图像,-Experimental platform Fingerprint Preprocessing of fingerprint images in the direction of the market is estimated that after the partition refinement, in order to extract features of so ready, com
2008100519500404
- :基于matlab的指纹识别系统指纹识别 图像处理 细化 识别前的工作-: Matlab-based fingerprint identification system fingerprint identification image processing refine the work of the former
fingerprint_test
- 实现指纹图像的增强,分割以及细化。可运行-realize fingerprint image enhancement, segmentation and thinning.
xihua
- 自己编写和收集的指纹细化方法集合,对学习指纹的人来说是福音。-I have written and collected by refining methods of fingerprint collection of fingerprints of people studying for the Gospel.
Fingerprint
- 包括指纹图像的直方图、滤波、二值化、细化等一些流程,处理后的图像增强效果较明显!!! 具有通用性,也可以用在普通图像上,图像的某些区域增强效果明显。-Including the fingerprint image histogram, filtering, thresholding, thinning and some other processes, processed image enhancement effect more obvious! ! ! Generic, can a
fingerD
- 指纹识别的几个例子,以及源代码。包括很多模块,比如二值化,细化,图形矫正等。-A few examples of fingerprint recognition, as well as the source code. Includes many modules, such as binarization, thinning, correction and other graphics.
FingerPrint_WholeProcess
- 指纹处理的这个过程代码,有梯度,方向场,分割,均衡,收敛,平滑,增强,二值化,细化和特征点标记的功能。下载即可用-This is a program about the whole process of fingprint,including Grad,Oritation,Segment,Equalization,Coverge,Smooth,Enhance,Binary,Thinning and Mark.It can work immediately as soon as you downl
findoutfinger
- 这是一个完整的指纹识别程序,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。-This is a complete fingerprint recognition program, which includes the histogram equalization, Gabor filter image enhancement, pattern filtering, texturing, th
FingerPrint
- 可靠的指纹图像细化处理算法,采用opta-Reliable fingerprint image thinning algorithm, using opta
指纹识别源代码 - finger
- 指纹识别预处理,预处理包括图像增强,图像细化,寻找奇异点,细节检测(Preprocessing of fingerprint identification)
指纹识别matlab源代码
- 代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
matlab指纹特征提取[1]
- 实现指纹图像的细化。 实现指纹图像的特征点提取。 实现特征图像的细化去伪。 编写代码实现上述功能。(The thinning of the fingerprint image is realized. The feature point extraction of fingerprint image is realized. To realize the refinement of the feature image. Write the code to implement t
指纹识别
- 指纹图像基于小波变换的各种处理进行了分析、总结。图像处理包括基于小波变换的指纹图像滤波处理和基于小波的指纹图像增强处理。同时介绍指纹图像的预处理:目的是去除指纹图像中的噪音,将其转化为一幅清晰的点线图,便于提取正确的指纹特征。它分四步进行,即灰度滤波、二值化、二值去噪、细化。(The fingerprint image is analyzed and summed up based on the various processing of wavelet transform. Image pro
zhiwen
- 能够实现对一般指纹图案的灰度读取,二值化,指纹细化(Realize gray reading, two value, fingerprint thinning)
MATLAB指纹识别
- 本文主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。 该课题为基于MATLAB的指纹识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统指纹识别不易得到高分,基本都是对指纹进行处理,而没有比对两者指纹是不是同一个人,轻易
MATLAB指纹识别(GUI,比对两幅指纹,完美运行)
- 本设计为基于MATLAB的指纹识别系统。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint identification system based on MATLAB
MATLAB指纹门禁系统GUI界面
- 本设计为基于MATLAB的指纹识别系统。带GUI可视化平台。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is based on Matlab fingerprint identificatio