搜索资源列表
指纹识别的MATLAB程序
- 一个指纹识别的MATLAB程序!!!推荐~-a fingerprint identification MATLAB! ! ! Suggest ~
指纹识别
- 指纹识别
gabor2.rar
- 指纹识别系统设计时gabor滤波的一段简单小程序,Fingerprint Identification System gabor filter design for a simple applet
I_14
- 本文对指纹特征点的提取,特征点的匹配,用matlab进行了实现-In this paper, the fingerprint feature points extraction, feature point matching, was realized with matlab
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.
finger
- 指纹预处理程序,MATLAB编的,可以运行-Fingerprint preprocessing procedure, MATLAB series, you can run
fingerrecognize
- 本程序是在matlab的开发环境下,利用对指纹图像进行分类识别-This procedure is a development environment in matlab using the classification of fingerprint images to identify
matlab
- 自己收集到的指纹预处理的各种方法,推荐给需要的朋友们。-Their fingerprints collected from the various methods of pretreatment, required to recommend friends.
matlabSourcecodeForFingerprint
- 用matlab做的指纹提取的源码,具有很好的借鉴作用。-Using matlab to do the fingerprint extracted from source code, with a very good reference.
Gabor_2dpca_pca
- 指纹识别系统设计全过程实现 matlab软件环境实现-Fingerprint identification system the entire process of design implementation software environment implementation matlab
matlab_fvs_12_29_03
- 指纹识别MATLAB程序 绝对原创 指纹识别MATLAB程序 绝对原创-MATLAB procedures fingerprint fingerprint absolutely original absolute original MATLAB program
facedetcer
- 基于贝叶斯理论的指纹识别算法及学习套件, 使用贝叶斯概率论实现对指纹识别,特征码提取,特征对数获取的功能-Based on Bayesian theory and learning algorithm for fingerprint identification kits, the use of Bayesian probability theory to achieve fingerprint, signature extraction, characteristics of the func
指纹定位算法仿真代码
- 定位指纹,室内,算法,欧式距离,最大后验概率,贝叶斯,加权贝叶斯,等(Location, fingerprint, interior, algorithm, Euclidean distance, maximum posterior probability, Bayes, weighted Bayes, etc.)
指纹识别matlab源代码
- 代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
指纹识别算法
- ·详细说明:基于matlab的快速嵌入式指纹识别算法文件列表: 19_7.bmp 22443.bmp 37_3.bmp 37_5_2.bmp 37_7.bmp centralizing.m conv2fft.m Cropping.m fprec.m gabor2(Detailed descr iption: Matlab-based file list of fast embedded fingerprint identification algorith
基于MATLAB的指纹识别系统并且带有gui界面
- 对指纹进行处理,指纹识别,带有GUI界面,但是需要付费才能得到代码(Fingerprint processing and fingerprint recognition)
基于Matlab的指纹识别程序及其演示
- 这是一个基于MATLAB开发平台的指纹识别程序(This is a fingerprint recognition program based on MATLAB development platform.)
指纹识别的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