当前位置:
首页 资源下载
搜索资源 - gabor filter matlab code
搜索资源列表
-
0下载:
实现Gabor滤波的源代码,包括C++、matlab源程序,还有介绍其原理的word文件-Gabor filter realization of the source code, including C++, matlab source, as well as introduce the principle of word document
-
-
1下载:
gabor滤波器的matlab代码,用于在不同方位不同尺度下的图像纹理特征提取。-the code of Gabor filter,using for texture features extract under multi-orient and multi-scale.
-
-
0下载:
在MATLAB中调用gabor变换的代码,生成gaboe小波滤波器。主要用在模式识别的提取特征阶段。-In gabor transform call MATLAB code to generate a wavelet filter gaboe. Mainly used in pattern recognition feature extraction stage.
-
-
1下载:
log gabor滤波程序,很实用,希望对大家有所帮助!-log gabor filtering process, it is useful, I hope all of you to help!
-
-
0下载:
gabor filter 图像纹理提取 边缘检测-gabor filter edge detection image texture extraction
-
-
0下载:
Source code for 2D Gabor filter
-
-
0下载:
Tutorial for Gabor filter basic-Tutorial for Gabor filter basic...
-
-
0下载:
采用matlab,实现了gabor滤波的核心功能-gabor filter is very famous and really useful for texture feature extraction and image retrivel. attached code is wrriten well using matlab. More detail can be referenced in the paper <texture features for browsing and ret
-
-
0下载:
this a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.-this is a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.
-
-
0下载:
matlab code for gabor filter
-
-
0下载:
-
-
0下载:
Gabor滤波器的源码,基于matlab。可以适用于图形图像的Gabor变换。-Gabor filter' s source code, based on matlab. Can be applied to graphic images of Gabor transform.
-
-
0下载:
经典的Gabor滤波器的源码,Matlab实现-Gabor Filter code in Matlab
-
-
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下载:
先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required.
-
-
0下载:
Gabor Filter MATLAB Code
-
-
0下载:
gabor滤波器matlab代码,希望对大家有帮助
-gabor filter matlab code, and I hope for all of us to help
-
-
0下载:
2d Gabor filter matlab code
-
-
0下载:
Matlab的Gabor滤波器代码,使用方法: I = imread( 图像文件名 ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filter Matlab code, use the method: I = imread ( image filename ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (
-
-
0下载:
gabor滤波matlab代码,内附使用说明(Gabor filter matlab code, enclosing instructions)
-