资源简介

Gabor滤波器,可以对图像进行二维Gabor小波变换,用来特制提取

资源截图

代码片段和文件信息

function gabor_k = compute(xyf0theta)
r = 1; g = 1;
x1 = x*cos(theta) + y*sin(theta);
y1 = -x*sin(theta) + y*cos(theta);
gabor_k = f0^2/(pi*r*g)*exp(-(f0^2*x1^2/r^2+f0^2*y1^2/g^2))*exp(i*2*pi*f0*x1); 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         207  2010-04-19 17:15  compute.m
     文件         619  2010-04-22 11:17  gabor.m

评论

共有 条评论