搜索资源列表
-
0下载:
gabor filter 图像纹理提取 边缘检测-gabor filter edge detection image texture extraction
-
-
0下载:
基于生物视觉的Gabor滤波器在图像边缘检测的应用-Based on biological vision Gabor filter in the application of image edge detection
-
-
0下载:
Example of a two-dimensional Gabor filterIn image processing, a Gabor filter, named after Dennis Gabor, is a linear filter used for edge detection. Frequency and orientation representations of Gabor filter are similar to those of human visual system,
-
-
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滤波器对于lena图片的一个边缘检测程序!-Gabor filter for Lena image edge detection process
-
-
0下载:
使用Gabor滤波器进行滤波后的差分矩阵实现遥感图像云检测-Gabor filter is used to filter the differential matrix for remote sensing image cloud detection
-