搜索资源列表
fingerprint
- 指纹识别的一种算法。用的是Gabor滤波方法,较为精确。
image-processing
- 指纹图像预处理,包括归一化、Gabor增强
FingerPrintVerify
- 这是一个用C++语言实现一个指纹识别程序,程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配
Gabor
- 基于改进的Gabor滤波指纹图像增强算法 研究
FingerPrintVerify
- 这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配-This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition stan
efinger
- 这是一个完整的指纹识别程序,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。-This is a complete fingerprint recognition procedure, which includes a histogram equalization, Gabor filter image enhancement, filtering pattern, texture refinement, feature extraction and fea
DSPLIT
- 里面有canny检测的算法(对灰度图象), 有gabor算法提取指纹脊线,还有别的一些检测算法。里面包括指纹图象-There are canny detection algorithm (for gray-scale images), there gabor fingerprint ridge line extraction algorithm, as well as some other detection algorithm. Included fingerprint image
gabor_upload
- 封装的gabor处理类 可以用来做指纹人脸特征提取 VC++开发-Gabor class package can be used to do facial feature extraction fingerprint VC++ development
22222225
- 这是一个指纹识别的matlab代码,用gabor滤波器处理的。-This is a fingerprint recognition matlab code processed using gabor filters.
Gabor
- Gabor滤波的指纹识别预处理技术的讨论研究-Gabor filtering of fingerprint recognition technology to discuss pre-treatment study
fingerprintverify
- 这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配等等…… -This is a C++ language implementation with a fingerprint identification procedure that requires the FVC meet international com
efinger
- 指纹方向场、linhong 的 gabor增强、细化、特征提取。 vc++6.0 可执行。 效果一般,需改进-orientation/fingerprint enhancement use gabor/thin /
zhiwen
- 包括指纹图像的离散化,特征提取,gabor滤波-consist of dirImg,extract,gaborfilter,and so on.
SVM_Finger
- 指纹图像的质量测量与评价,在指纹图像分割、增强及指纹匹配等环节都有重要应用. 同时,指纹图像的质量分类,对指纹识别算法的适用性研究也有重要意义. 本文提出一种基于支持向量机的指纹图像质量分类方法.该方法选择梯度、Gabor特征、方向对比度等指标,利用支持向量机有效实现指纹图像质量分类. 并采用少类样本合成过采样技术( SMOTE)降低指纹图像质量好坏的类别不平衡问题对分类的影响. 理论分析和实验结果都表明该方法能够较为有效地提高指纹图像质量分类的正确率.-Fingerprint Image Qu
bestgaborerzhihua
- 通过构造加博函数进行加博滤波实现对指纹图像的二值化-By constructing Gabor function Gabor filter is on the fingerprint image binarization
finger2
- 介绍指纹识别系统如何设计,包括指纹识别的技术以及如何用GABOR滤波的指纹图像处理。-Describes how to design fingerprint identification system, including fingerprint identification technology and how GABOR Filter for Fingerprint Image Processing.
gaborfilter.tar
- 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
hong_enhancement
- 指纹图像增强,gabor滤波器,包括形态学分割,形态学细化,加窗短时傅里叶变换增强,方向图估计及平滑,纹线频率估计及平滑-Fingerprint image enhancement, gabor filters, normalization, equalization, morphological segmentation, morphological thinning, windowed short time Fourier transform enhanced estimates and s
gabor
- 指纹的gabor增强滤波器,具有很好的方向性-Fingerprint Gabor enhancement filter having a good directivity
Gabor提取图像纹理
- Gabor实现图像纹理特征提取,用于人脸识别,指纹识别等,并用matlab进行编码。(Gabor complete image texture feature extraction)