当前位置:
首页 资源下载
搜索资源 - fingerprint feature extraction matlab code
搜索资源列表
-
0下载:
做实验室测试的matlab指纹识别代码,主要测试了指纹的几种特征提取对识别的影响,可用来进行论文论证阶段的实验室使用,希望对初学者和广大在校生有帮助。-do laboratory testing of Matlab fingerprint identification code, to test the fingerprint feature extraction of several pairs of identification, which can be used for the vali
-
-
0下载:
此代码可以进行指纹识别,包括预处理,特征提取,分类识别,this code can fingerprint identification, including preprocessing, feature extraction, classification, etc.
-
-
0下载:
提取指纹特征点的matlab代码,很有用,利用自适应阈值进行分割,再进行频域增强,根据八邻域纹线编码进行特征提取。-Extracted fingerprint feature points of the matlab code, useful, adaptive threshold segmentation, and then increased in frequency domain, the eight neighborhood ridge coding for feature extrac
-
-
0下载:
用matlab代码实现如下论文的指纹特征提取《基于Ma tlab实现的指纹图像细节特征提取》 郭晶莹,[J]北京,计算机仿真 2007.1 -Matlab code used to achieve the following papers fingerprint feature extraction, " Ma tlab based on the realization of the details of the fingerprint image feature extraction,
-
-
0下载:
Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。
代码使用如下:
function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta)
from gaborfilter1 with different f(Frequency) and theta(Angle).
for example
f:0,2,4,8,16,32
theta = 0,pi/3,pi/6
-
-
3下载:
指纹识别的matlab全代码,包括预处理,提取特征点,点匹配。。。其中用到gabor滤波-The whole fingerprint recognition matlab code, including preprocessing, feature point extraction, points matching. . . Which uses gabor filter
-
-
1下载:
指纹识别各个源代码,包括图像处理、特征提取、模板比对等-Fingerprint identification of the source code, including image processing, feature extraction, template equivalence
-
-
0下载:
matlab 的指纹识别中特征点提取代码部分-matlab code for fingerprint feature point extraction
-
-
4下载:
代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
-
-
0下载:
实现指纹图像的细化。
实现指纹图像的特征点提取。
实现特征图像的细化去伪。
编写代码实现上述功能。(The thinning of the fingerprint image is realized.
The feature point extraction of fingerprint image is realized.
To realize the refinement of the feature image.
Write the code to implement t
-