搜索资源列表
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.
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
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
- 这是基于matlab编写的一套用于指纹识别的源码,可以即得即用,很是详细。-This is based on the preparation of a set of matlab source code for fingerprint recognition, which you can get that is used, it is detailed.
source
- 指纹识别源程序,MATLAB环境下编制!-Fingerprint identification source, MATLAB environment, preparation!
Fingerprint_recongnition
- 一个指纹识别系统,用于提取指纹的特征。采用Matlab编译。包括若干测试图片。-A fingerprint identification system used to extract the fingerprint features. Compiled using Matlab. Including a number of test images.
fingerprintMATLAB
- 这个是指纹识别的matlab程序,主要使用的方法是Gabor滤波器-matlab program of fingerprint recognition
fingerprintMATLAB3
- 指纹识别算法的matlab程序,用的算法是gabor滤波器-matlab program of fingerprint recognition algorithm , using the algorithm of gabor filter
getminu
- 关于指纹识别的一些利用matlab进行图像预处理的源程序-Some of the use of fingerprint matlab source code for image preprocessing
finger_segment
- 指纹识别源代码,用matlab编程实现的指纹识别源代码,简单易懂,非常实用-Using Guide:matlab 6.5 version (or over version) + image proceesing tools The 1st step, change the files directory as the matlab current directory The 2nd step, in the "command" window, input "GUI", t
figure
- 用matlab做的指纹识别算法,目前做到了增强,用的是linhong的算法-Matlab to do with the fingerprint recognition algorithm, the current did increase, the algorithm used is linhong
Fprec
- 基于matlab的指纹识别完整程序 100 可运行-Fingerprint Identification Based on a complete program matlab
指纹识别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