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

搜索资源列表

  1. 人脸识别

    0下载:
  2. 利用PCA主成分分析法对人脸进行降维处理,之后进行识别(face recognition using pca)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-30
    • 文件大小:24916992
    • 提供者:abcdvzz
  1. ]ORL+PCA+SVM-11

    0下载:
  2. 编写了用户界面程序实现ocr人脸数据集的识别,使用了svm分类器(A user interface program is developed to realize the recognition of OCR face data set, and the SVM classifier is used)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:9047040
    • 提供者:upczhaokai
  1. 基于主分量的人脸重构

    1下载:
  2. 本实验是基于主成分分析法(PCA)在人脸识别中的应用,采用SVM分类器在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真。
  3. 所属分类:matlab例程

  1. PCA

    0下载:
  2. 非常经典的特征提取算法,经常用来做降维方法,但是也可以直接用来做特征提取,很适合图像处理入门,在人脸识别也经常用到(Very classic feature extraction algorithm, often used to do dimensionality reduction methods, but can also be used directly to do feature extraction, it is suitable for image processing, in fa
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:6807552
    • 提供者:firefly1
  1. (PCA+SVM)人脸识别

    1下载:
  2. 人脸识别,降维 加分类,主成分分析降维,支持向量机分类(Face recognition, principal component analysis reduced Vega classification, dimension reduction, support vector machine classification)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:5894144
    • 提供者:jay1231
  1. FaceRecognition

    0下载:
  2. 基于主成分分析的人脸识别,应用K-L变换作特征处理(Face recognition based PCA)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:82944
    • 提供者:Winhows
  1. pca FaceIndentify

    2下载:
  2. 基于PCA的人脸识别代码,可以自己添加需要训练的人脸库
  3. 所属分类:Windows编程

  1. PCA&2DPCA (1)

    0下载:
  2. pca和2dpca的MATLAB人脸识别。并且使用orl人脸数据库进行测试(PCA and 2DPCA's MATLAB face recognition. And use the ORL face database to test)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:23426048
    • 提供者:yangrongme6
  1. pca

    0下载:
  2. A face recognition algorithm of pca using java code
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:wuxingyu
  1. face-KNN

    0下载:
  2. 用PCA算法和KNN算法实现人脸识别,参数可以自己调整(The PCA algorithm and the KNN algorithm are used to realize the face recognition, and the parameters can be adjusted by themselves)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:L.Xun
  1. face-Bayes-GaussianNB

    0下载:
  2. 用贝叶斯中的高斯类库实现人脸识别,结合PCA算法实现(Face recognition using the Gauss class library in Bayes, combined with PCA algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:L.Xun
  1. face-Bayes-BernoulliNB

    0下载:
  2. 用贝叶斯中的努伯利类实现人脸识别,结合PACK算法实现(Bayesian face recognition in Nuboli, combined with PACK algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:L.Xun
  1. 52176893pca-matlab-code

    0下载:
  2. pca人脸识别算法,人脸检测,欧式距离,特征向量求法等。(PCA face recognition algorithm, face detection, Euclidean distance, eigenvector method and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:33792
    • 提供者:欧阳某某
  1. PCA based on Face Recognition

    0下载:
  2. 主要实现的是基于PCA的人脸识别算法 Matlab代码(PCA-based face recognition algorithm)
  3. 所属分类:图形图象

    • 发布日期:2018-04-29
    • 文件大小:183296
    • 提供者:我里个天
  1. PCA+GUI人脸识别

    0下载:
  2. 基于PCA主成分分析算法和Yale人脸数据库,采用Matlab语言实现的人脸识别程序,整个程序分为预处理、训练、识别、GUI界面控制等几个模块,注释清晰,通俗易懂。(Based on PCA principal component analysis algorithm and Yale face database, the face recognition program is implemented in Matlab language. The whole program is divide
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:2179072
    • 提供者:linXH
  1. 特征脸方法PCA

    0下载:
  2. 这篇文章是撸主要介绍人脸识别经典方法的第一篇,后续会有其他方法更新。特征脸方法基本是将人脸识别推向真正可用的第一种方法,了解一下还是很有必要的(This article is the first line mainly introduces classical face recognition methods, the follow-up there will be other methods to update. The feature face method is basically the
  3. 所属分类:文章/文档

    • 发布日期:2018-04-30
    • 文件大小:150528
    • 提供者:哈哈4
  1. 基于PCA的人脸识别

    1下载:
  2. 基于PCA的人脸识别,包括图片的预处理,特诊提取,人脸识别,是一份不错的学习资料(Face recognition based on PCA, including image preprocessing, special diagnosis and face recognition, is a good learning material.)
  3. 所属分类:图形/文字识别

  1. PCA+LDA

    0下载:
  2. pca+lda人脸识别,可在MATLAB上运行(Based on pca+ Ldaface recognition procedures can be directly run matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:8192
    • 提供者:lizhiwei
  1. PCA_based Face Recognition System

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

    • 发布日期:2018-05-01
    • 文件大小:327680
    • 提供者:起啥名儿好
  1. pca

    0下载:
  2. PCA算法可在MATLAB中配合人脸数据库实现人脸识别(PCA algorithm can be used to realize face recognition algorithm.)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-05-01
    • 文件大小:33792
    • 提供者:小须
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com