当前位置:
首页 资源下载
搜索资源 - gabor filter implementation
搜索资源列表
-
1下载:
Gabor filter implementation and usage sample
-
-
0下载:
Gabor Filter Implementation
-
-
0下载:
利用OpenCV实现的Gabor Filter。支持Gabor Filter的不同参数。-Using OpenCV implementation Gabor Filter. Gabor Filter support different parameters.
-
-
0下载:
Gabor滤波器的实现函数,与一般网上下载的不同,滤波效果更好,易于提取图像特征-Gabor filter implementation function, and general downloading different, better filtering, easy to extract image features
-
-
0下载:
这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配等等……
-This is a C++ language implementation with a fingerprint identification procedure that requires the FVC meet international com
-
-
0下载:
Gabor filter implementation version 2
-
-
0下载:
Gabor filter implementation version 3
-
-
0下载:
gabor filter implementation in matlab
-
-
0下载:
Gabor Filter implementation in Matlab
-
-
0下载:
一个Java实现的基于内容的图像检索工具包,可用来提取图像的颜色特征、纹理特征(Gabor Filter)以及形状特征,并在此基础上判断图像相关性。-Java implementation of a content-based image retrieval toolkit, which can be used to extract the image' s color features, texture features (Gabor Filter), and shape feature
-
-
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下载:
这是一个用递归算法实现的gabo滤波器程序,程序运行速度快-This is a recursive method using Gabor filter implementation procedures, compared with traditional methods greatly improve the speed
-
-
0下载:
Garbor filter matlab implementation
-
-
0下载:
Implementation of Gabor filter on an image file.
-
-
1下载:
代码实现的是四元数Gabor滤波器,从而分析四元数Gabor滤波器的优劣。-implementation the quaternion Gabor filter code.
-
-
0下载:
GABOR 滤波器的实现方法的MATLAB源程序实现。实现方法比较简单,适合初学者学习。-Implementation of GABOR filter MATLAB source implementation. Implementation is relatively simple, suitable for beginners to learn.
-
-
0下载:
this zip file contains matlab implementation for generating gabor filter banks and applying on image directory and then followed by applying local directional pattern for feature extraction and histogram for each image is calculated
-
-
0下载:
Gabor filter implementation
-
-
0下载:
基于MATLAB的gabor滤波器的实现,这个是检测边缘的-Based on Gabor MATLAB filter implementation, this is the edge detection
-