CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - orl LDA

搜索资源列表

  1. rspcafnni

    0下载:
  2. 该程序分为两部分:一、为pca+粗糙集+模糊神经网络 二、为pca+lda+粗糙集+模糊神经网络.还有ORL人脸库,和实验结果,希望对研究这方面的人有帮助
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:26275632
    • 提供者:戴欢
  1. PCALDA.rar

    1下载:
  2. 这是自己毕业设计做的PCA和LDA的结合,训练和识别过程都有,用的是ORL库里的图像,具有较高的识别率!,This is the pca+lda,and it has the good recognition!
  3. 所属分类:Graph Recognize

    • 发布日期:
    • 文件大小:6564
    • 提供者:rainbow
  1. 2DPCA_2DLDA.rar

    0下载:
  2. 利用2DPCA和2DLDA在ORL人脸数据库上做的人脸识别实验,注解详细,适合初学者使用,对理解PCA与LDA有很大的作用。,2DPCA and 2DLDA use in ORL face database for face recognition experiments do, comment in detail, suitable for beginners, on the understanding of PCA and LDA are very useful.
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3731539
    • 提供者:xiaocai
  1. 2D-LDA

    1下载:
  2. 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2834469
    • 提供者:王阳丽
  1. LDA-based-face-recognition

    0下载:
  2. 基于LDA的人脸识别技术,从ORL数据库读数据,然后从中取一部分进行训练,一部分进行测试。-This code is LDA base face recognition programme. It reads nots faces from ORL database and the rest (noc-nots) are used as test. LDA_Performance shows the recognition performance.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1313
    • 提供者:tangqinqin
  1. 7941921lda

    0下载:
  2. MATLAB的LDA人脸识别计算率的程序在ORL库上可以运行的-MATLAB calculation of the rate of the LDA Face Recognition in the program can run on the ORL database of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1984
    • 提供者:郝会娟
  1. daima

    1下载:
  2. (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化矩阵disdata,存入到imagedisdata.mat
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:2555
    • 提供者:dong
  1. ORL_32x32

    2下载:
  2. orl数据库和lda 主要是lda的人别程序和识别率都很不错希望大家可以看看哪-lda database and orl mainly people lda recognition rate of other procedures and is very good hope that we can see which
  3. 所属分类:2D Graphic

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

    1下载:
  2. 基于线性鉴别分析的人脸识别。本程序在ORL人脸库上进行了实验,检验LDA算法的识别率-Linear Discriminant Analysis for Face recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3084896
    • 提供者:左加阔
  1. PCAPLDA

    0下载:
  2. 这是一个很好的人脸识别的程序,首先用PCA降维,然后用LDA方法进行分类,用的是ORL人脸库。-This is a good face recognition program, the first PCA dimension reduction, classification, and then using the LDA method, use the ORL face database.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2810070
    • 提供者:rank
  1. LDA_ORL

    0下载:
  2. 如何使用matlab读取ORL图像,400张人脸,每类10张,一共40个类.并用LDA进行降维-how to use matlab to read ORL face images,400 face images of 40 people, 10 images per person. Then use LDA to reduce dimensionality
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4963
    • 提供者:Li Guo
  1. LDA-based-matlab

    0下载:
  2. 基于LDA算法的人脸识别,使用ORL人脸数据库做实验,达到95 的识别率-LDA algorithm-based face recognition using ORL face database experiment, 95 recognition rate
  3. 所属分类:Special Effects

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

    0下载:
  2. LDA在orl库上的实现,初学者的必备资料。-LDA in orl library on realization of the essential information for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1851253
    • 提供者:by
  1. FisherFace1

    0下载:
  2. 基于Fisher线性判别分析的人脸识别算法代码。内涵ORL人脸数据库-The code for face recognition based on Fisher LDA.And a database of face called ORL is included.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-06
    • 文件大小:3410968
    • 提供者:赖昀
  1. FLDA

    0下载:
  2. 基于Fisher线性判别分析的人脸识别代码。内涵ORL人脸库。-Code for face recognition based Fisher LDA,and a face data called ORL is included.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-02
    • 文件大小:3408098
    • 提供者:赖昀
  1. LDA-PCA-TLDA

    0下载:
  2. LDA\PCA\TLDA算法代码,内含orl人脸库-LDA \ PCA \ TLDA algorithm code, containing orl face database
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:3791662
    • 提供者:wanglili
  1. Pca_LDA_FaceRec

    0下载:
  2. 本代码主要根据PCA结合LDA的识别方法对ORL人脸库进行仿真。-This code is mainly based on PCA, LDA recognition method simulation on ORL face database.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1761
    • 提供者:chenzhaoyang
  1. LDA

    0下载:
  2. 基于LDA方法应用ORL人脸识别matlab程序-Methods ORL-based LDA face recognition matlab program
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:2804
    • 提供者:杨晋
  1. Fisher-LDA-face-recognize

    1下载:
  2. matlab平台实现人脸识别,通过PCA降维后再通过线性判别分析LDA实现人脸匹配。内附ORL人脸数据库,运行main函数即可输出结果-Matlab platform to achieve face recognition, PCA dimensionality reduction and then through linear discriminant analysis LDA face matching. Contains ORL face , run the main function t
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4234818
    • 提供者:don
  1. tensorflow-knn-双向LDA

    1下载:
  2. 基于LDA的人脸降维,精度比二维LDA的要高,有一定的运用价值。(orl tensorflow LDA PCA)
  3. 所属分类:图形/文字识别

    • 发布日期:2020-05-06
    • 文件大小:11648000
    • 提供者:switch2019
搜珍网 www.dssz.com