当前位置:
首页
资源下载

搜索资源 - gabor fingerprint matlab
搜索资源列表
-
0下载:
MATLAB源码,preprocessing.m: preprocess the picture including:Wiener filter; meddle value filter, change a gray picture to a binary one and then get the skeleton. centralizing.m: input the source picture output the core point of the fingerprint. samfun.
-
-
0下载:
基于GABOR变换的指纹识别程序,用MATLAB座的~-Gabor transform based on the fingerprint identification procedures, using MATLAB Block ~
-
-
1下载:
这是一个指纹识别的matlab代码,用gabor滤波器处理的。-This is a fingerprint recognition matlab code processed using gabor filters.
-
-
0下载:
本文详细介绍了指纹识别技术的预处理算法,其中包括MATLAB算法仿真部分和DSP实现部分,并着重研究了预处理算法中的指纹图像归一化、图象滤波增强、图像分割、二值化、细化等关键技术。本文提出了改进的Gabor滤波算法,同时对其他预处理部分算法进行了优化,并将傅立叶分析方法应用于指纹图象处理研究中,采用MATLAB实现了本文讨论的所有算法。-This paper describes a fingerprint recognition algorithm technologies, including
-
-
0下载:
-
-
0下载:
这个是指纹识别的matlab程序,主要使用的方法是Gabor滤波器-matlab program of fingerprint recognition
-
-
2下载:
指纹识别算法的matlab程序,用的算法是gabor滤波器-matlab program of fingerprint recognition algorithm , using the algorithm of gabor filter
-
-
1下载:
指纹识别的matlab程序,里面包括了一些指纹图片,利用gabor小波进行识别-Fingerprint recognition matlab program, which includes a number of fingerprint images using gabor wavelets to identify
-
-
0下载:
这是一个完整的指纹识别程序,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。-this is a full version FingerPrint identify APP
-
-
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
-
-
0下载:
i want source code for gabor filter to remove noise in preprocessing step of fingerprint in matlab
-
-
0下载:
gabor for fingerprint matlab
-
-
0下载:
matlab图像处理非常重要,Gabor小波提取特征,然后用支持向量机作分类器,可以用于掌纹,人脸,指纹识别-Gabor wavelet feature extraction, and then use the support vector machine classifier, can be used for palmprint, face, fingerprint recognition
-
-
0下载:
指纹识别,利用gabor滤波器,提取指纹特征,只能呢读取bmp图像-fingerprint recognize
-
-
3下载:
指纹识别的matlab全代码,包括预处理,提取特征点,点匹配。。。其中用到gabor滤波-The whole fingerprint recognition matlab code, including preprocessing, feature point extraction, points matching. . . Which uses gabor filter
-
-
0下载:
基于Gabor滤波器的指纹识别算法,MATLAB程序编写,希望对大家有用-Fingerprint recognition algorithm based on Gabor filters
-
-
1下载:
基于对指纹的完整脊状结构的显式检测的表征。
在指纹上有丰富的歧视性信息的重要组成部分。当地的脊
结构不能完全以细节为特征。这个基于过滤的算法使用了一个Gabor过滤器来捕获本地和全局的细节。
指纹作为一种紧凑的固定长度的指纹。指纹匹配是基于欧几里德的。
两个对应的指纹之间的距离是非常快的。我们能够实现a。
验证精度仅略低于基于细节的算法的最佳结果。
发表在开放文学。我们的系统比先进的基于细节的系统性能更好。
当应用系统的性能要求不要求非常低的错误接受率时。
最后,我们证明了匹配的性能可以通过结合
-