资源简介
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
- 上一篇:MATLAB+R2016a小波分析22个算法
- 下一篇:基本狼群算法程序Matlab
评论
共有 条评论