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

搜索资源列表

  1. 跟踪演示程序源代码

    1下载:
  2. 希望对大家有用啊
  3. 所属分类:输入法编程

  1. LDA

    1下载:
  2. 使用matlab实现的LDA(线性判别分析)分类器,以及PCA的实现-Implemented using matlab LDA (linear discriminant analysis) classifier, and the implementation of PCA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:6453
    • 提供者:jcli
  1. prtools

    0下载:
  2. 模式识别常用函数,包括模式融合、PCA、LDA等经典算法-common function in pattern recognition,including pattern fusion,PCA.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:72443
    • 提供者:留耳闻
  1. featureExtraction

    0下载:
  2. 该程序包实现了模式识别中的两个特征提取算法,主成分分析PCA和线性判别分析LDA。采用C++语言编写,开发环境VS。 程序包还提供了两个测试样本文件。-The package to achieve the recognition of the two feature extraction algorithm, principal component analysis PCA and linear discriminant analysis LDA. Using C++ language, dev
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:45953
    • 提供者:tangxiaojun
  1. FACE_COMPARE

    0下载:
  2. 介绍了几中人脸识别的方法,并对其进行了比较,有LDA,PCA等-FACE RECOGNITION
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:167257
    • 提供者:grubby
  1. LDA1

    1下载:
  2. 这是用pca lda knn进行分类的lda部分的代码-It is used to classify pca lda knn part of the code of lda
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1325
    • 提供者:shelley
  1. PCAandLDA

    0下载:
  2. 模式识别中pca和lda的算法及两个分离器算法-Pattern recognition algorithms for pca and lda and two separate Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3852
    • 提供者:邹涛
  1. pcalda

    0下载:
  2. 首先进行小波变换,在此基础上进行pca特征提取,在进行lda特征提取,用于人脸识别-First, wavelet transform, in this based on pca feature extraction, feature extraction during lda for face recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2167
    • 提供者:gu
  1. ImprovedPCAFaceRecognitionAlgorithm

    0下载:
  2. 摘要:主成分分析(PCA)的人脸识别算法,以减少的特征向量是涉及到对抽象的特点,改进了主成分分析(一)iUumination算法的变化影响酶原sed.The方法是基于上减低与正常化其相应的标准差的特征向量元素相关联的大特征值的特征向量的影响力的想法。耶鲁大学和耶鲁大学面临的数据库面对数据库B是用来验证-Abstract:In principal component analysis(PCA)algorithms for face recognition,to reduce the influen
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:205857
    • 提供者:费富里
  1. AComparativeStudyonFaceRecognitionUsingLDA-BasedAl

    0下载:
  2. 线性判别分析(LDA)是一种较为普遍的用于特征提取的线性分类方法。但是将LDA直接用于人脸识别 会遇到维数问题和“小样本”问题。人们经过研究,通过多种途径解决了这两个问题并实现了基于I,DA的人脸识 别 文章对几种基于LDA的人脸识别方法做了理论上的比较和实验数据的支持,这些方法包括Eigenfaces、Fish— erfaceS、DLDA、VDLDA及VDFLDA。实验结果表明VDFLDA是其中最好的一种方法。-Low—dimensional feature representat
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:221810
    • 提供者:费富里
  1. Desktop

    0下载:
  2. 人脸识别技术是计算机模式识别领域非常活跃的研究课题,在法律、商业等领域有 着广泛的应用前景。自动人脸识别系统一般由两个模块组成:定位与检测模块,特征提 取与识别模块。本文对两个子模块进行了详细讨论,通过实验仿真了一个基于静态图像 的人脸识别系统。为提高系统的识别率,本文对定位检测模块和特征提取模块进行了深 入研究。 针对复杂多变人脸检测和定位问题,实现了一种基于对称特征的人脸定位方法。该 算法首先基于肽色特征提取出人脸区域,根据眼睛的颜色和梯度特征在肤色区找到眼睛 可
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:8400050
    • 提供者:maple
  1. LDA

    0下载:
  2. matlab线性判别分析函数,首先需要用PCA进行数据压缩,然后提前特征变量,进行判别分析-Matlab for LDA
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1073
    • 提供者:luo
  1. PRproject_lda

    1下载:
  2. 线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。- C# source code of linear discriminant analysis (LDA, full name of the Fisher Linear Discriminant Analysis) algo
  3. 所属分类:Algorithm

    • 发布日期:2015-06-23
    • 文件大小:435187
    • 提供者:李洪涛
  1. LDAFaceRecog

    0下载:
  2. 基于线性判别的人脸识别,LDA 方法区别于PCA-Face recognition based on linear discriminant, LDA method is different from PCA
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1669
    • 提供者:尘筑
  1. MINE.RAR

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:8905
    • 提供者:xw
  1. PCALDA

    0下载:
  2. PCA和fisher人脸识别代码,有详细注释 能直接用-two algorithms about pca and LDA,it s very simple and useful
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:583065
    • 提供者:cxianfa
  1. pca_lda

    1下载:
  2. 主流的人脸识别识别算法pca和lda的融合,将pca和lda方法的优点进行了融合补充的互相之间的不足-Mainstream recognition algorithm for face recognition pca and lda integration of the pca and lda method has the advantage was integration between each other enough to add
  3. 所属分类:matlab

    • 发布日期:2016-04-28
    • 文件大小:534528
    • 提供者:makai
  1. PCAandLDA

    0下载:
  2. 用pca 和 lda 实现数据的降维,加快机器的特征提取的速度。-Pca and lda of data with dimension reduction, feature extraction to speed up the speed of the machine.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2913
    • 提供者:江红
  1. facepcalda

    0下载:
  2. 一个用PCA和LDA降维,并用knn分类的人脸识别例程-A dimension reduction using PCA and LDA, and face recognition with the knn classification routines
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4860595
    • 提供者:taoda
  1. projekt

    0下载:
  2. Implement two methods face recognition: PCA and LDA for ORL face base
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:8689185
    • 提供者:Paul
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com