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

Gabor 滤波器的 Matlab 代码文件夹

于 2022-01-25 发布 文件大小:64.50 kB
0 93
下载积分: 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 个回复

  • find-path
    主要用于性别识别,可以将不同目录下的不同文件夹下的多张图片读取出来,并按顺序排列,存储为.mat文件,并为每个图片打上标签,方便后面的训练。(Mainly used for gender identification, multiple images can be different files in different directories under the folder read out, according to the order, stored as .mat file and marked label for each picture, to facilitate subsequent training.)
    2015-01-04 09:24:09下载
    积分:1
  • powder_size
    医药、化工行业,通过图像拍照对粉尘颗粒进行识别,检测粒径参数,统计颗粒数量。(In the pharmaceutical and chemical industries, dust particles are identified by image photography, particle size parameters are detected and the number of particles is counted.)
    2018-11-22 20:16:17下载
    积分:1
  • powerfactor
    this is the model of power factor correction by matlab program
    2010-06-12 19:01:12下载
    积分:1
  • command-backstepping
    this commande is very robust for moabile robot
    2014-09-16 22:15:10下载
    积分:1
  • Matlab生成二维码
    使用MATLAB对字符串进行编码,结合二维码生成的相关理论生成,将字符串信息编码到二维码当中,生成二维码
    2022-01-31 01:00:27下载
    积分:1
  • ccf-and-acf
    gold code and pn sequce comparision using ccf and acf characterstics
    2013-10-29 21:22:25下载
    积分:1
  • SEP-Protocol-in-Matlab
    SEP: A Stable Election Protocol for clustered heterogeneous wireless sensor networks
    2014-01-15 21:55:54下载
    积分:1
  • S200GR
    need to convert the fortran code to matlab for the crack propagation analysis
    2017-04-20 20:38:55下载
    积分:1
  • VMD
    VMD算法,带注释解析,方便查看和理解,可直接使用(VMD algorithm, annotated parsing)
    2021-01-02 15:58:56下载
    积分:1
  • Power
    load flow for newton raphson and gauss siedel methods
    2011-03-27 22:01:49下载
    积分:1
  • 696516资源总数
  • 106741会员总数
  • 17今日下载