• 大小: 2KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: Matlab
  • 标签: Gabor滤波  

资源简介

matlab实现的对图像进行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); 



 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        213  2008-04-03 16:29  compute.m

     文件        494  2007-10-27 14:57  Gabor1.m

     文件        497  2007-11-26 14:50  Gabor2.m

     文件        707  2007-11-26 14:52  gabor.m

     文件        218  2007-06-05 03:14  www.pudn.com.txt

----------- ---------  ---------- -----  ----

                 2129                    5


评论

共有 条评论