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

搜索资源列表

  1. pca2D

    0下载:
  2. 一个基于pca2D的人脸识别分类程序, 并包含完整的FACE-ORL人脸库,很具有研究和学习价值-Pca2D based on face recognition classification procedures, and includes the complete FACE-ORL face database, it is with research and learning the value of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5.32mb
    • 提供者:李伟
  1. facedata

    0下载:
  2. 这是读好的ORL 和YALE人脸库数据, 用LODA加载后, 变量train 代表是训练样本, test 代码是测试样本。-This is a good time ORL and Yale face database data, using Loda loaded, variable train representatives training samples, test code is to test the samples.
  3. 所属分类:Other systems

    • 发布日期:2017-06-14
    • 文件大小:21.88mb
    • 提供者:lousongjiang
  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
    • 文件大小:3.69kb
    • 提供者:liz
  1. KFDA

    1下载:
  2. 此实验使用核Fisher鉴别分析(KFDA)方法在ORL人脸数据库上进行人脸识别试验。ORL标准人脸库共包含40人,每人10幅共400幅BMP图像。-This experiment the use of nuclear Fisher discriminant analysis (KFDA) method on ORL face database for face recognition test. Standard ORL face database contains a total of 40
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:5.62kb
    • 提供者:liz
  1. PCA

    1下载:
  2. PCA主成分分析用于人脸识别,提取特征值特征向量。有ORL人脸库。-PCA principal component analysis for face recognition, extraction Eigenvalue eigenvector. Have ORL face database.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.4mb
    • 提供者:qjc
  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
    • 文件大小:2.5kb
    • 提供者:dong
  1. li9_8

    1下载:
  2. 人脸图像的预处理程序,对ORL人脸库上的图像进行的预处理-Face image preprocessing procedures on the ORL face database of images of pre-treatment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:895byte
    • 提供者:牛险峰
  1. orl_faces

    1下载:
  2. orl人脸库,40个人,每人10幅图像。-orl face database, 40 individuals, 10 images per person.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:2.94mb
    • 提供者:云海
  1. ORL

    0下载:
  2. orl 人脸识别数据库,希望可以帮到象我一样的初学者-orl face recognition database, the desire to help the beginner like me
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-09
    • 文件大小:2.94mb
    • 提供者:原子
  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
    • 文件大小:230.85kb
    • 提供者:费富里
  1. 20064817924orl_faces_112x92

    0下载:
  2. ORL人脸图像库,共40人,每人10幅图像,其中每人的前5幅作为训练样本,后5幅作为测试分类样本,统计正确分类率。分类准则为最近邻规则。 真实的图像尺寸为112x92,列向量堆积对应人脸库矩阵的每一列。 -ORL face image database, a total of 40 per 10 images, each of which the first five as training samples, after the 5 categories as a test sampl
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.34mb
    • 提供者:limei
  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
    • 文件大小:1.12kb
    • 提供者:李海
  1. orl_faces

    0下载:
  2. ORL人脸库,可以用于人脸检测识别用,在 ORL 人脸库中,有 400 幅分辨率为92*112,具有不同表情、不同姿势、稍许倾斜(不超过20度)、稍许遮掩的图像-ORL face database, face detection and recognition can be used for the ORL face database, there are 400 92* 112 resolution, with different expressions, different posture,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:2.94mb
    • 提供者:sunny
  1. orl-eye-database

    2下载:
  2. orl人脸库中截取出来的眼睛样本,作为疲劳检测中的人眼训练样本-orl face database from the eyes of the interception of the sample, as the fatigue test samples in the training of the human eye
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:177.73kb
    • 提供者:天天
  1. orl-bmp

    0下载:
  2. ORL人脸库,BMP格式,可用于任何做人脸识别程序测试-ORL face database, BMP format, can be used for any program to do face recognition test
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:4.45mb
    • 提供者:hobby
  1. ORL-face-database

    0下载:
  2. 原始的ORL人脸库,包含40个人400张图片,每张大小是92x112x3。-original ORL face database
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:6.12mb
    • 提供者:zhangmufan
  1. ORL

    0下载:
  2. orl人脸数据库,40人,每人10张,bmp格式,完整版(ORL face database, 40 people, 10 per person, BMP format, the full version)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-14
    • 文件大小:4.03mb
    • 提供者:火焰约定
  1. ORL_Aligned_faces

    0下载:
  2. aligned and normalized ORL face database which is manually cropped by the eyes and mouth
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:9.83mb
    • 提供者:midou
  1. ORL

    1下载:
  2. 此文件为ORL人脸数据库,经典的人脸数据库,可用于人脸检测及识别(This file is ORL face database, classical face database, which can be used for face detection and recognition.)
  3. 所属分类:图形/文字识别

    • 发布日期:2020-05-22
    • 文件大小:18.67mb
    • 提供者:浅笑安然。
  1. ORL人脸数据库

    1下载:
  2. ORL人脸数据库,包含400幅人脸图像(40人, 每人1O幅, 大小为112像素x92像素)(ORL face database, including 400 face images (40 people, 10 for each person, 112 pixels x 92 pixels in size))
  3. 所属分类:模式识别(视觉/语音等)

    • 发布日期:2020-12-10
    • 文件大小:6.12mb
    • 提供者:Torschlusspanik
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com