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

搜索资源列表

  1. 2DKPCA

    1下载:
  2. 实现2维核PCA的图像特征提取及识别功能-2-dimensional KPCA image feature extraction and recognition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-03-22
    • 文件大小:1460
    • 提供者:戈遥
  1. FisherFace

    0下载:
  2. Fisherface方法的实现是在PCA数据重构的基础上完成的,首先利用PCA将高维数据投影到低维特征脸子空间,然后再在这个低维特征脸子空间上用LDA特征提取方法得到Fisherface。程序中使用参数寻优的方法来寻找最佳投影维数,以达到比较理想的识别效果。-The Fisherface method implemented in the PCA data reconstruction based on the completion of the first use of PCA project
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:3526128
    • 提供者:
  1. sj2

    0下载:
  2. 人脸识别程序,包括PCA,LDA特征提取,内含GUI界面,数据库生产,识别率等-Face recognition program, including PCA, LDA feature extraction, contains GUI interface, database production, recognition rate
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:8040
    • 提供者:li
  1. PCA_ORL

    0下载:
  2. 对人脸图片用PCA降维,提取特征脸,附上ORL数据库-dimension reduction using PCA to extract eigenfaces of face images and the ORL dataset will also be provided
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:6640157
    • 提供者:houyifu
  1. mypca

    0下载:
  2. matlab下实现的pca降维算法,降低数据维数,保留数据的主特征-pca dimensionality reduction algorithm on matlab
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-18
    • 文件大小:612
    • 提供者:fanlongfei
  1. fsvm_pca

    1下载:
  2. 一个基于FSVM的人脸识别程序,用PCA提取特征,进行识别,里面包含原始的人脸图像-A based on FSVM face recognition program, using PCA feature extraction, identification, which contains the original face image
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:1352704
    • 提供者:周 脉成
  1. test3

    0下载:
  2. 对测试图像进行基于PCA的特征提取,然后在特征空间进行标示-PCA-based feature extraction, and then the test image in the feature space marked
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:1733
    • 提供者:赵越
  1. 12531568pca

    0下载:
  2. 基于matlab的PCA人脸识别完成程序,包含特征值与特征向量的提取、训练样本以及最后的识别检验-Matlab-based PCA Face Recognition to complete the process, including the eigenvalues ​ ​ and eigenvectors, identification of training samples and the final test
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1189
    • 提供者:薛进
  1. 14423169PCA

    0下载:
  2. 基于PCA方法对人脸的识别,有特征的提取,识别率的输出-PCA-based face recognition method with feature extraction, the recognition rate of output
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:1868
    • 提供者:薛进
  1. renlianshibie

    2下载:
  2. Gabor小波人脸识别,LBP特征提取,PCA,LPP降维。自己做的毕业设计。-Gabor wavelet face recognition, LBP feature extraction, PCA, LPP dimensionality reduction. Own graduation design.
  3. 所属分类:Graph Recognize

    • 发布日期:2014-04-25
    • 文件大小:20480
    • 提供者:张彬
  1. Irispca

    1下载:
  2. Iris 数据集的pca降维,先对Iris数据集进行特征提取,数据归一化,并将结果用图像显示出来。-Iris dataset pca dimensionality reduction
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:38327
    • 提供者:chou
  1. eigface

    0下载:
  2. 这是一个PCA分析人脸特征向量的代码,用的是PCA的分析方法。-get the eignface using the PCA. the code can detect several faces image once.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:1020
    • 提供者:wang
  1. ceshichengxu

    0下载:
  2. 研究人类视觉处理机制的有用代码,包括测试程序,特征提取,结果显示等有用 matlab代码,值得共同研究-Pca algorithm useful for human visual processing code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:1808
    • 提供者:李飞
  1. jieguo

    0下载:
  2. Pcnn神经网络筛选特征因子代码,pca预处理代码,特征因子整合代码,等等,都是好东西啊-Pcnn neural network filter characteristic factor code, pca pretreatment code, characteristic factor integration code, etc., are all good things ah
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3556
    • 提供者:李飞
  1. face_recognition

    0下载:
  2. 1. 本程序使用PCA算法对训练图像降维,得到特征图像; 2. 将每一幅图片与平均图像的差值投影到特征向量空间; 3. 计算训练图片投影两两之间的最大欧氏距离distance_max; 4. 将测试图片也投影到特征向量空间,计算它与所有训练图像投影的最小欧氏距离distanceST_min。 5. 设定判别阈值(设为0.3*distance_max,此为测试得到的经验值,不同阈值将影响判别结果)。当distanceST_min>0.3*distance_max时,则认为测试
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:640103
    • 提供者:天涯
  1. 2DPCA

    0下载:
  2. 本程序采用2级PCA提取特征,最小藕欧距离分类器进行人脸识别,实验数据为orl人脸库。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:6659
    • 提供者:薛进
  1. TE_PCA

    0下载:
  2. PCA:主元分析。进行降维,实现TE化工过程特征提取。-PCA: principal component analysis. Dimensionality reduction, feature extraction chemical process to achieve TE.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1545
    • 提供者:彭霞
  1. FaceReg_Pca

    0下载:
  2. 基于opencv的C++编写的利用haar特征人脸检测pca人脸识别的程序和相关文件。-Based on the opencv C++ prepared by the use haar feature face detection pca face recognition programs and associated documentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:29288754
    • 提供者:杨青云
  1. llde_cmb

    0下载:
  2. 人脸检测一直是人们在研究的问题,流形学习用于人脸检测中的特征提取,用PCA与constructM进行降维,KNN分类器用于分类。取得非常好的效果。-Face detection has been the problem of people in the study, manifold learning for face detection feature extraction using PCA and constructM dimension reduction, KNN classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:981071
    • 提供者:abcpei
  1. PCA1

    1下载:
  2. pca 神经网络 求样本协方差矩阵的特征值和特征向量 样本的均值化为零-pca neural network seeking sample covariance matrix of the eigenvalues ​ ​ and eigenvectors of the sample mean of zero
  3. 所属分类:Other systems

    • 发布日期:2015-11-16
    • 文件大小:1024
    • 提供者:孙杨
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com