搜索资源列表
人脸检测程序代码
- 是一个很好的人脸识别程序啊,用vc++结合opencv做的
基于Adaboost的人脸检测程序
- 基于Adaboost的人脸检测 c代码
facedetect1.rar
- 基于Adaboost算法的人脸检测程序,开发环境VC6.0,Adaboost-based face detection algorithm process, development environment VC6.0
FaceRecognition
- 我写的基于OPENCV的人脸检测程序!先找到haar特征,然后基于Adaboost检测!-the code based on OpenCV which is used to detect the faces
FaceDetectOpenCV
- 基于OpenCV实现的人脸检测程序,可检测图片和视频-opencv vc6.0 facedetection
face_recognition_adaBoost_M2
- 人脸检测程序,利用adaboost和M2算法检测人脸-Face detection procedures, the use of AdaBoost M2 algorithm and Face Detection
Face
- 这是一个人脸检测程序,用c++编写,实用!-This is a face detection program c++ Prepared and practical!
facedetect
- 速度快功能强大的人脸检测程序,非常好用。基于Matlab的。-Fast powerful face detection procedures, very easy to use. Based on the Matlab.
zxz3
- 摄像头人脸检测,程序实用,易懂,很基础。-Headman camera face detection, procedures and practical, easy to understand, it is the foundation.
FaceFeaDetectionDLL
- 本人自己开发的一个人脸检测程序,实现人脸的精确检测,可检测人脸的轮廓,有效去除了背景干扰,对环境依赖行小,希望对做人脸检测的朋友们有所帮助是Dll的-this source code is about face detection which is developed by myself, it achieve the accurately face detection. it can detect the contour of face, and can remove the backgrou
HaarFaceDetect
- 基于Harr的人脸检测程序,在vc6.0下调试通过,可以直接运行-Harr-based Face Detection procedures, debugging vc6.0 is passed, can be directly run
facedetect
- 基于肤色模型的人脸检测程序 直接在vc环境下的,很好用精度很高-face detecting code
OpenCVFaceDetect
- 本程序我本人学习OpenCV的时候做的人脸检测程序,能从图像文件中标出人脸的基本位置,多人-This procedure I am learning to do when OpenCV face detection process, the successful bidder from the image file that face the basic position, more than
faceRecon
- 人脸检测程序及代码,很好很强大,可以运行,有兴趣的可以-Face detection procedures and code, very good very strong, you can run, who are interested can look at
facedetecion
- 毕业设计关于视频的人脸检测程序 使用YCrCb空间肤色建模 经过后期预处理-face recondition
FaceDetect
- VC编写的人脸检测程序,可以检测多个人脸,并予以标示出来-VC prepared face detection program that can detect multiple faces in, and be marked
AdaBoostVC1
- 基于adaboost算法的人脸检测程序代码-Adaboost algorithm based on face detection code
Human_Face_Detection_Based_On_AdaBoost
- 基于AdaBoost的人脸检测程序可执行文件及其代码-Human Face Detection Based On AdaBoost,executable file and source codes included
adaboost-facefind
- 这是一个基于adaboost算法的人脸检测程序,用VC++编写的程序,希望能帮到大家-This is based on face detection algorithm adaboost procedures, using a program written in VC++, hope to help you
11_人脸检测与识别系统
- 1.本程序主要处理BMP位图。 2.为了方便读者学习,程序各步骤都被拆分开实现了,通过点击相应按钮可以看到每个步骤处理的结果。 3.如果是进行人脸识别,需要先打开一幅位图依次进行“人脸检测与定位”操作和“人脸特征标注”操作,然后再打开需要比较的第二幅位图,也是依次进行所有操作,最后进行识别以区分先后两个人脸。(This procedure deals mainly with BMP Bitmaps. 2. In order for the reader to learn, each ste
