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

搜索资源列表

  1. time-frequency_analysis_methods_based_on_MATLAB.ra

    1下载:
  2. 介绍了常见的时频分析方法,包括短时傅里叶变换,Wigner-Ville分布以及小波变换等,结合MATLAB,引导读者如何运用其来进行时频分析-Describes the common time-frequency analysis methods, including short time Fourier transform, Wigner-Ville distribution and wavelet transform, combined with MATLAB, to guide the r
  3. 所属分类:matlab

    • 发布日期:2016-04-22
    • 文件大小:11590656
    • 提供者:李松寒
  1. Gabor_Face_Recogntion

    0下载:
  2. 利用Gabor特征进行人脸识别的论文与matlab实现算法,比较新,感觉还不错。-Face recognition using Gabor features papers and matlab algorithm, a relatively new, I feel pretty good.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:216508
    • 提供者:陈枫
  1. acidct

    0下载:
  2. 程序包,包含aci,dct,gabor,kernelset,LPsvmclass五个程序。希望对大家的研究有用-Package includes aci, dct, gabor, kernelset, LPsvmclass five procedures. Hope to be useful research
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7183
    • 提供者:keke
  1. Face-Detection

    0下载:
  2. Face Detection using Gabor feature extraction and neural network by matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:209182
    • 提供者:tony
  1. Gabor

    0下载:
  2. 人脸检测的程序,效果不错!内附用法说明,调用一张图片,将现实出人脸的边缘。-code for facedetection,the performance is nice! usage: I=double(imread c:\Data\girl1.jpg )) detect_face(I) The function will display the bounding box if a face is found.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:17616
    • 提供者:王阳丽
  1. protein-coding

    0下载:
  2. 本程序用作定位以及确认蛋白质编码区域,采用Modified Gabor-wavelet 变换的理论来实施的计算。-Identification of protein coding regions using the Modified Gabor-wavelet transform.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:51805
    • 提供者:Tu Shu
  1. fingerprintPenhancementPandPmatching

    0下载:
  2. 这是一个完整的指纹识别程序,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。-this is a full version FingerPrint identify APP
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5469300
    • 提供者:formy
  1. 4matlab

    0下载:
  2. Gabor Filter implementation in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:23597
    • 提供者:Masum talukder
  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. gaborsvm1

    0下载:
  2. 先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:163560
    • 提供者:xiang
  1. gabor

    0下载:
  2. 基于matlab环境实现的算法,该算法通过gabor提取特征,很简单实用-Matlab-based environment to achieve the gabor feature extraction algorithm is very simple and practical
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:60732
    • 提供者:王娟
  1. gabor

    0下载:
  2. 基于MATLAB的gabor滤波器的设计-MATLAB-based design of gabor filters
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5742
    • 提供者:王正宇
  1. matlab_Fabric_detection

    5下载:
  2. 基于matlab的布匹瑕疵检测,采用gabor多通道滤波方法,另附测试图片和先关论文-The fabric defect detection based on matlab, using the multichannel gabor filtering method, first off the attached pictures and paper test
  3. 所属分类:Special Effects

    • 发布日期:2015-12-25
    • 文件大小:3643392
    • 提供者:tangtingge
  1. adaboost_PtwoPclasses

    0下载:
  2. 结合Gabor特征和adaboost的人脸表情识别方法,内附matlab源程序和实验-Combination of Gabor features and adaboost of facial expression recognition methods, and experimental matlab source code included
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:4384416
    • 提供者:刺史
  1. vp_code_Gabor

    2下载:
  2. 这个代码能够比较精确地实现图像中道路区域的分割与提取。-This code addresses this question by decomposing the road detection process into two steps: the estimation of the vanishing point associated with the main (straight) part of the road, followed by the segmentation of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4375
    • 提供者:邵文
  1. gabor

    0下载:
  2. Garbor filter matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:978
    • 提供者:Anton
  1. gabor_Sample

    0下载:
  2. 使用Matlab編寫的Gabor Filter範例程式-Matlab Gabor Filter Sample
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:67093
    • 提供者:chen
  1. Gabor_matlab

    0下载:
  2. Gabor特征提取原理及matlab实现-Gabor filter feature selection and the implement based on matlab
  3. 所属分类:Wavelet

    • 发布日期:2017-05-10
    • 文件大小:2504821
    • 提供者:孟璐
  1. 2D-Gabor-Wavelets-Gabor

    0下载:
  2. 2D-Gabor变换的Matlab实现代码-Codes of Matlab for 2D-Gabor transform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2177
    • 提供者:Cruise
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 24 »
搜珍网 www.dssz.com