搜索资源列表
facemount
- 目前很多自动拍照系统可以自动检测人脸(或者其他部位),并给人脸上添加一些装饰产生比较有趣的场景,本程序在opencv的人脸检测基础上,添加kalman filter实现人脸的自动跟踪,在人脸的鼻子处添加一个猪鼻子,造成一种比较cute的场景。 资源包括可以直接运行的exe文件和相应的代码。 希望给大家一个参考-A lot of automatic camera system can automatically detect the face (or other parts), and g
opencv
- 用opencv实现的人脸检测功能,以及自己编写的代码实现人脸检测功能-Achieved with opencv face detection function, as well as their own code written in the realization of human face detection function
facedetection
- 人脸检测的C/C++源代码,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。-face detection
facedetection
- 本代码是在C++基于openCV的平台下 进行人脸检测的源码-This code is in C++ platform based on openCV carried out under the source code for face detection
opencv-facedetect
- 基于MFC,利用opencv实现的人脸检测代码,当中还利用了BCGSoft库。-Based on MFC, using opencv face detection code implementation, which also used BCGSoft library.
myfacedetec
- 代码是在C++基于openCV的平台下进行人脸检测的源代码。-Code is in C++ based platform under openCV face detection source code.
Opencv_fa_ey
- 基于opencv的人脸与人眼检测算法,代码书写类库完全按照opencv的规格-Human face and eyes tracking algorithm based on Opencv....
facialproceesing
- 基于OPENCV和VC++的人脸检测代码,非常有效使用地识别和定位人脸-image proceesing for facial
face_detect
- 已经运行通过的人脸检测的源代码,代码运行环境为vs2010和OPENCV-Face Detection source code, code has been run by the environment for vs2010 and OPENCV
face_detection
- 在VS平台下,加载opencv库,实现人脸检测功能。代码完整,可直接运行-In VS platform, load opencv library that implements the face detection feature. Code integrity, and can be run directly
DetectEyes
- 运用C++检测人眼, 2)用opencv中检测人脸、眼睛、嘴巴等都是用的CascadeClassifier分类器,具体使用时可以使用C的函数,也可以使用opencv中使用C++封装好的类。下面是它们检测目标时的函数形式(从opencv官网复制的) C: CvSeq* cvHaarDetectObjects(const CvArr* image, CvHaarClassifierCascade* cascade, CvMemStorage* storage, double scal