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

搜索资源列表

  1. renlianshibie

    0下载:
  2. 采用余弦相似距离进行人脸识别,采用YALE人脸库-Cosine similarity distance for face recognition, using YALE face
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3328613
    • 提供者:许超
  1. ICArenlianshibie

    0下载:
  2. 采用ICA独立成分分析进行人脸识别,采用YALE人脸库-Using independent component analysis ICA face recognition, using YALE face
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3329046
    • 提供者:许超
  1. Face_Recognition

    0下载:
  2. 基于opencv库中的人脸识别代码,可以实现检测并跟踪视频中的人脸,可以选择训练人脸模型,或者直接加载训练好的人脸模型来识别视频中的人脸身份。-Based opencv library, this face recognition code can be achieve detecting and tracking faces in the video. You can choose training face model, or load directly trained human face
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2940796
    • 提供者:
  1. PCA-SVM

    1下载:
  2. 基于PCA和SVM的人脸识别程序,matlab, ORL库-face recognition code Based on PCA and SVM , matlab, ORL face library
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:4235274
    • 提供者:liu
  1. pca

    0下载:
  2. 利用OpenCV库函数实现PCA(主成成分分析)算法,该算法是经典人脸识别算法Eigenface里的核心算法。-Use OpenCV library functions achieve PCA (Principal Component Analysis into) algorithm, which is a classic face recognition algorithm Eigenface in core algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2370
    • 提供者:曾文超
  1. Eigenface

    0下载:
  2. 人脸识别Eigenface算法的完整实现,主要基于PCA(主成成分分析)和kNN(k近邻)分类器实现,测试模板库基于ORL和yale,可以达到98 的识别率。-Eigenface complete recognition algorithm, mainly based on PCA (Principal Component Analysis into) and kNN (k nearest neighbor) classifier implementation, test template li
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2938
    • 提供者:曾文超
  1. face_pca

    0下载:
  2. MATLAB 人脸识别,图像检索ORL库,用于PCA例程-MATLAB recognition, image retri ORL library routines for PCA
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:6790458
    • 提供者:yunnyc
  1. PCA_based-Face-Recognition-System

    0下载:
  2. 基于PCA算法的人脸识别完整算法,可运行,按提示输入训练数据库和测试数据库,及待识别的图片,即可将识别结果返回,文件中包含ORL人脸库-Complete face recognition algorithm based on PCA algorithm can be run, follow the prompts to enter the training and test s, and the image to be recognized, you can return the recogni
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-30
    • 文件大小:190952
    • 提供者:
  1. pcalda

    0下载:
  2. 基于pca和lca的人脸识别程序, 人脸库分为训练集和测试集两部分,统计识别率 -Based on pca face recognition program and lca, the face is divided into a training set and a test set of two parts, the recognition rate statistics
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-10
    • 文件大小:16707233
    • 提供者:jiagh
  1. v1.9

    0下载:
  2. 程序用vc6.0编写,基于离散余弦变换DCT和bp神经网络的人脸识别。采用ORL人脸库,对图像进行DCT低通滤波,再用BPNN进行训练或识别,样本空间内识别效果好。设计流程参考了本站 yaxuan 的v3.3(http://www.pudn.com/downloads330/sourcecode/math/detail1452162.html)(本程序不包含原作的粒子群修正权值及网络结构调整等功能,但调整了训练样本的排列顺序) 感谢原作者,若有侵权我会删除此上传^ ^-Vc6.0 procedu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3476882
    • 提供者:连云
  1. face_recognition

    0下载:
  2. 用于人脸识别,能够将摄像头前的人脸与库中的人脸进行比对,得到预测的结果-For face recognition, the camera can be compared to the front of the face and the face of the to get the results of the prediction
  3. 所属分类:OpenCV

    • 发布日期:2016-07-20
    • 文件大小:7926784
    • 提供者:戴杰
  1. celianling

    0下载:
  2. 本项目是一个一个娱乐性的app项目源码,用户可以通过拍照或者从本地图库选择自己或者朋友的照片,然后分析出年龄,性别,还可以把分析的结果和照片分享到地图上,其他用户也可以看到您分享的照片和测试出来的年龄。人脸识别技术用到的是一个face++提供的服务-The project is a an entertaining app project source code, users can take pictures or choose your own or your friends' pho
  3. 所属分类:JavaScript

    • 发布日期:2017-05-14
    • 文件大小:3445522
    • 提供者:悟空
  1. PCA(test)

    0下载:
  2. 完整的PCA 人脸识别的应用包括几个步骤:人脸图像预处理;读入人脸库,训练形成 特征子空间;把训练图像和测试图像投影到上一步骤中得到的子空间上;选择一定 的距离函数进行识别-We present an approach to the detection and identification of human faces and describe a working, near-real-time face recognition system which tracks a s
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:365131
    • 提供者:yejintianming
  1. PCA_ORL

    0下载:
  2. 人脸识别技术作为生物体特征识别技术的重要组成部分,在近些年来已经发展成为计算机视觉和模式识别领域的研究热点。本实验是基于K-L变换的主成分分析法(PCA)在人脸识别中的应用,在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真,并对样本图像进行了重构。本实验在ORL人脸库的基础上,选用每人前5张图片,共计40人200幅样本图像,通过快速PCA算法将10304维的样本特征向量降至20维,并实现了基于主分量的人脸重建,验证了PCA算法在高维数据降维处理与特征提取方面的有效性。-Fac
  3. 所属分类:Document

    • 发布日期:2017-06-13
    • 文件大小:20066829
    • 提供者:季科
  1. mytrain

    1下载:
  2. eigenface 人脸识别算法,包含训练过程,未使用相关现有库(需要预先人工校准人脸位置)-eigenface face recognition algorithm, including the training process, first off unused existing library (previously required manual calibration position of the face)
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:259365
    • 提供者:ad
  1. PCA-SVM

    0下载:
  2. 本程序使用MATLAAB R2014a 编写,基于PCA_SVM的人脸识别程序。程序包括主成份分析、SVM核函数,并附带了人脸库,使之能够直接调用人脸库图像进行人脸识别-The program uses MATLAAB R2014a written procedure based on recognition of PCA_SVM. Program includes principal component analysis, SVM kernel function, and comes face
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4228834
    • 提供者:月逝天
  1. AR_face-recognition

    0下载:
  2. 基于AR人脸库的人脸识别程序,采用两种不同的方法对人脸进行识别-AR_database face recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1802
    • 提供者:annie
  1. PCA_based

    0下载:
  2. 本程序使用MATLAAB R2014a 编写,基于PCA的人脸识别程序。主要使用的是用PCA(主成份分析)方法。文件附带了人脸库,可以直接使用。-This procedure using MATLAB R2014a written PCA-based face recognition program. The main use is to use PCA (Principal Component Analysis) method. Documentation that came with the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:116628
    • 提供者:月逝天
  1. PCA_Face

    0下载:
  2. 实用opencv中的库函数,实现基于pca算法的人脸识别,非常精确-Practical opencv library functions, Based on pca face recognition algorithm is very accurate
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:229898
    • 提供者:wl
  1. yalemain

    0下载:
  2. 人脸识别,验证参数错误率,选择错误率小的参数 (对yale人脸库进行人脸识别),代码完整-Face recognition, validate parameter error rates, choose the parameters of the error rate is small (library of Yale face for face recognition), code integrity
  3. 所属分类:Data Mining

    • 发布日期:2017-05-05
    • 文件大小:83830
    • 提供者:赵阿阿
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 »
搜珍网 www.dssz.com