搜索资源列表

  1. 人脸检测程序代码

    2下载:
  2. 是一个很好的人脸识别程序啊,用vc++结合opencv做的
  3. 所属分类:图形/文字识别

    • 发布日期:2009-11-13
    • 文件大小:5490107
    • 提供者:zsn827@163.com
  1. OPencv人脸检测代码

    1下载:
  2. OPencv人脸检测代码,可运行!
  3. 所属分类:源码下载

    • 发布日期:2010-11-27
    • 文件大小:7568
    • 提供者:AC_frantic
  1. haar分类器检测人脸

    0下载:
  2. haar classifiers以及人脸检测的代码。需要用到opencv!
  3. 所属分类:源码下载

    • 发布日期:2011-11-10
    • 文件大小:1095
    • 提供者:dkflame
  1. ifdef

    0下载:
  2. 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR 01)的 Ada Boosted Cascade 算法可以说是
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-19
    • 文件大小:4096
    • 提供者:qgfhit
  1. facedetectSourceCode

    0下载:
  2. 一个外国人写的经典人脸检测原代码,其代码简洁明朗,很具有阅读性和研究价值-a foreigner to write the classic Face Detection original code, the code simple uncertainty, it is very reading and research value
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-19
    • 文件大小:1364992
    • 提供者:吴哲
  1. face

    0下载:
  2. opencv做的人脸检测程序,代码很简单啊,效果也不错,注意使用前把库装好-do opencv face detection procedures, the code is very simple ah, the effect is also true that attention to the use of libraries installed before
  3. 所属分类:系统编程

    • 发布日期:2024-04-19
    • 文件大小:340992
    • 提供者:姜磊
  1. opencv

    0下载:
  2. 用opencv实现的人脸检测功能,以及自己编写的代码实现人脸检测功能-Achieved with opencv face detection function, as well as their own code written in the realization of human face detection function
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-19
    • 文件大小:6569984
    • 提供者:
  1. Face

    0下载:
  2. 【原创】VS2008开发,基于OpenCV的人脸检测程序 从摄像头获取图像,人脸检测后输出。 “输出”文件夹中的XML文件为分类器,可以修改代码载入不同的分类器,牛人也可制作自己的分类器。-【原创】 OpenCV-based Face Detection procedure to obtain images from the camera, after the face detection output. " Outpu
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-19
    • 文件大小:896000
    • 提供者:kq
  1. facetrack

    0下载:
  2. 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR01)的 Ada Boosted Cascade 算法可以说是目
  3. 所属分类:图形图象

    • 发布日期:2024-04-19
    • 文件大小:1024
    • 提供者:圣约翰
  1. facedetect_harrcascade

    0下载:
  2. 基于adaboost的构造的cascade用于快速检测人脸,能够实时检测视频中的人脸。没有采用opencv的代码。-Adaboost based on the structure of the cascade for the rapid detection of human faces, real-time video can face. Did not use the code opencv.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-19
    • 文件大小:1528832
    • 提供者:wangdi
  1. Boca

    0下载:
  2. 嘴的检测分类器人脸检测代码opencv 中专用-Mouth detection classifier
  3. 所属分类:GIS编程

    • 发布日期:2024-04-19
    • 文件大小:94208
    • 提供者:xzy
  1. facedetection

    0下载:
  2. 本代码是在C++基于openCV的平台下 进行人脸检测的源码-This code is in C++ platform based on openCV carried out under the source code for face detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-19
    • 文件大小:102400
    • 提供者:connie
  1. opencv-facedetect

    0下载:
  2. 基于MFC,利用opencv实现的人脸检测代码,当中还利用了BCGSoft库。-Based on MFC, using opencv face detection code implementation, which also used BCGSoft library.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-19
    • 文件大小:273408
    • 提供者:yechao
  1. facerecognition

    0下载:
  2. 基于OPENCV 的人脸检测代码学习 动态内存存储及操作函数 分类器结构及操作函数-It is uesd for face recognition which is baesd on opencv.
  3. 所属分类:OpenCV

    • 发布日期:2024-04-19
    • 文件大小:7168
    • 提供者:高飞
  1. FaceDetection_MATLAB_Call_OpenCV

    0下载:
  2. 本程序在MATLAB中调用了OpenCV的AdaBoost检测器实现了人脸检测,还可用来学习MATLAB中调用C/C++代码的方法,研究人脸识别和希望熟悉MATLAB的同志们不妨试一试。-This procedure is called in MATLAB, OpenCV the AdaBoost detector implemented face detection, can also be used to learn MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-04-19
    • 文件大小:1892352
    • 提供者:
  1. opencv-facedetection-code

    0下载:
  2. 基于opencv的人脸识别程序-代码详解,详细讲述了opencv中关于人脸检测的各部分的内容,对于人脸检测很有益处-Opencv face recognition program- the code explain, describe in detail the various parts of the content in opencv face detection, face detection useful
  3. 所属分类:OpenCV

    • 发布日期:2024-04-19
    • 文件大小:132096
    • 提供者:王涛
  1. opencv-Renlian-jiance

    0下载:
  2. 它是基于Opencv的人脸检测程序代码,希望能对大家有帮助,谢谢。-It is based on the Opencv face detection code, I hope everyone can help, thank you.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-19
    • 文件大小:12288
    • 提供者:zhoujing
  1. opencv-face-master

    0下载:
  2. 这是一个基于opencv的人脸检测代码,可以在视频上检测到人脸(This is a opencv based face detection code, you can detect the face in the video)
  3. 所属分类:OpenCV

    • 发布日期:2024-04-19
    • 文件大小:2202624
    • 提供者:Dylanin1999
  1. opencv_traincascade人脸训练无代码

    0下载:
  2. 人脸检测,采用OPENCV实现,包括训练和检测(face detect, make up by OPENCV, include face detect and face recognize)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-19
    • 文件大小:12225536
    • 提供者:hnsdgxylh
  1. face_1400

    0下载:
  2. opencv人脸识别代码,眨眼检测等代码逻辑(open face detection,we have test completely.)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-19
    • 文件大小:98304
    • 提供者:yf009
« 12 3 4 »

源码中国 www.ymcn.org