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

搜索资源列表

  1. VC_Matlab-mixed-programming

    0下载:
  2. 为实现合成孔径雷达(SAR)图像分类算法的测试与评估,将VC/Matlab 混合编程技术应用到SAR 图像分类平台开发中,分析与 比较了4 种VC/Matlab 混合编程方法及各自优缺点,并着重研究了基于组件对象模型(COM)的VC/Matlab 混合编程方法。使用Matlab COM 编译器创建了SAR 图像分类算法组件,在VC 中调用其导出的接口函数。在此基础上,完成了SAR 图像分类平台的实例开发且 可脱离Matlab 环境运行。实验结果表明,该方法较好地发挥了VC 与Matl
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:284463
    • 提供者:chengdu
  1. yi

    0下载:
  2. 图像的贝叶斯分类MATLAB程序,最优阈值迭代法-Image of the Bayesian classifier MATLAB program,Iterative method of optimal threshold
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:815
    • 提供者:luxixi
  1. Matlab-Bayers

    0下载:
  2. 用matlab实现的贝叶斯分类器程序,关于图像的贝叶斯分类程序-matlab bayesian classification
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1867
    • 提供者:凌姗
  1. PCA_MATLAB

    0下载:
  2. PCA(主成分分析)的MATLAB源代码,包含测试例子及使用文档,该算法主要用于图像分类时特征的降维。-PCA (Principal Component Analysis) of the MATLAB source code, including test case and use the document, the algorithm is mainly used for image classification and feature dimensionality reduction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:121597
    • 提供者:刘静
  1. nonlinearSVM

    1下载:
  2. 基于matlab语言的非线性支持向量机算法,对图像分类有一定的参考价值-Matlab language feature extraction, image classification has certain reference value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:293995
    • 提供者:zcj
  1. glcm

    0下载:
  2. 利用灰度共生矩阵提取纹理特征图像,证明了灰度共生矩阵提取的纹理特征对图像分类精度起到了提高的作用-Gray Level Co-occurrence matrix extraction method is more important texture feature extraction method, using matlab realize the
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:316411
    • 提供者:lichunyan
  1. kmeans

    0下载:
  2. 利用kmeans进行图像分类的matlab的实现-The realization of matlab kmeans image classification
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:712
    • 提供者:吴用
  1. BP

    0下载:
  2. 基于matlab R2010a的BP神经网络在遥感图像分类中的应用源代码-Application source code matlab R2010a BP neural network-based remote sensing image classification
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:1306
    • 提供者:汪峰
  1. BP-Classification

    0下载:
  2. 基于matlab神经网络的遥感图像分类,使用了BP神经网络-Matlab neural network-based remote sensing image classification using BP neural network
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:1652
    • 提供者:汪峰
  1. matlab-code-based-image-retrieval

    1下载:
  2. 基于图像检索的matlab代码,基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大-content-based image retrieval of some of the key issues : Feature Extraction : color histogram Texture characteristics of si
  3. 所属分类:Other systems

    • 发布日期:2017-11-01
    • 文件大小:165335
    • 提供者:EmilyFu
  1. face-recognition----matlab

    0下载:
  2. 实现了人脸识别的功能,特征提取,人脸图像预处理、K-L变换、特征提取及分类器设计,全自动的人脸自动识别系统-Face recognition, feature extraction, face image preprocessing, KL transform, feature extraction and classifier design, automatic automatic face recognition system
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:3664325
    • 提供者:annie
  1. MATLAB-25-cases

    1下载:
  2. MATLAB高效编程技巧与应用,25个案例分析。272页的电子书。包含重新认识向量化编程,MATLAB处理海量数据,积分案例,MATLAB优化及非线性方程求解案例,人脸图像压缩与重建,预测分类案例常微分方程组求解案例,层次分析法,定时器。-Efficient MATLAB programming skills and application of the 25 case studies. 272 e-books. Contains new understanding of vectorized
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:27086588
    • 提供者:Binjie Liao
  1. SOM

    0下载:
  2. 基于matlab的自组织神经网络进行遥感图像分类处理-Matlab based on the self-organizing neural network for remote sensing image classification processing
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:795
    • 提供者:杨紫峰
  1. SVM-Classification

    0下载:
  2. Matlab写的SVM图像分类程序,是完整的可运行的图像分类程序,高手可以研究一下。-Matlab write SVM image classification procedure is complete working image classification procedures, experts can look at.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3979260
    • 提供者:凡轩
  1. SVM-matlab

    1下载:
  2. svm的各种经典的程序,用于对数据、图像进行分类,回归。其中,既包含分两类的程序,也包括分多类的程序,以及svm改进算法的程序。-svm various classic procedures for data, image classification, regression. Which contains both the two types of procedures, including many types of procedures and svm algorithm procedur
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4766972
    • 提供者:姜红茹
  1. PG_BOW_DEMO-master

    0下载:
  2. 一个用BoW|Pyramid BoW+SVM进行图像分类的Matlab Demo -Image Classification using Bag of Words and Spatial Pyramid BoW
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3573864
    • 提供者:赵宇
  1. k_means

    0下载:
  2. 采用matlab实现K_means聚类算法,可用于图像分类等-Using matlab realize K_means clustering algorithm, can be used for image classification
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:781
    • 提供者:sherry
  1. Grand-total

    0下载:
  2. matlab环境下怎么样从txt文件中读取数据 分类:matlab与图像处理文件内容形式一(假定文件名为test1.txt):-matlab environment how to read data from a txt file classification: matlab image processing and file content in the form of a (assuming that the file named test1.txt):
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2638
    • 提供者:new
  1. Radom-Forest[ok]

    4下载:
  2. 随机森林Matlab代码并附有使用说明,用于图像分类处理-Matlab code of Random Forest
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:306773
    • 提供者:宇洁
  1. sparsecoding

    1下载:
  2. 稀疏编码在图像分类中的实现,自己写的matlab程序,带demo-sparsecoding in image classification
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:9216709
    • 提供者:曹恩泽
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 24 »
搜珍网 www.dssz.com