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

搜索资源列表

  1. FLD_based-Face-Recognition-System_v2

    0下载:
  2. 人脸识别中的经典算法代码FLD,对初学者很有用,可以下来用用看-Face Recognition in the classical algorithm code FLD, useful for beginners, you can look down and used by
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:180762
    • 提供者:jarry
  1. orient_gabor

    0下载:
  2. 所属分类:matlab

  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. gabor_c

    0下载:
  2. 一个用纯C语言编写的GABOR 变换源码,我在网上找了很久也没找到,只好自己根椐matlab版源码写了一个源码。-A pure C language source code written in GABOR transform, I am looking for a long time on the Internet had not found, had noted in their written a matlab source code version of source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:198489
    • 提供者:liaokaiyang
  1. GrayLevelCoMatrix

    1下载:
  2. 提取纹理特征参数,主要是灰度共生矩阵源代码,用于图像处理-gray level co-matrix source code,used for the image processing, to get the texture features
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:9347
    • 提供者:codesoso
  1. Fea_Gabor_brodatz

    0下载:
  2. 该代码为用gabor变换算法提取图像的纹理特征,用matlab编写,可应用于基于纹理的图像检索系统。其中还包含一篇gabor变换相关的文献-The code for the transformation algorithm using gabor texture features extracted using matlab preparation, can be applied to image retrieval system based on texture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2247510
    • 提供者:vivi
  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. gabor_bank

    0下载:
  2. It s a code for gabor filter witten with matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1427
    • 提供者:刘海波
  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. 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. GaborKernel

    0下载:
  2. i want source code for gabor filter to remove noise in preprocessing step of fingerprint in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1428
    • 提供者:rams
  1. Gabor

    0下载:
  2. this a matlab program which code gabor algorithms-this is a matlab program which code gabor algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:47855
    • 提供者:we
  1. Gabor_Classe

    0下载:
  2. matlab code for Gabor filter
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:5926
    • 提供者:merry
  1. gabor-code

    0下载:
  2. 产生gabor二维图像 在matlab环境下运行。-Gabor figure generator
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:2907
    • 提供者:陈智
  1. Gabor-filter-Matlab-code

    0下载:
  2. Matlab的Gabor滤波器代码,使用方法: I = imread( 图像文件名 ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filter Matlab code, use the method: I = imread ( image filename ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2648
    • 提供者:去雷
  1. Gabor-code

    0下载:
  2. GABOR 滤波器的实现方法的MATLAB源程序实现。实现方法比较简单,适合初学者学习。-Implementation of GABOR filter MATLAB source implementation. Implementation is relatively simple, suitable for beginners to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:592585
    • 提供者:liuyun
  1. Gabor-filter-in-matlab

    0下载:
  2. 外国人写的gabor滤波在图形图形处理中的应用,里面有两个代码文件,还有图片以及相应的代码使用说明-Written by foreigners gabor filter in on graphics processing, there are two code files, and images, and the corresponding code Descr iption
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:66390
    • 提供者:zgh
  1. gaborWavelet

    0下载:
  2. matlab code for gabor wavelet feature extraction
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6018
    • 提供者:MUBASHIR
  1. matlab-code

    0下载:
  2. he Gabor expansion, which maps the time domain signal into the joint time and frequency domain, has long been recognized as a very useful tool in signal processing. Its applications, however, were limited due to the difficulties associated with selec
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:89461
    • 提供者:ali
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com