搜索资源列表
zwsb_
- 指纹识别的matlab程序,实现指纹图片的二值化、细化、计算图形中心、存入数据库、指纹匹配等功能,
thin
- 此为基于MATLAB平台对指纹图像进行细化处理算法-This is based on MATLAB platform thinning algorithm for fingerprint image
FingerPrint
- 可靠的指纹图像细化处理算法,采用opta-Reliable fingerprint image thinning algorithm, using opta
fingersprint-identity-code
- 基于Matlab编程的指纹识别代码中的细化部分代码-Matlab-based fingerprint identification code programmed in the refinement part of the code
fingerprint-feature-extraction-
- 本文设计了一套指纹图像预处理和指纹特征提取算法, 利用方向滤波的方法对原始图像进行增强,使用改进的细化算法进行细化, 最后基于脊线跟踪的方法, 用改进的算法更为简洁而有效地避免了各种伪特征。设计的算法经Matlab 实现, 实验效果良好。-Designed a fingerprint image and fingerprint feature extraction algorithm using directional filtering the original image enhanceme
0479-8023(2012)01-0037-05
- 基于Gabor相位的指纹图像细化算法0479-8023(2012)01-0037-05-A Novel Algorithm of Fingerprint Thinning ?ased on Gabor Phase
指纹识别matlab源代码
- 代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
zhiwen
- 能够实现对一般指纹图案的灰度读取,二值化,指纹细化(Realize gray reading, two value, fingerprint thinning)
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on