登录
首页 » Matlab » Gabor 滤波器的 Matlab 代码文件夹

Gabor 滤波器的 Matlab 代码文件夹

于 2022-01-25 发布 文件大小:64.50 kB
0 102
下载积分: 2 下载次数: 1

代码说明:

功能 gb=gabor_fn(sigma,theta,lambda,psi,gamma) sigma_x = 西格玛;sigma_y = 西格玛/γ;%边界框 nstds = 3;xmax = max(abs(nstds*sigma_x*cos(theta)),abs(nstds*sigma_y*sin(theta)));xmax = ceil(max(1,xmax));ymax = max(abs(nstds*sigma_x*sin(theta)),abs(nstds*sigma_y*cos(theta)));ymax = ceil(max(1,ymax));xmin =-xmax;ymin =-ymax;[x,y] = meshgrid(xmin:xmax,ymin:ymax);旋转 x_theta=x*cos(theta)+y*sin(theta) %;y_theta=-x*sin(theta)+y*cos(theta)gb = exp(-.5*(x_theta.^2/sigma_x^2+y_theta.^2/sigma_y^2)).*cos(2*pi/lambda*x_theta+psi);

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PhysicalExprcisesmatlabsolution
    大学物理习题的matlab解法,书籍的源码,学习matlab对物理学问题编程求解的好材料(Physical Exercises matlab solution, source books, study programming to solve the problem of physics matlab good material)
    2010-06-03 00:29:52下载
    积分:1
  • roi
    利用matlab提取掌纹图像的感兴趣区域,ROI提取(Extract palmprint images using matlab region of interest, ROI extraction)
    2021-04-06 10:19:02下载
    积分:1
  • pedestrian-detectionsvms.tar
    Hog + LBP + svm 行人检测(Hog+ LBP+ svm pedestrian detection)
    2014-08-23 11:01:11下载
    积分:1
  • LyapunovSpectrum_BBA
    计算Lyapunov的程序,网上下载的原版,同之前的差不多(Calculate the Lyapunov procedures, download the original, with the previous almost)
    2013-03-06 21:14:15下载
    积分:1
  • qeifao_v34
    毕设内容,高光谱图像基本处理,光纤陀螺输出误差的allan方差分析,实现六自由度运动学逆解算法。( Complete set content, basic hyperspectral image processing, allan FOG output error variance analysis, Six degrees of freedom to achieve inverse kinematics algorithm.)
    2017-02-05 12:28:47下载
    积分:1
  • CP0101_GENRECT
    由matlab仿真的,超宽带信号中矩形波的产生(Rectangular wave generated)
    2009-03-05 19:50:24下载
    积分:1
  • ga_insar
    说明:  遗传算法在雷达成象方面的应用,主要是insar干涉定标解决敏感度句镇病态性问题(Genetic algorithm in radar imaging applications, mainly InSAR calibration solution interfere with the town of morbid sensitivity to the issue of sentence)
    2021-03-26 15:49:13下载
    积分:1
  • KS-2
    KStest,检验变量服从什么分布,使用KSTEST函数(KStest, testing variables obey what distribution KSTEST function)
    2021-04-09 19:18:59下载
    积分:1
  • smithchart-program-ya
    smithchart program ya
    2015-01-21 16:05:35下载
    积分:1
  • som_algorithm
    使用matlab编写了SOM算法的实现过程,包括训练过程代码,代码简洁,运行稳定。(Matlab prepared using SOM algorithm implementation process, including the training procedure code, the code is simple, stable operation.)
    2021-03-29 16:39:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载