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

搜索资源列表

  1. 21912914pca

    0下载:
  2. 一个关于人脸识别的pca主程序分析算法的matlab程序-About the pca a face recognition algorithm matlab main program analysis procedures
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:2393
    • 提供者:snowyzhao
  1. PCA_based_Face_Recognition_System

    0下载:
  2. 一个用PCA做人脸识别的matlab源码-PCA based face recognition system
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:245675
    • 提供者:Liu
  1. face3

    0下载:
  2. 基于PCA的人脸识别matlab代码,简单易懂,可读性强,识别效果尚可-PCA-based face recognition matlab code, easy-to-read, readability, and identification of effects can be ~ ~
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:553
    • 提供者:Leizhang
  1. PCAforfacerec

    0下载:
  2. 简要叙述了人脸识别方法,用PCA 算法实现了人脸的识别,并对实验结果进行分析-A brief descr iption of face recognition methods, PCA algorithm for face recognition, and analysis of experimental results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:243564
    • 提供者:刘文
  1. 11912872KPCAandPCA

    0下载:
  2. face recognition using PCA algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-28
    • 文件大小:12555
    • 提供者:soccon
  1. flda

    0下载:
  2. Fisher Linear Discrimination Analysis源码,程序带selfdemo演示-flda code
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1320
    • 提供者:yuxin
  1. 123456

    0下载:
  2. 毕业设计,人脸识别方面的,关于pca 的!有用的下!-Graduation design, face recognition area, on the pca! The next useful!
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:370374
    • 提供者:血狼
  1. newpca

    0下载:
  2. 一个修改后的PCA进行人脸识别的Matlab代码~-A revised PCA for Face Recognition Matlab code ~~~~~~~!!!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:1349
    • 提供者:Ton
  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-24
    • 文件大小:2555
    • 提供者:dong
  1. pca_face_recognition

    0下载:
  2. 基于pca主成分分析实现人脸识别功能,是人脸识别中比较经典的算法之一,取得很好的效果-Pca principal component analysis based on the realization of face recognition function, is face recognition algorithm to compare the classical one, and achieved good results
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:2930
    • 提供者:purple_ice
  1. tongjipcarecognition

    0下载:
  2. 统计PCA人脸识别程序 识别率比较高 大家多多下载-statical face recognition recognition high
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:2130
    • 提供者:鲍文军
  1. pcalda

    0下载:
  2. 包括pca和lda两个文件,先用pca降维后进行lda进行分类,用于人脸识别,实验结果很好。-It includes 2 files pca and lda. After the dimensionality reduction of pca, use lda for classification in face recognition. It has a very good experimental results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1068
    • 提供者:wangyuru
  1. face_recognition

    0下载:
  2. this a face recognition program using pca analysis-this is a face recognition program using pca analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1660
    • 提供者:rajat singh
  1. PCA2

    0下载:
  2. 是一个完整的PCA人脸识别程序,本程序结合OSVM写的,清晰明了,是学习pca以及OSVM学习的好代码!-PCA is a complete face recognition program, this program combines OSVM written clarity, to learn pca and OSVM a good source to learn!
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1453
    • 提供者:liguo
  1. PCAforface

    1下载:
  2. 用PCA实现人脸特征提取和识别,用matlab编写,和结果分析-A matlab code of PCA for face recognition
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2160
    • 提供者:xiaoxiran
  1. PCA_FaceRecognition

    0下载:
  2. 用PCA方法来进行人脸识别,并且有训练数据和测试数据。-With the PCA approach to face recognition, and there are training data and test data.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:178397
    • 提供者:wangyong
  1. PCAface

    0下载:
  2. 基于PCA的人脸识别理论基础与部分源代码,大家看看是否有用-PCA-based face recognition theory and some of the source code, take a look at the usefulness of
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:426523
    • 提供者:古敏
  1. PCA_face

    0下载:
  2. face recognition using pca
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:878
    • 提供者:yuweifeng
  1. wavefusypca

    1下载:
  2. 小波融合pca,采用特征级的融合,用于人脸识别。-Wavelet fusion pca, using Feature-level fusion for face recognition.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2064
    • 提供者:gu
  1. ImprovementonPCAand2DPCA

    0下载:
  2. A good paper about 2 dimensional PCA and face recognition
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:76933
    • 提供者:Mohammad
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com