搜索资源列表
-
0下载:
matlab代码,实现指纹图片的二值化、细化等功能,编译通过,结果正确-Matlab code, fingerprint images to achieve the two values, thinning and other functions, compile, correct
-
-
0下载:
matlab处理指纹图像,由于指纹的唯一性、可靠性和稳定性,指纹已成为身份识别和鉴定的一个重
要标志,并被公认为“物证之首”。指纹识别作为一种生物识别技术,历来受到人们的广泛关注和重视,是未来个人身份认证的重要组成部分。-Fingerprint image processing matlab,Because the uniqueness of fingerprints, reliability and stability,fingerprint identification has beco
-
-
0下载:
This a simple a gorithm for fingerprint image thinning. The image should be of good quality and binarized prior to the thinning. The thinning process is by using morphological mathematics.-This is a simple a gorithm for fingerprint image thinning. Th
-
-
0下载:
此为基于MATLAB平台对指纹图像进行细化处理算法-This is based on MATLAB platform thinning algorithm for fingerprint image
-
-
1下载:
This code is a complete fingerprint core point detection. It uses orientation field for singular point detection and Zhang-suen algo. for thinning in preprocessing part
-
-
0下载:
本文设计了一套指纹图像预处理和指纹特征提取算法, 利用方向滤波的方法对原始图像进行增强,使用改进的细化算法进行细化, 最后基于脊线跟踪的方法, 用改进的算法更为简洁而有效地避免了各种伪特征。设计的算法经Matlab 实现, 实验效果良好。-Designed a fingerprint image and fingerprint feature extraction algorithm using directional filtering the original image enhanceme
-
-
4下载:
代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
-
-
3下载:
本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on
-