搜索资源列表
gabor_bank
- 用于生成不同的Gabor滤波器,并且可以对图像进行滤波的matlab代码。
Gabor
- Gabor的matlab程序,Gabor滤波是一种不错的特征提取方法,尤其在图像处理应用广泛-Gabor' s matlab program, Gabor filter is a good feature extraction method, especially widely used in image processing
GaborPMatlab
- 使用matlab编写的gabor 滤波,可用于指纹图像处理,经本人验证通过的。-gabor lvbo
GGabbor_toolla
- Gabor 滤波器工具箱,包含各种Gabor滤波器的函数,可用于于图像滤波处理,特征提取,如人脸,掌纹,指纹识别等。 已通过测试。 -Gabor Filter Toolbox contains a variety of Gabor filter function, can be used to deal with image filltering, feature extraction, such as face, palmprint, fingerprint recognition. Ha
filter
- 实现Gabor滤波的源代码,包括C++、matlab源程序,Gabor提取图像特征原理及其matlab实现。-Gabor filtering source code, including C + +, matlab source code, Gabor extract image features principle matlab.
gabor
- 基于Gabor滤波的纹理特征提取程序,用于图像分割-Texture feature extraction based on Gabor filter program, used for image segmentation
指纹识别完整程序
- 包含中心点求取,图像增强,Gabor滤波,fingercode匹配,界面使用GUI设计,并能进行中心点校正
gabor2
- 构造gabor滤波器组,可以显示gabor核图像,对图片进行滤波,提取特征(construct a bank of gabor,show the kernel images of gabor and filter an image ,extract feature)
植物虫害检测(GUI,注释,svm算法)
- 植物虫害检测(GUI,注释,svm算法) 该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。 train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练 test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别 colorMom.m 颜色矩特征提取 Gabor_palm.m gabor纹理特征提取(Plant pe