搜索资源列表
main
- 基于最新版本的opencv2.2 win7 64位的opencv 人脸检测程序。可以检测图片中的人脸,并最终输出人脸个数。误识别率小,响应快速。-Based on the latest version of opencv2.2 win7 64-bit,the opencv face detection program. It can detect the human face in the images, and ultimately print the number of the face.
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
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
- 采用openCV编写的人脸检测程序,可直接运行,输入参数为一幅图像,输出图像中将人脸的位置圈出来-Prepared by openCV face detection process, can be directly run, input parameters for an image, the output image will circle the location of the face
facerecognition
- 利用OPENCV分类器进行人脸检测程序,用于对图像中的人脸检测程序-face detection
20459181openCV-program
- 本程序利用opencv检测人脸 进行人脸识别 程序简单实用-The program uses opencv face detection is simple and practical procedure for face recognition
facedetection
- 本程序实现了haar+adaboost人脸检测功能-Realized by the haar+ adaboost face detection function
face-detection-code
- 人脸检测程序代码 放到建好的工程下可以直接运行-face-detection code,if you have finished training, just copy the code to your project, and it will work.
FaceDetection
- FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Is a static face detection program FaceDetection Note FaceDetection need OpenCV li
openCv-FaceDect
- opencv1.0的简单的人脸检测程序。用Opencv的分类器来写的。-opencv1.0 simple face detection program. Opencv classifier to write.
face_detection_adaboost_code
- opencv下面写的人脸检测程序,效果好蛮好的-opencv written below face detection program, good fine
face_detect
- 基于opencv的人脸检测程序,可将目标图像中人脸用矩形框出来-Based on the opencv face detection process, mark the human face of the target image using a rectangular box
Facedetection
- 基于opencv的人脸检测程序,识别率很高,运行时间短,程序简单实用。-Based on opencv face detection procedures, the recognition rate is very high, short operation time, procedures simple and practical.
人脸检测
- 这是一个利用opencv实现人脸检测的程序
FaceDetectTest
- 人脸检测程序,使用openCV来进行人脸与眼睛的检测(this is a facedetect app,using opengcv)
windows of facedetection
- 运用adboost算法的人脸检测的程序,做好mfc界面,用的opencv2.4.9,不同opencv版本要该配置文件(Adboost algorithm using the face detection program, do a good job MFC interface, using opencv2.4.9, different versions of OpenCV to the configuration file)
OpenCV的人脸验证MFC程序
- 检测人脸,基于MFC界面。当录入照片后,摄像头再遇到相同的人脸能够识别出来。(Detection of face, based on the MFC interface. When the photos are recorded, the camera can be identified with the same face.)
人脸识别
- 本程序用到了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的人脸检测delphi版程序
- delphi版的OpenCV写的人脸检测程序 其中包括OpenCV源码以及人脸检测程序源码 亲测可用
人脸识别
- 完整人脸识别程序和说明,该程序是中的人脸检测系统的克隆。 而神经网络,它是基于支持向量机(SVM)Machin(Complete face recognition program and descr iption)
