搜索资源列表
facedetect
- 基于OpenCV的人脸检测实例,蛮有用的-OpenCV Face Detection Based on examples, giving a pleasing use
facedetect
- 基于opendv库,在新的颜色空间中进行肤色校正的Adaboost人脸检测。-On opendv library, in the new color space for color correction of Adaboost face detection.
opencv_face_recognition
- 利用openCV实现人脸检测。一篇基于opencv的人脸检测与识别的论文,在Visual C++ 2005环境下给出了如何用OpenCV库开发人脸检测程序的方法。-Face Detection Using openCV achieve. One based on the opencv face detection and recognition of the paper, the Visual C++ 2005 environment, how to use OpenCV library giv
facedetection
- 基于Visual C++ MFC项目的OpenCV实现人脸检测.有具体程序实现和检测结果。-Based on Visual C++ MFC project OpenCV for face detection. There are specific procedures for implementation and test results.
FaceDetection
- 基于OpenCV的人脸检测,C++编写-Face Detection Based on OpenCV, C++ writing
lbp
- 1.解压缩之后,在vs2008下可直接运行,不过需要安装opencv 2.提供人脸检测与识别功能 3.人脸识别,需要预先选定文件夹提取特征向量,然后才可以选取比较,这个需要改源程序-1. Unzipped, run directly under the vs2008, but need to install opencv 2. Provides face detection and recognition 3. Recognition, pre-selected folder nee
facedetect
- 基于opencv的人脸检测,识别率90 以上-This is just the face and eye detector from OpenCV s samples/c directory
facedetect
- 人脸检测,完整代码,visual c++编译成功-Face detection, complete code, Visual C++ compiler! !
face_detcetion
- 基于OpenCV,编译环境是Visual C++ 2008,一个人脸检测系统-Based on OpenCV, a face detection system
facedetect_Opencv_haar_adboost_CPP
- 人脸检测的程序,用的haar特征和adboost算法,基于opencv的在VS2010上成功运行的C程序。可以检测静态图片,视频,和摄像头的视频中是否含有目标对象的程序。-Face detection program, with the the haar characteristics and adboost algorithm, based on opencv run successfully on VS2010 C program. The program can detect static
OpenCV_face_detector
- opencv 1.0 中人脸检测代码的实现 用到了matlab 与c++混合编码-face detection using viola-jones algrithm.
FaceDetection
- 该程序是在C++平台上运行可编译通过的源代码,该程序可以实现图片上的人脸检测,是笔者通过自学编程实现的,效果还不错,为准备开始学习opencv的小同学们提供参考-The program is running on a platform in C++ can compile the source code, the program can detect the human face on the picture, is the author of programming through self-
FaceDetection
- opencv,c++,数字图像处理,人脸检测并标记特征点(眼睛,鼻子,嘴巴)-opencv, c++, digital image processing, face detection and mark the feature points (eyes, nose, mouth)
FaceDetection
- 静态人脸检测程序。基于Adaboost的检测算法,使用OpenCV中提供的函数在Visual C++2005中实现一个人脸检测程序。-Static face detection process. Adaboost-based detection algorithm using OpenCV provides a function to implement a face detection program in Visual C++2005 in.
c
- 用OPENCV实现,可以用于图片的人脸检测与识别,运行于VS2010环境下运行通过-OPENCV is used to implement, can be used for face detection and recognition of images, run run through in VS2010 environment
FaceMorph
- 使用C++实现将一个人的脸变成另一个人的脸,要求输入1.jpg,2.jpg输出一系列合成图像并生成一个avi,使用人脸关键点检测库dlib和opencv(Use C++ to morph a person's face into another person's face, requiring input 1.jpg, 2.jpg output a series of synthetic images and generate a avi, using face key points detec
cvHaarDetectObjects
- 基于openCV的人脸检测Demo,级联分类器在openCV中找(opencv\sources\data\haarcascades)。(Face detection Demo based on openCV)
detectMultiScale
- 基于openCV的人脸检测实现,分类器在源码中(opencv\sources\data\haarcascades)(Face detection Demo based on openCV)
emgucv人脸识别源码
- 基于C#的人脸检测系统,供学习参考!!!(Face detection system based on C#, for learning reference!!!)
OpenCV人脸检测
- 使用C++和OpenCV实现的简单USB摄像头人脸检测