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

搜索资源列表

  1. PCAPLDA

    0下载:
  2. PCA+LDA人脸识别,PCA降维到N-C,(N为训练样本数,C为类别数)使得Sw非奇异,主要是解决小样本,数据集为ORL,每类取9(可改)个图片-PCA+LDA recognition, PCA dimensionality reduction to NC, (N is the number of training samples, C is the number of categories) make Sw nonsingular, mainly to resolve the small s
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:8643
    • 提供者:朱德祥
  1. lle

    0下载:
  2. lle(局部线性嵌入)算法的源代码,适合进行人脸识别等,可降维。-lle (LLE) algorithm source code, suitable for face recognition, can reduce the dimension.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1121
    • 提供者:朱建勋
  1. BDLPP

    0下载:
  2. 该源代码是人脸识别中的二维降维方法BDLPP的源代码,下载下来就可执行,其代码简单易理解。-The source code is a two-dimensional face recognition dimensionality reduction method BDLPP source code can be downloaded from execution, the code is simple and easy to understand.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-16
    • 文件大小:427409
    • 提供者:李泷
  1. arRecByEulidDist

    0下载:
  2. 利用欧氏距离测试ar人脸数据库,该处的数据库经过了PCA降维处理; 训练样本为共计100个人的700幅图像降维数据 仅供参考,和交流之用。 - by using Euclidean distance test of AR face database, the database through the PCA dimension reduction training sample reduction data for 700 images of 100 individua
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3228204
    • 提供者:mafei863
  1. PCA-LDA-FaceRecognization

    0下载:
  2. 基于PCA-LDA的人脸识别算法。用PCA降维,LDA进行分类-PCA-LDA FaceRecognization
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3785
    • 提供者:蔡剑成
  1. pca_face_rec

    0下载:
  2. 用pca降维数据进行人脸识别,得到一定的主成份数据,而后根据与主成份数据之间的距离来判断是否属于同一个人的照片-use the pca algorithm to Face recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2172972
    • 提供者:
  1. main

    0下载:
  2. 本程序实现人脸对齐功能,它通过提取人脸特征,利用PCA降维,实现人脸对齐效果-This program implements the face alignment feature, it is through facial feature extraction using PCA dimensionality reduction to achieve the effect of face-aligned
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4451
    • 提供者:云长
  1. renlianshibie

    1下载:
  2. 利用PCA进行降维,并利用adaboost进行分类的人脸识别方法描述-Use PCA dimensionality reduction , face recognition method using adaboost classification descr iption
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:211812
    • 提供者:张苏楠
  1. LGEandKGEandOLGEandKPCAandKLPP

    0下载:
  2. 一系列降维算法,包括LGE,KGE,KLPP,OLEG,KPCA,将高维空间的数据降低的低维,主要用来进行人脸识别以等方面的特征提取,总共5个算法。-isometric projection to feature extraction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:12104
    • 提供者:徐丽
  1. PCA_based-Face-Recognition-System

    0下载:
  2. matlab人脸识别代码,用了PCA降维处理,可以进行简单的人脸识别-Face recognition matlab code, using the PCA dimension reduction, face recognition can be a simple
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:183474
    • 提供者:李明
  1. PCA

    0下载:
  2. PCA人脸识别降维,可重构图像观察降维效果-Face recognition PCA dimension reduction, can test the effect of dimensionality reduction
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:10825189
    • 提供者:王凯杰
  1. face

    0下载:
  2. 先用PCA降维,然后使用OMP识别人脸图像。人脸库是ORL人脸库。-First with PCA dimensionality reduction, and then use the OMP face image recognition. Face is the ORL.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3834438
    • 提供者:谢小雨
  1. PCA--algorithm

    0下载:
  2. 人脸特征抽取。主成分分析法。特征降维。样本矩阵。-Facial feature extraction。Principal component analysis (pca).Feature dimension reduction.The sample matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2242
    • 提供者:周骞
  1. pca20111111

    0下载:
  2. 实现对人脸数据库的读取,并对其进行降维,可以降维到小于人脸数据样本一下的维数-Dimension achieve human face reads, and its dimensionality reduction, can be reduced to less than one-dimensional data samples at the face
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:882
    • 提供者:铸造
  1. fastPCA

    0下载:
  2. PCA降维用于实现人脸识别和主成分分析,输入时n维输出是k维-PCA dimensionality reduction for face recognition and principal component analysis, n-dimensional output when the input is k-dimensional
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:580
    • 提供者:陈培锴
  1. Yale_face-recognition_pca

    0下载:
  2. 使用yale人脸数据库,用PCA降维方法来对人脸数据进行分类的MATLAB代码,附有人脸图片-Yale face , using PCA dimension reduction method to classify data of face of MATLAB code, and comes with a human face images
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1594020
    • 提供者:yanlun
  1. pca

    0下载:
  2. 人脸搜索简单实现,使用主成分分析算法(PCA),依赖opencv,对若干张人脸图片进行PCA降维处理,然后将输入人脸图片与降维后的数据做比较,根据权重输出结果,权重越大则人脸越相似-Simple face search, using the principal component analysis (PCA) algorithm, opencv, for a number of face images for PCA dimension reduction, and then the input
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1147165
    • 提供者:shishiteng
  1. PCAPLPP

    0下载:
  2. 在人脸识别当中,针对LPP是一个局部化的线性降维处理,我们先提出来先对其进行预处理,然后再利用LPP。-In face recognition, in view of the LPP is a localization of linear dimension reduction processing, we first put forward the preprocessing, and then re-use LPP
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2682
    • 提供者:赵礼
  1. KPCA-ORL

    0下载:
  2. 随着人脸识别越来越受到重视,而人脸识别中特征降维又很重要,所以特征降维算法也很重要。因此PCA降维算法很重要-Dimensionality reduction for Face Recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3141144
    • 提供者:邢玲
  1. svm_matlab_facerecognition

    2下载:
  2. 利用PCA算法进行特征提取和数据降维,再用SVM算法进行人脸识别的程序,里面有人脸数据库!-Use PCA algorithm for feature extraction and data reduction, and then SVM algorithm recognition program, which was face !
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3793263
    • 提供者:dubiao
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com