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

搜索资源列表

  1. DPCA

    0下载:
  2. 二维PCA人脸识别源码,针对ORL人脸库,识别率98%,matlab语言编程
  3. 所属分类:图形/文字识别

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

    0下载:
  2. matlab实现pca算法,基于orl人脸数据库,有很高的识别率
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1653
    • 提供者:秦晔
  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. PCA-code

    0下载:
  2. 基于主成分分析方法的人脸重构,使用ORL人脸数据库-the face reconstruction based on PCA method
  3. 所属分类:Special Effects

    • 发布日期:2017-06-12
    • 文件大小:20846761
    • 提供者:戈薇
  1. FaceRec

    2下载:
  2. 基于matlab2008的人脸识别系统,使用了PCA +Adaboost与PCA+SVM分别实现了人脸识别,使用了orl人脸库,给一个人的图片就可以识别此人身份,识别率高达84 -Matlab2008 face recognition system based on use of the PCA + Adaboost achieved with the PCA+ SVM face recognition, respectively, using the orl face database
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-06
    • 文件大小:16052224
    • 提供者:周天
  1. PCA

    0下载:
  2. 这是自己做的毕业设计的PCA,具有很高的识别率,使用的图像是ORL库-This is the pca,and it has the good recognition!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-15
    • 文件大小:7874
    • 提供者:rainbow
  1. pcaFISHER

    1下载:
  2. PCA+Fisher人脸识别,已在ORL人脸库上测试,效果不错-face recognition,including PCA and Fisher methods.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2594
    • 提供者:fuyanjun
  1. PCA

    1下载:
  2. PCA主成分分析用于人脸识别,提取特征值特征向量。有ORL人脸库。-PCA principal component analysis for face recognition, extraction Eigenvalue eigenvector. Have ORL face database.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3559934
    • 提供者:qjc
  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. PCA

    0下载:
  2. 基于PCA改进实现人脸识别的完整代码,采用ORL人脸库进行训练和测试.-Face Recognition Based on the PCA to improve the achievement of a complete code, ORL face database used for training and testing.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:4766
    • 提供者:邱赵龙
  1. ModualPCA

    0下载:
  2. 模块pca, 在人脸识别中进行特征提取,速度效率比PCA要高,基于ORL人脸库上进行试验。-In face recognition module pca feature extraction by speed, efficiency, than pca based on ORL face database on the test.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3931314
    • 提供者:白万荣
  1. gabor-pca

    3下载:
  2. 本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image processing, and then to reduce
  3. 所属分类:Graph Recognize

    • 发布日期:2014-04-25
    • 文件大小:11366400
    • 提供者:
  1. PCA-based-matlab

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

    • 发布日期:2017-03-25
    • 文件大小:2644
    • 提供者:wangxingl
  1. pca

    1下载:
  2. 用PCA算法在MATLAB中实现的人脸识别,效果不错,里面包含ORL人脸库-Face recognition using PCA to achieve good results, which contains the ORL face database
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5174742
    • 提供者:
  1. PCA

    0下载:
  2. 用MATLAB写的基于PCA的人脸识别算法,附带ORL人脸库,可直接查看算法效果-The ORL database written using MATLAB PCA-based face recognition algorithm, incidental, the algorithm can directly view the effect of
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:3081735
    • 提供者:张洪达
  1. FisherFace(matlab)

    0下载:
  2. 该内容为fisherface的matlab代码,绝对可以运行,实验的数据库为ORL人脸数据库,并且在代码中很多中文注释,便于理解,为了大家方便,在压缩包中还放了fisherface的原始原始论文和PCA算法的原始论文。希望这些资料对大家有所帮助。-Fisherface matlab
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-09
    • 文件大小:16521310
    • 提供者:天涯
  1. PCA

    0下载:
  2. 基于PCA的人脸识别matlab程序,含orl人脸库。-PCA-based face recognition matlab program, including orl face database.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3133166
    • 提供者:zdf
  1. PCA-SVM

    1下载:
  2. 基于PCA和SVM的人脸识别程序,matlab, ORL库-face recognition code Based on PCA and SVM , matlab, ORL face library
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:4235274
    • 提供者:liu
  1. 41972254PCA_ORL

    0下载:
  2. 代码是关于主成分分析的人脸识别,使用orl人脸图像集(The code is about principal component analysis of face recognition using ORL face image set)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-03
    • 文件大小:7356416
    • 提供者:伊莉莎
  1. PCA_based Face Recognition System

    0下载:
  2. 基于主成分分析pca的人脸识别matlab源码,用的是orl库(Face recognition matlab source code based on PCA)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:327680
    • 提供者:起啥名儿好
« 12 »
搜珍网 www.dssz.com