搜索资源列表
人脸检测程序代码
- 是一个很好的人脸识别程序啊,用vc++结合opencv做的
人脸检测
- adaboost人脸检测的程式 於opencv
人脸检测例子
- 速度比较快的人脸检测例子,基于Opencv
quyinying.rar
- 利用阴影的灰度特性,在视频序列中去除运动物体所留下的阴影 环境为vc++6.0 ,opencv 去阴影,Use of the shadow of the gray-scale characteristics of video sequences in the removal of moving objects left behind by the shadow environment vc++ 6.0, opencv to shadow
facetrack.rar
- 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR01)的 Ada Boosted Cascade 算法可以说是目前最好最快的目标检测算法。,face tracking
Adaboost-OpenCv.rar
- 基于AdaBoost算法及OpenCv的人脸检测,adaboost-opencv
facedetection
- 实现人脸检测功能,基于VC++ opencv开发-face detection
MyBysj
- VS2010+OpenCV下的视频人脸检测。-VS2010+ OpenCV face detection under the video.
test
- 本程序可以对输入的图像或者视频进行人脸检测,其中用到了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
opencv
- 用opencv实现的人脸检测功能,以及自己编写的代码实现人脸检测功能-Achieved with opencv face detection function, as well as their own code written in the realization of human face detection function
haarcascade_frontalface_alt2
- 前脸的检测,分类器,训练分类器,人脸检测,opencv-Prior to face detection, classification, and the training classifier, face detection, opencv
Facedetect
- OPenCV环境下,图像中人脸检测算法实现。-OPenCV environment, the image of human face detection algorithm.
opencv-facedetect
- 基于MFC,利用opencv实现的人脸检测代码,当中还利用了BCGSoft库。-Based on MFC, using opencv face detection code implementation, which also used BCGSoft library.
use-opencv-to-face-detection
- 这是使用opencv实现人脸检测的论文合集,包括四篇高质量的中文文献,参考价值高-This is achieved using the opencv face detection collection of papers, including four high-quality Chinese literature, the high reference value
opencv-Characterization-of-face
- 本程序可对输入的图像或者视频进行人脸检测,-This program can be the input image or video detection,
FACEDETECT
- 实时人脸检测 OPENCV 读取摄像头 图像识别-OPENCV read real-time face detection image recognition camera
face_detect
- 在Windows平台上,通过使用opencv来实现基本的人脸检测功能。检测效果一般,而且只能正面检测。(Using opencv to detect human face in the platform of windows.)
Main
- 基于opencv3.0的实现人脸检测,供参考(Realization of face detection)
人脸识别
- 本程序用到了opencv 中的扩展库opencv contrib, 先用take.cpp来获取自己的数据库,然后在用tria.cpp来训练能检测自己的脸的检测器,再运行recon.cpp来进行人脸检测。(This program uses the extension library opencv contrib in OpenCV. First, take.cpp is used to get its own database, then tria.cpp is used to train th
OpenCV人脸检测
- 使用C++和OpenCV实现的简单USB摄像头人脸检测