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

搜索资源列表

  1. opencvtest

    1下载:
  2. 这是一个opencv 做的人脸表情检测程序,加载图片可以检测出人脸位置,以及 人脸表情。人脸转角不能太大,或者检测不准确。-This is a facial expression do opencv testing procedures, load the image can be detected face position and facial expression. Face the corner not too big, or detection is not accurate.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-13
    • 文件大小:12993791
    • 提供者:龙钢
  1. HMMDemo

    0下载:
  2. 基于Opencv编辑的人脸识别工具,可以直接从USB摄像头获取人脸,依据HMM模型实现-Based on the Opencv editing tools that can directly face recognition from the USB camera for face, HMM. According to the model
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:435138
    • 提供者:baijiangfeng
  1. test

    0下载:
  2. 本程序可以对输入的图像或者视频进行人脸检测,其中用到了OpenCV的库函数,因此需要先安装并配置好OpenCV后方可运行-This procedure can be the input image or video Face Detection, which uses the OpenCV library function, it needs to be installed and configured before running OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1854
    • 提供者:李凯乐
  1. FaceRecognition

    0下载:
  2. 我写的基于OPENCV的人脸检测程序!先找到haar特征,然后基于Adaboost检测!-the code based on OpenCV which is used to detect the faces
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:10250900
    • 提供者:
  1. 2dpca

    0下载:
  2. 利用2dPCA算法实现的人脸识别程序,值得一看,效果比较好 -2dPCA algorithm using face recognition program, worth a visit, the effect is better
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:2577
    • 提供者:孙平
  1. Facetracking

    0下载:
  2. 使用OPENCV实现视频流中的人脸跟踪以及眼睛定位-The use of video streaming OPENCV implementation of the Human Face Tracking and Eye Location
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1428502
    • 提供者:aircity
  1. opencv-Algorithm

    0下载:
  2. 介绍了一些人脸检测的最新动态以及一些好的算法研究。-Describes some of the latest developments in face detection algorithm as well as some good.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-22
    • 文件大小:6981033
    • 提供者:朱海飞
  1. facedetection

    0下载:
  2. 使用MFC和OpenCV,实现对摄像头中实时视频的人脸的实时检测,或是直接加载图片进行人脸检测-Using MFC and OpenCV, to achievereal-time face detection in real-time camera video , or load the pictures to directly detect face
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6332513
    • 提供者:于敬
  1. FaceRecog_src100902

    1下载:
  2. 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1487828
    • 提供者:yk
  1. FaceDetection

    0下载:
  2. 人脸检测。用c++编写。人脸检测是人脸分析的首要环节,其处理的问题是确认图像(或影像)中是 否存在人脸,如果存在则对人脸进行定位。人脸检测的应用领域相当广泛,是实 现机器智能化的重要步骤之一。 AdaBoost 算法是1995 年提出的一种快速人脸检测算法,是人脸检测领域里 程碑式的进步,这种算法根据弱学习的反馈,适应性地调整假设的错误率,使在 效率不降低的情况下,检测正确率得到了很大的提高。-Face Detection. Using c++ to prepare. Fac
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:896865
    • 提供者:ashura
  1. webcamfacedetector

    0下载:
  2. flash opencv 做的人脸识别,识别效果很好,无需插件,直接浏览-flash opencv face recognition to do
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:186279
    • 提供者:simon
  1. myCapture

    0下载:
  2. 用opencv和directshow写的一个游戏,通过摄像头获得人脸位置来控制游戏。-Using opencv and directshow write a game face through the camera was positioned to control the game.
  3. 所属分类:Other Games

    • 发布日期:2017-05-19
    • 文件大小:5407699
    • 提供者:www
  1. facedetect

    0下载:
  2. 基于OpenCV的人脸检测实例,蛮有用的-OpenCV Face Detection Based on examples, giving a pleasing use
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2132080
    • 提供者:michael
  1. facerecognition

    0下载:
  2. 采用OpenCV进行人脸识别,隐马尔科夫链的应用,由混合分量来分割HMM的每个内在状态的所有观测值,运用现有的图像观测值分割为所有嵌入和内部的HMM函数,计算可能的变换矩阵-Using OpenCV for face recognition, hidden Markov chain applications, from the mixed components to split the internal state of each HMM all observations, use of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:10840
    • 提供者:hulingling
  1. FaceDetectOpenCV

    0下载:
  2. 基于OpenCV实现的人脸检测程序,可检测图片和视频-opencv vc6.0 facedetection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:3563780
    • 提供者:zdy
  1. FaceReco_PCA3

    0下载:
  2. 这是一个用VC6编写的PCA人脸识别程序,用到了opencv库,库文件一起上传了,可以直接编译。也有相应的训练与测试图像。感觉效果还可以!-This is a PCA face recognition using VC6 written procedures, use the opencv library, library file with the upload, can be directly compiled. Have corresponding training and test im
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-20
    • 文件大小:5791033
    • 提供者:陈枫
  1. blinkdetect-src

    1下载:
  2. 眨眼检测,先用haar特征框定人脸,然后用camshift跟踪人脸,根据几何特征得到人眼的大概位置,然后根据直方图的变化检测眨眼-Blink detection, the first feature with the haar framed face, and then use camshift tracking human face, according to the geometric features are the approximate location of the human ey
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4835
    • 提供者:阿强
  1. haarcascade_frontalface_alt2

    0下载:
  2. OpenCV人脸检测分类器,Haar 特征-OpenCV face recognition classier,Haar features
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:83931
    • 提供者:shen
  1. FaceDetection

    0下载:
  2. 基于visual c++ 2005和OpenCV环境 FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Based on visual c++ 2005 and OpenCV is a static envir
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1572360
    • 提供者:Chris
  1. face_tracking_based_on_Camshift_and_morphology

    0下载:
  2. 基于kalman滤波和人脸形态约束的人脸跟踪算法实现,可在快速人脸跟踪的同时很好的去除类肤色的干扰,注意是基于OpenCV函数库的程序。-Based on kalman filtering and face shape Face Tracking bound algorithm may face in the fast track at the same time remove the category of very good color interference, the attention
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:23508
    • 提供者:王亮亮
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com