搜索资源列表
fvs_vc_net_03
- 用VISUAL C++编程实现指纹图像的特征提取以及对指纹图像的识别-Utilising VISUAL C++ to make programs, we can get the characters of image and identify the image of finger mark
matlab_sourcecode_for_Axes
- FPEXTRACTDEMO 指纹特征提取演示程序 一个完整的指纹特征提取程序。包括常用的所有算法... 选项: - Centralize: 二值化图像,计算中心点 - Crop: 图像修剪 - Sectorize: 可视化扇形 - Normalize: 归一化输入图像 - Gabor filters: 可视化Gabor滤波器 - Convolute: 计算输入图像和Gabor滤波器的convolution - Features: 特征可视化 - Fing
zwsb
- 一个指纹识别的程序,没有做到匹配,只作到特征提取。没有取出伪特征点。所以还请下载的人多看论文,作去伪特征点的程序和匹配算法。
matlabsourcecodefor
- 基于Mtalab实现的指纹特征提取的实例
fingerprint
- 指纹图像特征提取,采用matlab编程实现-Fingerprint image feature extraction, using matlab programming
I_14
- 本文对指纹特征点的提取,特征点的匹配,用matlab进行了实现-In this paper, the fingerprint feature points extraction, feature point matching, was realized with matlab
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
fingerprintmatching
- 实现读取指纹图像,预处理,特征提取与匹配。-Achieve read fingerprint image, preprocessing, feature extraction and matching.
FFVSDK
- Fingerprint Verification SDK 包涵: 指纹特征提取和识别算法 指纹扫描仪支持模块 编程例子 SDK 文档 -Fingerprint Verification SDK contains: * Fingerprint feature extraction and matching algorithm * Support modules for fingerprint scanners * Programming sa
Fingerprint_recongnition
- 一个指纹识别系统,用于提取指纹的特征。采用Matlab编译。包括若干测试图片。-A fingerprint identification system used to extract the fingerprint features. Compiled using Matlab. Including a number of test images.
zhangwen
- 基于MATLAB实现指纹特征提取 改进的指纹图像分割算法 论文-matlab zhiwentezhengtiqu zhiwenfengesuanfa
325234
- 基于信息融合的指纹特征点提取方法Information Fusion Based on Fingerprint feature extraction method-Information Fusion Based on Fingerprint feature extraction method
zhiwenshibiesuanfa
- 本文利用指纹纹线的结构信息,提出了一套基于纹线结构的特征提取和匹配算法。-In this paper, the structure of the fingerprint ridge information, a set of ridge structures based on feature extraction and matching algorithms.
FingerPrint-Application
- “FingerPrint-Application.zip”。使用Matlab实现对指纹特征点的提取。该代码详细列出了提取的全过程,并配有图片显示。-this code using matlab to gain fingerprint features abstration.
zhiwenshibie
- 基于matlab的指纹识别程序,能够完成指纹识别的功能,包括预处理,特征提取,匹配等特征-Matlab-based fingerprint identification process to complete the fingerprint features, including preprocessing, feature extraction and matching characteristics
GGabbor_toolla
- Gabor 滤波器工具箱,包含各种Gabor滤波器的函数,可用于于图像滤波处理,特征提取,如人脸,掌纹,指纹识别等。 已通过测试。 -Gabor Filter Toolbox contains a variety of Gabor filter function, can be used to deal with image filltering, feature extraction, such as face, palmprint, fingerprint recognition. Ha
fingerprint-feature-extraction-
- 本文设计了一套指纹图像预处理和指纹特征提取算法, 利用方向滤波的方法对原始图像进行增强,使用改进的细化算法进行细化, 最后基于脊线跟踪的方法, 用改进的算法更为简洁而有效地避免了各种伪特征。设计的算法经Matlab 实现, 实验效果良好。-Designed a fingerprint image and fingerprint feature extraction algorithm using directional filtering the original image enhanceme
zhiwenchibie-matlab
- 指纹识别各个源代码,包括图像处理、特征提取、模板比对等-Fingerprint identification of the source code, including image processing, feature extraction, template equivalence
指纹识别matlab源代码
- 代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on