搜索资源列表
VideoShow
- 一个自己写的利用MFC来实现OPENCV中函数的 小程序。把OPENCV中人脸检测与camshift跟踪算法加了进去。编译之间要先配置好OPENCV 安装好摄像头就可以使用了。-one's own use of MFC to achieve OPENCV Function of small procedures. OPENCV put human face detection and tracking algorithm camshift increase of nationalis
3D_FACE
- 3D人脸建模源代码。 基于VC++ 和opencv-3D face modeling source code. Based on vc++ and opencv
facecount1
- 实现USB采集的图像序列或者视频中人脸检测与计数,应用OPENCV实现-Image sequence to achieve USB or video capture human face detection and counting, the application to achieve OPENCV
12345motionandobjecttracking
- 基于opencv的人脸以及身体目标姿态跟踪,程序很有用,适合初学者学习。-Opencv-based human face and body posture tracking targets, the program is useful for beginners to learn.
FaceDetection
- FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。- FaceDetection OpenCV haarcascade_frontalface_alt.xml
Face
- 【原创】VS2008开发,基于OpenCV的人脸检测程序 从摄像头获取图像,人脸检测后输出。 “输出”文件夹中的XML文件为分类器,可以修改代码载入不同的分类器,牛人也可制作自己的分类器。-【原创】 OpenCV-based Face Detection procedure to obtain images from the camera, after the face detection output. " Output" folder for the classif
123
- 用c++写的基于opencv的人脸识别,它基本实现了人脸识别的功能-Using c++ written in the opencv face recognition based on its basic function of the realization of the Face Recognition
OMimage
- 用MFC和 opencv 实现人脸检测(凑字数的。。。。。)-Achieved with the MFC and the opencv face detection (Minato words of 。。。。。)
opencv
- 首先关于图像处理软件opencv进行总的介绍,然后分别对其中的人脸检测原理、计算机视觉、Harr特征级联表、非固定大小目标检测步骤、拉普拉斯边缘检测及opencv的其他特性作了一定的介绍-General introduction to the first image processing software opencv face detection principle, computer vision, Harr, characteristics of cascade table, fixed-
facePro
- 人脸识别 人脸检测 MFC框架 opencv-face detective face recognized MFC opencv
meanshift2
- vs2010+opencv编写 usb摄像头视频捕捉加上用HSV中的Hue分量进行跟踪人脸-vs2010+opencv write usb camera video capture plus track Hue component of the HSV face
renlianshibie
- windows下基于opencv的的人脸识别(静态及动态)-facedetect based on opencv (windows)
faceDetect
- 人脸检测,效果还可以,基于opencv的,vs2008-face detect ,opencv 2.3 vs2008
5way-to-face-detect
- 5种方法脸部定位,对人脸检测和表情识别都很有帮助。-5 ways to face positioning, face detection and face recognition are very helpful, and VC-based OPENCV
face_verify
- 主要是采用opencv 和vc6.0 来实现对人脸的识别-Opencv and vc6.0 mainly used to achieve recognition of human faces
Test1
- 使用摄像头获取图像,基于opencv的人脸识别系统。-Face Recognition
FaceDetection
- 标准人脸识别源代码,经VS2005测试可用,程序采用opencv自带的训练库来进行人脸识别,不需要自己单独再去添加人脸图片训练代码-Standard face recognition source code, the VS2005 test is available, the program comes with training using opencv library for face recognition, do not need to add a face to go alone pi
detect-humface
- 计算机识别:画出人脸所在方框,需要opencv支持-computer vision ,detetc humanface
detect-smile
- 计算机识别:画出微笑人脸所在方框,需要opencv支持-computer vision, detect smile face
人脸检测OPENCV
- 使用VS2013编写+OPENCV2.49,能够读取图片并识别人脸,采用 分类器制作,调试通过,也可以改为摄像头