CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - 识别 MATLAB

搜索资源列表

  1. lsvm

    0下载:
  2. 支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等-Support Vector Machine method, the realization of Matlab for the detection and classification, pattern recognition, face detection
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.08kb
    • 提供者:韩乐
  1. cor_recover

    0下载:
  2. matlab文件,对学模式识别或图像处理,都可以-Matlab paper for school or image processing pattern recognition, can s
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:songwei
  1. LS-SVMlab1.5aw

    0下载:
  2. 最小二乘支持向量机MATLAB实现源代码,可以用于模式识别以及回归,DEMOCLASS是使用方法示例-least squares support vector machines MATLAB source code, can be used for pattern recognition and regression, DEMOCLASS example is the use of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:695.5kb
    • 提供者:刘霞
  1. GUI_MSVM

    1下载:
  2. 一个完整的具有图形操作界面的支持向量机模式识别的实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序-complete with a graphical interface SVM pattern recognition to the experimental system. All using Matlab ab realized, could achieve multiple classification. This is my graduation des
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:236.76kb
    • 提供者:zql
  1. GUI_PR_SVM

    3下载:
  2. 具有图形操作界面的支持向量机多类分类实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序-graphical interface with support vector machines more experimental classification system. All using Matlab, could achieve multiple classification. This is my graduation design procedures f
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15.12mb
    • 提供者:zql
  1. moment1

    0下载:
  2. 使用matlab软件编程,进行字母识别处理-using Matlab software programming, in alphabetical identification processing
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:方方
  1. colorbasedcarboardlocalization

    0下载:
  2. 在matlab下开发的基于颜色信息的汽车牌照分割与识别程序,很好用-Matlab development of the color information on the vehicle license segmentation and the identification procedures, easy to use
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:105.99kb
    • 提供者:ghw
  1. shenjingfenlei

    0下载:
  2. 用matlab编写的人脸识别的一个很好的程序,大家可以下载研究-prepared using Matlab Face recognition of a very good process, you can download study
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:896byte
    • 提供者:陈聪
  1. K-LTransmcodes

    0下载:
  2. k-l变换的人脸识别 不过是matlab代码-k-l Transform the face recognition is Matlab code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:Felix
  1. Dtecteairport

    1下载:
  2. 雄壮的稳定的基于matlab机场道路的识别-magnificent based on the stability of the airport road Matlab Recognition
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:李宾
  1. kmean

    0下载:
  2. 这是模式识别中关于k均值动态聚类算法的matlab源码-This is the pattern recognition on the k-means clustering algorithm Matlab FOSS
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:35.2kb
    • 提供者:fuali
  1. PCA

    0下载:
  2. matlab实现PCA进行的人脸识别源程序,基本的功能实现,做为基础
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.19kb
    • 提供者:sutao
  1. pca

    0下载:
  2. matlab实现PCA进行的人脸识别源程序,基本的功能实现,做为基础
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:155.59kb
    • 提供者:sutao
  1. prony_analysis

    1下载:
  2. 复指数法是根据结构的自由振动响应或脉冲响应函数可以表示为复指数函数和的形式,然后用线性方法来确定未知参数。其主要思想是从振动微分方程的振型叠加法原理出发,建立动力响应与模态参数之间的关系表达式,通过对脉冲响应函数进行拟合可以得到完全的模态参数,获得了良好的拟合效果。基本方法是以Z变换因子中包含待识别的频率,构造Prony多项式,使其零点等于Z变换因子的值。这样,将求解Z变换因子转化为求解Prony多项式的系数。这里给出用矩阵解Prony多项式的系数的MATLAB程序。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:35.79kb
    • 提供者:宋知用
  1. arma_analysis

    3下载:
  2. ARMA模型时间序列分析法简称为时序分析法,是一种利用参数模型对有序随机振动响应数据进行处理,从而进行模态参数识别的方法。参数模型包括AR自回归模型、MA滑动平均模型和ARMA自回归滑动平均模型。这里给出了一个求出ARMA模型参数的MATLAB程序。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:35.62kb
    • 提供者:宋知用
  1. 基于支持向量机的手写数字识别(小论文+matlab编程及结果)

    12下载:
  2. 支持向量机的研究现已成为机器学习领域中的研究热点,其理论基础是Vapnik[3]等提出的统计学习理论。统计学习理论采用结构风险最小化准则,在最小化样本点误差的同时,缩小模型泛化误差的上界,即最小化模型的结构风险,从而提高了模型的泛化能力,这一优点在小样本学习中更为突出。SVM理论正是在这一基础上发展而来的,经过十几年的研究和发展,已开始逐步应用于一些领域。在解决小样本、非线性及高维模式识别问题中表现出许多特有的优势,已经在模式识别、函数逼近和概率密度估计等方面取得了良好的效果。
  3. 所属分类:其它

    • 发布日期:2011-05-22
    • 文件大小:1.1mb
    • 提供者:ddx579@163.com
  1. 数值识别

    2下载:
  2. 用matlab编写的用神经网络识别0~9的十个数字
  3. 所属分类:其它

  1. 去除刻度盘上的数字

    2下载:
  2. matlab 数字图像处理 仪表表盘的读数识别
  3. 所属分类:其它

  1. handgesturerecogniton

    2下载:
  2. 本代码实现了对静态五种基本静态手势的识别,通过皮肤颜色模型分割人手,然后通过边界追踪得到手的轮廓,最后通过傅里叶系数识别手势-The static code of the five basic static gesture recognition, through the skin color model partition manually, and then get through the border to track the contours of the hands, and fina
  3. 所属分类:GUI Develop

    • 发布日期:2016-12-19
    • 文件大小:3.67kb
    • 提供者:魏志莲
  1. PatternRecognitioAndIntelligentComputation

    0下载:
  2. 《模式识别与智能计算-Matlab(光盘)》资料-Pattern recognition and intelligent computation--matlab
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:1.13mb
    • 提供者:许龙
« 12 »
搜珍网 www.dssz.com