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

搜索资源列表

  1. facedetect

    0下载:
  2. VS2008环境下,采用基于opencv进行实时人脸检测-VS2008 environment, based on real-time face detection opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13241372
    • 提供者:范香华
  1. face-detect

    0下载:
  2. 人脸检测。利用到了opencv跟qt 好东西哦,可以看一下。-Face detection. Qt to use opencv with good things Oh, you can look at.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:454044
    • 提供者:Linux
  1. FaceDetection04

    0下载:
  2. 基于opencv的人脸检测和跟踪的基础程序-the program base on opencv for facedetection and tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:695670
    • 提供者:西贝
  1. SURF-OpenCV

    0下载:
  2. SURF算法和OpenCV的人脸特征检测技术研究 -SURF algorithm and OpenCV Face Feature Detection Technology
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:305809
    • 提供者:杨帆
  1. cvFaceDetect

    0下载:
  2. vc++ opencv 开发,人脸检测基础小程序-vc++ opencv ,face_detect
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1731604
    • 提供者:ping
  1. facedetection

    0下载:
  2. 本人本科的毕业设计 主要用VC和OPENCV实现的人脸检测 以及MIT人脸样本库-A face detection program which uses VC and OPENCV is given
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-14
    • 文件大小:21447320
    • 提供者:liuming
  1. mfd

    0下载:
  2. 运动检测和人脸检测,基于opencv的运动人脸检测-motion face detect
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4287929
    • 提供者:Luis
  1. FaceRecognition

    0下载:
  2. 基于OpenCV实现的人脸检测算法,通过OpenCV实现视频采集和人脸的实时检测-Face detection algorithm to achieve real-time video capture and face detection by the OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:46673
    • 提供者:zgm
  1. test

    0下载:
  2. 基于OPENCV的人脸检测 ,希望可以帮助大家-Based on OPENCV face detection, the hope can help you
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1843514
    • 提供者:杨超
  1. Face-detection-LBP

    0下载:
  2. 针对LBP的人脸检测算法的文章3篇,区别于adaboost的人脸检测算法,opencv有相应的训练数据库。-For three of the articles of the LBP face detection algorithm, the face detection algorithm is different from adaboost, opencv training database.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1721236
    • 提供者:
  1. facedetection

    0下载:
  2. 人脸检测,经典的运用harr特征,分类器,opencv-face detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:8292
    • 提供者:呆呆
  1. FaceDetection

    0下载:
  2. 一份在OPENCV基础上的人脸检测识别系统 -A OPENCV basis in the face detection identification system
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6600897
    • 提供者:123
  1. adaboostFace

    0下载:
  2. Adaboost人脸检测,用opencv写的,有借鉴作用-Adaboost face detect
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:4026441
    • 提供者:sunxiancan
  1. face-recgnition

    0下载:
  2. 利用OpenCV进行人脸检测,人脸检测程序主要完成3部分功能,即加载分类器、加载待检测图象以及检测并标示。-OpenCV for face detection, face detection process was completed for the three parts, namely load classifier, load to be detected images and testing and labeling.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:41162
    • 提供者:张向亮
  1. Face-Detection

    0下载:
  2. 人脸检测的opencv实现,采用VC2008进行编译并实现。-Opencv implementation of face detection
  3. 所属分类:assembly language

    • 发布日期:2017-05-24
    • 文件大小:4406202
    • 提供者:许陆浩
  1. face_detect

    0下载:
  2. 利用opencv实现人脸检测与识别的程序,希望能对你有所帮助。-Opencv face detection and recognition program, I hope you can help.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1213271
    • 提供者:陈江龙
  1. adaboost_openCV

    0下载:
  2. vc6.0环境下,使用opencv,基于adaboost算法的人脸检测识别程序,可以对视频流进行 处理,需要安装opencv1.0。-the vc6.0 environment opencv face detection and recognition program based on the AdaBoost algorithm for processing the video stream, need installation opencv1.0.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-25
    • 文件大小:8503052
    • 提供者:cekxidiancek
  1. facedetect

    0下载:
  2. 人脸检测一个小程序,是基于opencv的,在sample自带例子的基础上改进的,用的是级联的方法-A program of face detection is based on opencv, using a cascade method
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9147322
    • 提供者:宫玉娇
  1. FaceDetection

    0下载:
  2. FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Is a static face detection program FaceDetection Note FaceDetection need OpenCV li
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1668923
    • 提供者:wang
  1. PCA

    0下载:
  2. 用PCA的方法 基于opencv写的一个人脸检测的程序-A face detection program written using the PCA method is based on opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:3999
    • 提供者:陈辉
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 27 »
搜珍网 www.dssz.com