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

搜索资源列表

  1. emgucvFACE

    0下载:
  2. 利用C#&Emgu实现人脸识别。包括使用opencv提供的开源代码做远程图片流的人脸识别检测的上位机.-Use C# & Emgu achieve recognition. Including the use of open source code to do face recognition opencv provide detection of PC remote image stream.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1538630
    • 提供者:CaiJingheng
  1. PupilCheck

    0下载:
  2. 基于opencv实现瞳孔检测,图像处理,人脸识别-pupilcheck based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3156300
    • 提供者:张荣升
  1. fatigue_mq_block

    1下载:
  2. 基于opencv的C语言的疲劳驾驶检测代码,肤色检测人脸-fatigue driving detecting
  3. 所属分类:Other windows programs

    • 发布日期:2016-04-26
    • 文件大小:6144
    • 提供者:mq
  1. smiledetect

    0下载:
  2. 人脸笑容检测,比opencv自带的要高级一点-Face smile detection, opencv comes over to senior point
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:2793
    • 提供者:zcz
  1. FaceDetect

    0下载:
  2. 使用VC++和opencv实现的检测图片中人脸的程序,开发环境是VS2008-use vc++ and opencv to detect face from picture,the developing environment is visual studio2008
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:15142325
    • 提供者:huangwenbo
  1. facedetect

    0下载:
  2. 基于opencv的人脸识别程序,基于haar的adoboost检测方法-Face recognition program based opencv,Adoboost based detection methods haar
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1889
    • 提供者:齐立萍
  1. eyedetect

    0下载:
  2. 利用opencv实现半实时性实现人脸、人眼检测。代码简便,容易理解。-Use opencv achieve semi-real-time realization of the human face, the human eye to detect. Code is simple, easy to understand
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7665849
    • 提供者:付永庆
  1. VisualFatigueDetectionSystem-master

    0下载:
  2. 利用opencv编写的疲劳检测软件,该软件根据人脸识别判断疲劳程度判断。-By fatigue test software written in opencv, the software based on the face recognition judgment to determine the extent of fatigue.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2052900
    • 提供者:Long
  1. face-and-eyes-detect

    0下载:
  2. 基于visual studio编译环境下的opencv的人脸和人眼检测-face and eyes detect
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:5830542
    • 提供者:刘杰
  1. BIANYUANJIANCE

    0下载:
  2. OPENCV利用vs 2010人脸图像实现某张图片边缘检测-OPENCV use vs 2010 face images to achieve a picture of edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:875
    • 提供者:chen
  1. face

    0下载:
  2. Opencv实现的人脸识别小程序,能够自动准确检测人脸,包括测试的图像-Opencv achieved little recognition program that can automatically and accurately detected faces, including image test
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5787110
    • 提供者:panxiaoxu
  1. detect

    0下载:
  2. 基于opencv的haar+adaboost训练器的人脸和人眼检测,带有训练好的xml文件。-Opencv based haar+ adaboost face and eye detection trainer, having trained xml file.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1642442
    • 提供者:徐恒
  1. face_detect

    0下载:
  2. 基于opencv实现实时从视频流中检测人脸和人眼,检测模板为haar特征模板,可以自己训练,也可以采用opencv自带的模板。-opencv face detect
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2153
    • 提供者:yiyao
  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. face-recognition-

    0下载:
  2. 人脸识别检测与跟踪,应用opencv+visual studio-face recognition and tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:17342157
    • 提供者:kevin
  1. face_detection1

    0下载:
  2. 基于opencv对图像上的单个人脸或多个人脸进行检测-opencv based face detection
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-18
    • 文件大小:27379240
    • 提供者:amazing
  1. face_detect

    0下载:
  2. 人脸识别程序。基于opencv写的人脸是检测程序。程序会准确辨认出人的脸部,并标记出来。使用IDE时VS2010,opencv版本是3.0.检测结果非常准确。-Face recognition program. Based on opencv face is written testing procedures. The program will accurately identify a person s face, and marked out. When using IDE VS2010,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4071799
    • 提供者:hubaolin
  1. face-detection

    0下载:
  2. 检测人脸,基于opencv的C++编程。利用了脸部两个眼睛及椭圆形脸来识别检测人脸。-Face detection, C++ programming opencv based. Use of both eyes and face, oval face detection to identify faces.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-30
    • 文件大小:227264
    • 提供者:Alina
  1. LDA

    0下载:
  2. 进行OpenCV的LDA人脸性别检测系统,效果还可以的,我做了测试的-OpenCV LDA face gender testing system, the effect can also, I did the test
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1811
    • 提供者:
  1. EIBCam

    0下载:
  2. 基于opencv的人脸识别系统,可以实现人脸的检测和识别-A face recognition system based on opencv, can realize human face detection and recognition
  3. 所属分类:Linux Network

    • 发布日期:2017-05-01
    • 文件大小:125899
    • 提供者:lidali
« 1 2 ... 21 22 23 24 25 2627 »
搜珍网 www.dssz.com