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

搜索资源列表

  1. LinearDiscriminantAnalysis

    1下载:
  2. 提出了一种新的基于图像分块重构和线性判别分析相融合的方法,主要用于人脸识别。该方法通过计算两幅图像之间图 像块的重构均值误差,运用线性判别分析求出两幅图像降维后的欧式距离,融合重构误差和欧式距离计算这两幅图像之间的差别 程度。-A new block-based image reconstruction and the integration of linear discriminant analysis method is mainly used for face recognitio
  3. 所属分类:matlab

    • 发布日期:2015-05-18
    • 文件大小:220160
    • 提供者:程德志
  1. lda

    0下载:
  2. linear discriminant analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1068
    • 提供者:topopaperino
  1. RunFaceRecog

    0下载:
  2. 基于matlab的人脸识别程序,可以实现简单的人脸识别功能,算法基于LDA(linear discriminant analysis)-Matlab-based face recognition program, you can achieve a simple face recognition algorithm based on LDA (linear discriminant analysis)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6132
    • 提供者:Zhao Sixuan
  1. LinearDA

    0下载:
  2. Performs linear discriminant analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1189
    • 提供者:samsom
  1. LDA-iris

    0下载:
  2. 本人用MATLAB编写的线性判别分析程序,识别率很高-I use the MATLAB program written in linear discriminant analysis to identify the high rate of
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2272
    • 提供者:yupan
  1. TwoDLDADemo

    0下载:
  2. 二维线性鉴别分析(2DPLA)算法的C++实现,可以用于实际工作和学习中-Two-dimensional linear discriminant analysis (2DPLA) C++, the algorithm can be used in practical work and learning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:12469
    • 提供者:
  1. regularizedLDA

    0下载:
  2. Matlab source codes for the regularized linear discriminant analysis (R-LDA) * * Author: Lu Juwei * * Bell Canada Multimedia Lab, Dept. of ECE, U. of Toronto * * Released in 01 November 2004-Matlab source codes for the regularized linear di
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:649125
    • 提供者:王扶助
  1. lda

    0下载:
  2. 对有类别监督的数据进行先行判别分析用于降维 数据为结构体类型,返回数据也是降维后的结构体类型。如(a.X a.y)a.X是带有类别的数据,a.y是类别信息-Synopsis: model = lda(data) model = lda(data,new_dim) Descr iption: This function is implementation of Linear Discriminant Analysis. The goal
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1197
    • 提供者:zoujijin
  1. PRLDA

    0下载:
  2. 这是模式识别中经典的LDA(线性鉴别分析)的matlab程序,对模式识别人员极有用。-This is the classic pattern recognition LDA (linear discriminant analysis) of the matlab program, very useful for pattern recognition staff.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:2972
    • 提供者:袁冬
  1. KERNEL-LDA

    0下载:
  2. Kernel Discriminant Analysis a kernel extension of Linear Discriminant Analysis technique which is a well-known feature extraction technique.-Kernel Discriminant Analysis is a kernel extension of Linear Discriminant Analysis technique which is a well
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3482
    • 提供者:rem
  1. pldacode

    0下载:
  2. 基于Probabilistic Linear Discriminant Analysis的人脸识别matlab源码-matlab code for probabilistic linear discriminant analysis applied to face recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:15820
    • 提供者:wanghongxiao
  1. r-lda

    0下载:
  2. This Linear Discriminant Analysis code. It is made for image processing, especially in face recognition.-This is Linear Discriminant Analysis code. It is made for image processing, especially in face recognition.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:758103
    • 提供者:Edward
  1. LDA

    0下载:
  2. 基本思想是选择使得Fisher准则函数达到极值的向量作为最佳投影方向,从而使得样本在该方向上投影后,达到最大的类间离散度和最小的类内离散度。-Linear Discriminant Analysis (Generally, LDA can also use LGE as a subroutine. However, we can use the special graph structure of LDA to obtain some computational benefits.)
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:2998
    • 提供者:caolinlin
  1. LDA

    0下载:
  2. 线性判别分析法源代码,LDA算法,输出分类结果-Linear discriminant analysis method source code, to output the classification results
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1037
    • 提供者:小猪
  1. LDA

    0下载:
  2. 线性鉴别分析,是信号处理中一种用来筛选所需信号的常用方法。其基本思想是选择使得Fisher准则函数达到极值的向量作为最佳投影方向,从而使得样本在该方向上投影后,达到最大的类间离散度和最小的类内离散度。在Fisher思想的基础上,Wilks和Duda分别提出了鉴别矢量集的概念,即寻找一组鉴别矢量构成子空间,以原始样本在该子空间内的投影矢量作为鉴别特征用于识别。-Linear Discriminant Analysis:Fisher R A. The use of multiple measurem
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:3087
    • 提供者:肖海兵
  1. [16---2011]---local-binary-LDA-for-FaceR

    0下载:
  2. Extracting discriminatory features from images is a crucial task for biometric recognition. For this reason, we have developed a new method for the extraction of features from images that we have called local binary linear discriminant analysis (LB
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-25
    • 文件大小:233528
    • 提供者:Hung Truong
  1. [7---2002]-Solving-the-small-sample-size-problem-

    0下载:
  2. The small sample size problem is often encountered in pattern recognition. It results in the singularity of the within-class scatter matrix S,? in Linear Discriminant Analysis (LDA). Dijjrent methods have been proposed la solve this problem in face
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:269324
    • 提供者:Hung Truong
  1. LDA

    0下载:
  2. Linear Discriminant Analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2669
    • 提供者:zxc
  1. face1

    0下载:
  2. 人脸识别的完整代码。能进行主成份分析,混合主成份分析,线性判别分析,弹性图像匹配算法等。-Complete code for face recognition. Principal component analysis, the hybrid principal component analysis, linear discriminant analysis, elastic image matching algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:920678
    • 提供者:jason.lee
  1. ecg

    0下载:
  2. Cardiac arrhythmia diagnosis method using linear discriminant analysis on ECG signals
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:45154
    • 提供者:alishah
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com