搜索资源列表
人脸的监测与定位
- 本程序可以对读入人脸进行相似度计算,二值化,脸的直方图,头发直方图,标记人连区域等-this program can read human faces similarity, the two values, face the histogram, hair histogram, marking the region even as people
face_location
- 程序实现了人脸的的检测和定位,源代码齐全,可以直接运行,检测效果不错
人脸检测源码
- 本程序的开发环境为vc6.0. 程序实现了图片预处理、人眼定位、人嘴定位、人脸轮廓检测等功能,有较强的实用性. 在winxp环境下编译通过.
FaceDectectBasedOnDifferenceMethod
- 自己写的一个基于摄像头的人脸检测程序,通过对背景差分,利用积分投影法定位人脸区域。-A camera-based face detection process written by myself, through the difference of the background, using integral projection region face targeted.
FaceDetect
- 人脸检测与定位VC++程序!运用AdaBoost算法!-Face Detection and positioning VC++ program. Using AdaBoost algorithm!
Face-recognition
- 1.本程序主要处理BMP位图。 2.为了方便读者学习,程序各步骤都被拆分开实现了,通过点击相应按钮可以看到每个步骤处理的结果。 3.如果是进行人脸识别,需要先打开一幅位图依次进行“人脸检测与定位”操作和“人脸特征标注”操作,然后再打开需要比较的第二幅位图,也是依次进行所有操作,最后进行识别以区分先后两个人脸。-opencv Face recognition