搜索资源列表
-
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 program for thinning an image
-
-
0下载:
此为基于MATLAB平台对指纹图像进行细化处理算法-This is based on MATLAB platform thinning algorithm for fingerprint image
-
-
0下载:
source code in Matlab, function for image thinning, using 2 different algorithm for image thinning. So you can compare that.
-
-
0下载:
matlab,图像细化函数,适合字符图像细化-matlab, image thinning function for the character image thinning
-
-
0下载:
this is matlab code used to process an image to crop, thinning, resizing, and binarization.
-
-
0下载:
本文设计了一套指纹图像预处理和指纹特征提取算法, 利用方向滤波的方法对原始图像进行增强,使用改进的细化算法进行细化, 最后基于脊线跟踪的方法, 用改进的算法更为简洁而有效地避免了各种伪特征。设计的算法经Matlab 实现, 实验效果良好。-Designed a fingerprint image and fingerprint feature extraction algorithm using directional filtering the original image enhanceme
-
-
0下载:
Canny edge detector algorithm matlab codes
This part gives the algorithm of Canny edge detector. The outputs are six subfigures shown in the same figure:
• Subfigure 1: The initial "lena"
• Subfigure 2: Edge detection along X-axis d
-
-
0下载:
Write MATLAB code that will do the following.
(a) NOT, AND, OR, NOR, NAND, XOR operation.
(b) Image dilation and erosion (binary and gray image).
(c) Image closing and opening (binary and gray image).
(d) Boundary detection.
(e) Image thinn
-
-
0下载:
MATLAB code that do the following NOT,AND,OR,NOR,XOR,NAND operation,Image dilation and erosion(binary and gray image),Image closing and opening(binary and gray image),Boundary detection
e)Image thinning and thickening(binary and gray image),Skeleto
-
-
0下载:
code source of Thinning image in matlab : show you how thinning image in matlab
-
-
0下载:
Image thinning performed in matlab
-
-
0下载:
利用MATLAB进行图像细化和骨架提取,程序较为简单,适用于最好为白底黑字的字符等(Using MATLAB for image thinning and skeleton extraction)
-
-
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
-