CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - face database

搜索资源列表

  1. flda

    0下载:
  2. fisher线性鉴别分析的人脸识别,在ORL库上实验,可在其他库上运行-fisher linear discriminant analysis for face recognition, in the ORL database on the test can be run on other database
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1502
    • 提供者:王善民
  1. ar_dct_kda

    0下载:
  2. 在AR人脸库上进行DCT变换,使用DCT变换后的图像进行 kernel fisher discriminant analysis,其中kernel 函数可以自己选择-In the AR face database on the DCT transform, using the DCT transformed image kernel fisher discriminant analysis, which can choose the kernel function
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2370
    • 提供者:邵珠立
  1. pca

    0下载:
  2. 运用奇异值分解定理的PCA方法在ORL人脸库上进行人脸识别,分类器为最近邻分类器,-The use of singular value decomposition theorem of PCA method in ORL face database for face recognition, nearest neighbor classifier for the classifier,
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1262
    • 提供者:胡丽娜
  1. NPE

    0下载:
  2. 本代码实现基于成对约束的半监督图嵌入算法-Following the intuition that the image variation of faces can be effectively modeled by low dimensional linear spaces, we propose a novel linear subspace learning method for face analysis in the framework of graph embeddi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:2360
    • 提供者:刘国胜
  1. adaboostm1code

    1下载:
  2. 这是一篇关于adaboost.m1算法的人脸识别源码,识别率挺高的,读入任意人脸库即可运行,已经过测试-This is a source code of face recognition algorithm on adaboost.m1 .code has been tested ,you can read face database to run
  3. 所属分类:matlab例程

    • 发布日期:2014-03-13
    • 文件大小:1157315
    • 提供者:田晓娜
  1. yaleB01_P00.tar

    0下载:
  2. 人脸识别图片,找了很久才找到的,希望对大家有用-face database
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-29
    • 文件大小:11799520
    • 提供者:xiaoguochang
  1. FLDA

    2下载:
  2. 使用Fisher线性鉴别分析(FLDA)方法在ORL人脸数据库上进行人脸识别试验。ORL标准人脸库共包含40人,每人10幅共400幅BMP图像。-The use of Fisher linear discriminant analysis (FLDA) at Ways on ORL face database for face recognition test. Standard ORL face database contains a total of 40 people, 10 per pe
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3782
    • 提供者:liz
  1. FLDbasedFaceRecognitionSystem_v2

    0下载:
  2. 基于fisherface的人脸图像识别,采用lda降维的方法来识别人脸图像-This package implements a well-known FLD-based face recognition method, which is called Fisherface [1]. All functions are easy to use, as they are heavy commented. Furtheremore, a sample scr ipt is incl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:261703
    • 提供者:paul
  1. 1

    1下载:
  2. Amir Hossein Omidvarnia用matlab编写的基于PCA的人脸识别系统和基于FLD的人脸识别系统,其中 的图像示例为Essex face database中 face94 的部分图像,文献可参考"Eigenfaces vs. Fisherfaces: Recognition using class specific linear projection."已经测试过程序可正常运行没有问题。-Amir Hossein Omidvarnia prepared using
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:377708
    • 提供者:刘子木
  1. yaleB01_P02.tar

    0下载:
  2. face database人脸识别灰度图库,我想对做人脸识别的朋友会有帮助-face database
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:11404967
    • 提供者:xiaoguochang
  1. yaleB01_P04.tar

    0下载:
  2. face database人脸识别灰度图库,我想对做人脸识别的朋友会有帮助-face database
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:11252508
    • 提供者:xiaoguochang
  1. ar_dct_lda

    0下载:
  2. AR人脸库进行DCT变换,然后使用Fisher discriminant analysis 进行特征提取,使用cos分类器进行人脸分类。-AR Face Database for DCT transform, and then use the Fisher discriminant analysis feature extraction, using cos classifier for human face classification.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1905
    • 提供者:邵珠立
  1. ar_dcv

    0下载:
  2. 在ar人脸库上使用鉴别公共向量方法(discriminant common vector)方法实现人脸图像鉴别分析-In the ar face database using the identification of public-vector method (discriminant common vector) method of achieving facial image discriminant analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1322
    • 提供者:邵珠立
  1. 2DLDAwiththeSVM-basedfacerecognitionalgorithm

    0下载:
  2. 二维线性鉴别分析(2DLDA)算法能有效解决线性鉴别分析(LDA)算法的“小样本”效应,支持向量机 (SVM)具有结构风险最小化的特点,将两者结合起来用于人脸识别。首先,利用小波变换获取人脸图像的低频分量,忽 略高频分量:然后,用2DLDA算法提取人脸图像低频分量的线性鉴别特征,用“一对多”的SVM 多类分类算法完成人脸 识别。基于ORL人脸数据库和Yale人脸数据库的实验结果验证了2DLDA+SVM算法应用于人脸识别的有效性。-”Small sample size”problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:236393
    • 提供者:费富里
  1. KPCA

    6下载:
  2. 在ORL或Yale标准人脸数据库上完成模式识别任务。用PCA与基于核的PCA(KPCA)方法完成人脸图像的重构与识别试验. -Or Yale in the ORL face database, complete the standard pattern recognition tasks. With the PCA and kernel-based PCA (KPCA) method to complete the reconstruction of face image and reco
  3. 所属分类:matlab例程

    • 发布日期:2013-10-07
    • 文件大小:1149
    • 提供者:李海
  1. Sparse_ar

    2下载:
  2. sparsity preserving projections (SPP)方法,根据论文《sparsity preserving projections with applications to face recognition》使用AR人脸数据库-sparsity preserving projections (SPP)method, according to the paper "sparsity preserving projections with applications t
  3. 所属分类:matlab例程

    • 发布日期:2013-08-15
    • 文件大小:13197630
    • 提供者:刘茜
  1. faces

    0下载:
  2. face database for face recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:81408
    • 提供者:priya
  1. SVM-face-recognition

    0下载:
  2. SVM face recognition 程序源代码 s1-s40 --------- 人脸数据库 face.m --------- 人脸识别主程序 load_database.m------载入数据函数 其他-------------LIBSVM工具箱函数 注意:LIBSVM需要手动安装,先安装编译器,再执行make.m-Source code S1-s40-----face database Face. M-----face recognition t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:4026458
    • 提供者:电子develop
  1. ICA-face-recognition

    0下载:
  2. 本程序是基于ICA(独立成分分析)方法进行人脸识别,人脸库已经给出,有需要的童靴自行下载-This procedure is based on ICA (independent component analysis) method for face recognition, face database has been given, there is a need to download children' s boots
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:341640
    • 提供者:杨建
  1. Face-Recognition

    0下载:
  2. 通过主成分分析,对已有人脸库进行人脸识别,效果非常好,非常显著-Through principal component analysis, the existing face recognition, face database are effect is very good, is very significant
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:278491
    • 提供者:张聪
« 12 3 4 5 »
搜珍网 www.dssz.com