CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - gabor滤波器

搜索资源列表

  1. gaborfilter

    0下载:
  2. 3种Gabor滤波器的表达方法,采用MATLAB编写,可用于人脸的识别-Gabor filters of three kinds of expression, the use of MATLAB to prepare, can be used for face recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2544
    • 提供者:xzg
  1. log-gaborconvolve

    0下载:
  2. log-gabor滤波器的matlab程序
  3. 所属分类:matlab例程

  1. extrace

    0下载:
  2. 基于Gabor滤波器的图像纹理特征提取,Gabor,纹理特征-Gabor filter-based feature extraction of image texture, Gabor, texture features
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:5223
    • 提供者:yuhui
  1. fangxiang

    0下载:
  2. 方向滤波---利用gabor滤波器设计,能够对360度的任何方向进行滤波---- Use the direction of filtering gabor filter design, to the 360-degree filter in any direction
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:1141
    • 提供者:彭素静
  1. 22222225

    1下载:
  2. 这是一个指纹识别的matlab代码,用gabor滤波器处理的。-This is a fingerprint recognition matlab code processed using gabor filters.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:316342
    • 提供者:张敏涛
  1. Gabor_filter_Gaussian_filter

    0下载:
  2. 纹理分割中的Gabor滤波器和Gaussian滤波器的MATLAB源代码-Texture Segmentation of Gabor filters and Gaussian filters MATLAB source code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:2920
    • 提供者:
  1. gaborfilter

    0下载:
  2. 关于gabor滤波器的一些结合人脸的参考程序-Gabor filter on a number of reference procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:429719
    • 提供者:王林
  1. gabmin

    0下载:
  2. Gabor 滤波器~~~ 很好用~~~ 推荐使用~~ 自己用过-Gabor 滤波器~~~ 很好用~~~ 推荐使用~~ 自己用过~~~~~
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:48945
    • 提供者:David
  1. gaborfilter1

    0下载:
  2. Gabor滤波器的源码,基于matlab。可以适用于图形图像的Gabor变换。-Gabor filter' s source code, based on matlab. Can be applied to graphic images of Gabor transform.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:844
    • 提供者:刘洋
  1. CBIR

    0下载:
  2. 一个基于Gabor滤波器组的多特征融合的图像检索算法(CBIR based on Multi-Features Combining Multi-parameters from Gabor Filter-bank, 简称multi法),融合了基于Gabor 小波系数的标准方差,峰态,能量,平滑度和一致性度量五个特征量度,实验表明,该算法是一种更加有效的图像检索方法。-we propose a CBIR algorithm based on Multi-Features Combining Mult
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2229
    • 提供者:super
  1. gaborcreate

    0下载:
  2. 此m文件时实现MATLAB实现函数,Gabor滤波器的傅里叶变换为谐波和高斯函数各自傅里叶变换的卷积。 -Gabor transform!
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:602
    • 提供者:刘军
  1. gaborWavelet2

    0下载:
  2. gabor变换提取图片特征的代码片断,以及gabor滤波器的部分代码-gabor transform to extract image features of the code snippet
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:716372
    • 提供者:朱正刚
  1. gabor

    0下载:
  2. gabor二维滤波器,用与表情识别!非常好用!做人脸识别,表情识别的朋友可以下载!-Facial expression recognition based on Gabor wavelets tranform!It is very useful to the people who research facial expression !
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:730
    • 提供者:chuncheng
  1. Gabor-class

    0下载:
  2. Gabor类,包含Gabor滤波器在图像处理中的相关函数。-Gabor class, which contains relevant functions for image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5602
    • 提供者:NI
  1. gaborfilter.tar

    0下载:
  2. Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1292
    • 提供者:郑碧波
  1. GaborFilter

    1下载:
  2. 利用Gabor滤波器提取图像纹理特征,用于图像分类模式识别-Extract the texture feature using Gabor filter/wavelet. You should first generate cell array G, which is a set of kernels in freq domain, then pass G and the image to the function GABORCONV.
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:2789
    • 提供者:Ethan
  1. GaborFilterDesighnNik

    0下载:
  2. gabor滤波器设计图形用户界面,用于帮助理解设计Gabor滤波器-gabor filter design graphical user interface, to help understand the design of Gabor filters
  3. 所属分类:Wavelet

    • 发布日期:2017-04-08
    • 文件大小:32701
    • 提供者:Ethan
  1. base-gabor-lvboqi-desire-and-anaisys

    0下载:
  2. 本文详细描述gabor滤波器的设计和应用,阅读本文后对gabor滤波器将会有较深的理解,是我找到的较好的关于gabor滤波器的资料,写的很好,很详细-This paper describes the gabor filter design and application of gabor filter after reading this article will have deeper understanding, the better I find information on gabor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:840117
    • 提供者:吴金龙
  1. Gabor

    0下载:
  2. Gabor滤波器在基于细节点的指纹识别中的应用-Gabor filter in minutiae-based fingerprint recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:308487
    • 提供者:
  1. hong_enhancement

    1下载:
  2. 指纹图像增强,gabor滤波器,包括形态学分割,形态学细化,加窗短时傅里叶变换增强,方向图估计及平滑,纹线频率估计及平滑-Fingerprint image enhancement, gabor filters, normalization, equalization, morphological segmentation, morphological thinning, windowed short time Fourier transform enhanced estimates and s
  3. 所属分类:Special Effects

    • 发布日期:2016-07-20
    • 文件大小:3072
    • 提供者:yx
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com