• 大小: 61KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-09
  • 语言: 其他
  • 标签: gabor  特征提取  

资源简介

gabor特征提取的一个MATALB源程序。里面有图像测试。

资源截图

代码片段和文件信息

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  2007-10-27 14:44  Gabor\compute.m

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

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

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

     文件      66614  2006-08-29 09:59  Gabor\pic\lena.bmp

    ..A.SH.     19456  2007-11-26 14:50  Gabor\pic\Thumbs.db

     文件        221  2007-11-26 14:56  Gabor\read me.txt

     目录          0  2007-11-26 17:05  Gabor\pic

     目录          0  2007-11-26 17:05  Gabor

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

                88196                    9


评论

共有 条评论