CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 人脸识别库

搜索资源列表

  1. matlab_svm_facerecongnition

    0下载:
  2. 先用“gettrainingdata”获取人脸样本库的特征,样本库中每人只有一个样本。 然后用“facerecognition\"输入待识别的人脸,可以较准确的得出结果!-first "gettrainingdata" Access to face the sample characteristics, Each sample repository is only a sample. Then "facerecognition" to the impo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3895
    • 提供者:zhangguoqing
  1. facetrainbyC++

    0下载:
  2. 这是一份基于人工神经网络的人脸训练源码。可以用于训练识别表情,定位人脸以及五官。并且里面还有一个图形库的包
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:621657
    • 提供者:bbplayer
  1. MyFaceRecognition

    0下载:
  2. 基于局部二值模式的人脸识别范例,其中选用了YALE人脸库作为仿真数据源。-Face recognition based on LBP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:4091711
    • 提供者:赵武锋
  1. dct_bp

    1下载:
  2. 结合DCT和BP神经网络进行人脸识别。先利用DCT提取特征,然后利用BP神经网络分类,在ORL人脸库上测试效果不错。-The combination of DCT and BP neural network for face recognition. First DCT Feature Extraction, and then use the BP neural network classifier, a good test results on the ORL face database.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1584
    • 提供者:尹贺峰
  1. dct_pnn

    0下载:
  2. 结合DCT和概率神经网络进行人脸识别。先利用DCT提取特征,然后利用PNN分类,在ORL人脸库上测试效果不错。-The combination of DCT and probabilistic neural network for face recognition. First DCT Feature Extraction, and then use a PNN classification, good test results on the ORL face database.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1004
    • 提供者:尹贺峰
  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-13
    • 文件大小:341640
    • 提供者:杨建
  1. ASM_Euler-distance

    0下载:
  2. 人脸识别,采用ASM和欧氏距离的方法,训练样本和测试样本来自SCface视频人脸库。ASM的特征点通过手工标记获得,并保存为mat文件。想要训练样本的原始图像,请联系我-Face recognition, using the ASM method and Euclidean distance, the training samples and testing samples from the SCface video database. Characteristics of ASM obtain
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:226923
    • 提供者:颜继永
  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. biaoqing

    0下载:
  2. 对jaffe人脸库进行识别测试的主程序,将jaffe人脸库分为训练集和测试集两部分,首先对图片进行LBP+LPQ特征提取,然后svm分类识别,统计识别率-Jaffe face for the identification of the main test will jaffe face is divided into a training set and a test set of two parts, the first of LBP+LPQ image feature extractio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2787220
    • 提供者:mutong
  1. bagging-NLDA-and-RLDA

    0下载:
  2. 利用matlab实现NLDA人脸识别算法,更详细的random sampling LDA, bagging NLDA和整合LDA算子利用majority vote 和sum rule的matlab 代码,人脸库使用ORL库或者XM2VTS库,地址:http://shop.zbj.com/14563255/sid-1213623.html- matlab codes for NLDA face detection, the face s are ORL. More details about r
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:4906529
    • 提供者:July科技
  1. deepgaze

    0下载:
  2. 新的人脸识别调用库,包含中众多人脸的算法,python编程完成,主要涉及人脸姿态估计(图片和视频),人脸表情估计,人脸皮肤检测等等数十种。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. FaceDetection

    0下载:
  2. 人脸检测纯C++代码,由中科院计算所山世光研究员带领的人脸识别研究组研发。代码基于C++实现,且不依赖于任何第三方的库函数,开源协议为BSD-2(Face detection of pure C++ code, the calculation of face recognition research group led by the Chinese Academy of Sciences researcher Shan shiguang. The code is based on C++ imp
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-18
    • 文件大小:7872512
    • 提供者:星星雨
  1. Intelligent-monitoring-platform

    1下载:
  2. 智能监控平台的网站服务基于Flask开源框架,图像识别与信息提取功能则基于cv2和tensorflow等一系列相关的第三方库。以网页的形式进行人脸识别、目标检测、目标跟踪等,并且可以存储相关的操作记录、用户登录、管理员登录(Intelligent monitoring platform's website service is based on Flask open source framework, while image recognition and information extract
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-07-19
    • 文件大小:565248
    • 提供者:Aaron.Xia
  1. shape_predictor_81_face_landmarks-master

    1下载:
  2. 基于dlib库的人脸68个特征点训练模型的扩展模型,可识别出人脸81个特征点,包括额头部分。(Based on the extended model of the face training model of 68 feature points based on Dlib database, 81 feature points can be recognized, including the forehead part.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-09-28
    • 文件大小:18290688
    • 提供者:Winnie_Q
  1. 人脸识别dlib19.10

    1下载:
  2. 一个机器学习的开源库,包含了机器学习的很多算法,使用起来很方便,直接包含头文件即可,并且不依赖于其他库(自带图像编解码库源码)。Dlib可以帮助您创建很多复杂的机器学习方面的软件来帮助解决实际问题。目前Dlib已经被广泛的用在行业和学术领域,包括机器人,嵌入式设备,移动电话和大型高性能计算环境。
  3. 所属分类:人工智能/神经网络/遗传算法

搜珍网 www.dssz.com