搜索资源列表
自动指纹识别系统设计
- 自动指纹识别系统设计-Automated Fingerprint Identification System Design
fingermatch
- 一个指纹识别系统,里面含有几张指纹图片,和详细的英文使用说明。希望对大家能有所帮助。-a fingerprint identification system, it contains several fingerprint images, and detailed use of English. We can hope for some help.
fringerrecognition
- 一个指纹识别系统,利用的是经典的算法。系统图形界面功能强大-a fingerprint identification system using the classical algorithm. System powerful GUI
FingerPrint_source_code
- 北京航空航天大学指纹识别系统,好好学习一下(^_^)
Gabor函数实现基于结构的指纹识别
- 这是我找的一个指纹识别系统,大家可以来参考一下
FingerprintDemo
- 指纹识别系统,用VC++开发实现,具体可以参加北大人工智能实验室介绍
matlab sourcecode for 指纹
- 基于matlab的指纹识别系统,采用基于细节点对比,输入图像必须是256×256,8-bit灰度值,500dip的指纹。-Matlab-based fingerprint identification system based on Minutiae contrast, imported images must be 256 x 256.8-bit gray scale values 500dip fingerprints.
指纹识别C++源码
- 指纹识别代码 用c++ 编的 指纹识别系统设计-fingerprint identification code using the c series Fingerprint Identification System Design
gabor2.rar
- 指纹识别系统设计时gabor滤波的一段简单小程序,Fingerprint Identification System gabor filter design for a simple applet
vc
- 完整的c++指纹识别系统源码,来自网上,我还没有验证-Complete c++ Fingerprint Identification System source code, from the Internet, I have not verify
Gabor_2dpca_pca
- 指纹识别系统设计全过程实现 matlab软件环境实现-Fingerprint identification system the entire process of design implementation software environment implementation matlab
figerprinterRecoginition
- 指纹识别系统,该系统用MATLAB语言编制而成,主要实现模式识别中常用的指纹识别。且该文件中含有测试样本。并附有程序使用说明(详见read_me)。-Fingerprint Identification System, the system by using MATLAB language, mainly used in pattern recognition to achieve fingerprint identification. And the document containing t
fingerprintsourcecode
- 北航开发的指纹识别系统,编译都没问题,因为缺少原图像库,因此程序运行可能有点问题,但是源码可供大家交流参考。-BUAA developed fingerprint identification system, the compiler no problem because the lack of the original image database, it may be a bit run, but to facilitate the exchange of source code for r
Fingerprint_recongnition
- 一个指纹识别系统,用于提取指纹的特征。采用Matlab编译。包括若干测试图片。-A fingerprint identification system used to extract the fingerprint features. Compiled using Matlab. Including a number of test images.
finger
- 指纹识别系统,包括源代码及图片。非原创。(The fingerprint identification system, including the source code and the picture. Not original)
基于MATLAB的指纹识别系统并且带有gui界面
- 对指纹进行处理,指纹识别,带有GUI界面,但是需要付费才能得到代码(Fingerprint processing and fingerprint recognition)
指纹识别的matlab源码
- 一个指纹识别系统的源码,附带了测试图片,运行正常。(A fingerprint identification system source code, with a test picture, running normally.)
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on