CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - feature matrix matlab

搜索资源列表

  1. cooccurrence

    0下载:
  2. cooccurence matrix feature-cooccurence matrix feature
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:849
    • 提供者:muhammet
  1. Matlab

    0下载:
  2. Matlab程序独立打包与混合编程的研究 Matlab程序的独立打包指的是不借用其他语言的混合编 程方法, 而只使用Matlab本身提供的打包工具实现Matlab程序 在未安装Matlab的机器上运行的方法。-Matlab is a good large-scale numerical simulation software.the program run in an explain implementation mode.It has a lot of feature,for
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:125162
    • 提供者:zgc
  1. roundsd

    0下载:
  2. his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits. Examples: roundsd(0.012345,3) returns 0.0123 roundsd(12345,2) returns 12000 This is a useful complement
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2095
    • 提供者:ken
  1. Texture-feature-code-matlab

    1下载:
  2. matlab最全纹理特征代码,灰度共生矩阵软件自带,就不传了。里面有tamura六个参数,灰度梯度共生矩阵的纹理特征,还有熵。-matlab the best texture feature code, the GLCM software comes not passed. Tamura six parameters, the shades of gray co-occurrence matrix texture features, as well as entropy.
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:5103
    • 提供者:张三
  1. multi-task_lasso

    0下载:
  2. MMT is a Matlab toolbox implementing the multi-task Lasso models, including: (i) the Lasso (ii) the standard multi-task Lasso, i.e. the group Lasso (iii) the structured input-output multi-task Lasso, a.k.a. the two-graph guided multi-task Lasso propo
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:478019
    • 提供者:莫琳
  1. haralickfeat

    0下载:
  2. This code for Haralick feature extraction for image in matlab. The basis for these features is the gray-level co-occurrence matrix. This matrix is square with dimension Ng, where Ng is the number of gray levels in the image. Element [i,j] of the matr
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1047
    • 提供者:vasanth
  1. cluster

    0下载:
  2. 用matlab自带的聚类函数进行聚类,输入为特征矩阵,输出的是聚类图-Clustering clustering comes with matlab function, input feature matrix, the output is dendrogram
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:522
    • 提供者:李盼
  1. libviso2

    0下载:
  2. LIBVISO2: C++ Library for Visual Odometry 2LIBVISO2 (Library for Visual Odometry 2) is a very fast cross-platfrom (Linux, Windows) C++ library with MATLAB wrappers for computing the 6 DOF motion of a moving mono/stereo camera. The stereo version is b
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3335563
    • 提供者:李志滨
  1. cooccurrence

    0下载:
  2. matlab基于共生矩阵纹理特征提取,d=1,θ=0°,45°,90°,135°共四个矩阵 输入图像数据 返回八维纹理特征行向量 -Matlab co-occurrence matrix texture feature extraction, based on the d=1, theta =0 degrees, 45 degrees, 90 degrees, 135 degrees four matrix The input image data to return to the
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1702
    • 提供者:
  1. piubao_v54

    0下载:
  2. 最终的权值矩阵就是滤波器的系数,基于matlab GUI界面设计,结合PCA的尺度不变特征变换(SIFT)算法。- The final weight matrix is ??the filter coefficient, Based on matlab GUI interface design, Combined with PCA scale invariant feature transform (SIFT) algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:8598
    • 提供者:hentan
  1. maokan

    0下载:
  2. 一个计算声子晶体结构的一维传递矩阵法,在MATLAB中求图像纹理特征,Relief计算分类权重。- A one-dimensional transfer matrix method to calculate the phonon crystal structure, In the MATLAB image texture feature, Relief computing classification weight.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:8145
    • 提供者:liuboupun
  1. Stochastic_Bosque

    2下载:
  2. matlab 随机森林,可以直接使用,输入为特征矩阵,输出为目标值-Matlab random forest, can be used directly, the input feature matrix, the output value of the target
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:14907
    • 提供者:老呼
  1. fao_pu23

    0下载:
  2. 最终的权值矩阵就是滤波器的系数,利用matlab针对图像进行马氏距离计算 ,是学习PCA特征提取的很好的学习资料。- The final weight matrix is ??the filter coefficient, Using matlab to calculate the Mahalanobis distance for the image, Is a good learning materials to learn PCA feature extraction.
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:6144
    • 提供者:张可
  1. Hessian_based_frangi_filter_2D3D

    0下载:
  2. Frangi最初提出的计算Hessian矩阵,计算特征值,构造血管增强函数,进行血管增强,Matlab代码,可直接运行。特征值计算为c语言代码,容易将整个算法转化为C或C++,非常有用。(Frangi was first proposed to calculate the Hessian matrix, to calculate the eigenvalues, to construct the vascular enhancement function, to carry out the va
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:4069376
    • 提供者:`想起
  1. 数字图像处理书的补充材料

    0下载:
  2. 本程序包是运用MATLAB进行图像矩阵特征的识别(This package is an image matrix feature recognition using MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:16208896
    • 提供者:我试少将
搜珍网 www.dssz.com