搜索资源列表
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
EAR
- 人耳识别技术是20世纪90年代末开始兴起的一种生物特征识别技术,与其它生物特征识别技术比较具有以下几个特点:(1)与人脸识别方法比较,耳识别方法不受面部表情、化妆品和胡须变化的影响,同时保留了面部识别图象采集方便的优点,与人脸相比,整个人耳的颜色更加一致、图像尺寸更小,数据处理量也更小。(2)与指纹识别方法比较,耳图象的获取是一种被动方式,即通过非接触方式获取耳图像,不存在通过接触传染疾病的机会,因此,其信息获取方式具有容易被人接受的优点。(3)与虹膜识别方法比较,首先,由于人脸和头发的存在,需
fingerprintrecoganitionVC++
- 基于VC++的指纹识别程序,内含四个文件,腐蚀运算源程序,轮廓跟踪源程序,轮廓提取源程序,膨胀运算源程序-VC-based fingerprint identification procedures, consisted of four documents, corrosion Operational source, contour tracking source, contour extraction source and inflating Operational source
matlab_sourcecode_for_Axes
- FPEXTRACTDEMO 指纹特征提取演示程序 一个完整的指纹特征提取程序。包括常用的所有算法... 选项: - Centralize: 二值化图像,计算中心点 - Crop: 图像修剪 - Sectorize: 可视化扇形 - Normalize: 归一化输入图像 - Gabor filters: 可视化Gabor滤波器 - Convolute: 计算输入图像和Gabor滤波器的convolution - Features: 特征可视化 - Fing
zwsb
- 一个指纹识别的程序,没有做到匹配,只作到特征提取。没有取出伪特征点。所以还请下载的人多看论文,作去伪特征点的程序和匹配算法。
get-core
- 指纹识别特征电提取方法,很好的算法,可以参考
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
matlabSourcecodeForFingerprint
- 用matlab做的指纹提取的源码,具有很好的借鉴作用。-Using matlab to do the fingerprint extracted from source code, with a very good reference.
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.
emhancement
- 基于Matlab的指纹识别,里面主要运用Jabot进行指纹提取-Matlab-based fingerprint identification, which mainly make use of Jabot fingerprint extraction
Fingerprint-extraction
- VisualC++数字图像处理技术详解第2版光盘-第八章,指纹提取算法及程序-VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VIII, fingerprint extraction algorithm and program
指纹识别matlab源代码
- 代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
MUSIC_DOA
- DOA指纹定位算法中,使用MUSIC算法提取DOA信息作为职位信息
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on