搜索资源列表
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.
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
Fingerprint_recongnition
- 一个指纹识别系统,用于提取指纹的特征。采用Matlab编译。包括若干测试图片。-A fingerprint identification system used to extract the fingerprint features. Compiled using Matlab. Including a number of test images.
Fingerprint_Identification_System_Implementation_V
- 指纹识别系统VC和matlab实现:包涵VC和matlab实现源码!-Fingerprint Identification System VC and matlab implementation: bear with VC and the matlab implementation source!
Fingerprint_matlab
- 基于Matlab的识别程序: 应用于指纹分析及识别系统-Matlab-based identification procedures: application to fingerprint analysis and identification system
fingerprint-preparation
- 基于matlab的指纹识别系统研究 指纹图像预处理部分-fingerprint identification based on matlab
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