搜索资源列表
MutiplrFaceDetection
- 使用了OpenCV 2.4.11 和 VS2013 作了一个人脸识别code。可以在一张照片上识别人脸(多人)。每一个被识别的脸都会被画上圆圈。-Can detect multiple face in one picture
HW07
- 人脸识别,眼睛,口识别,还附加了照片识别(Face recognition, eye, mouth recognition, and also attached photo recognition)
face_eye_detection
- 本工程运行环境为VS2013+OPENCV2.4.10,打开摄像头即可检测到人脸和眼睛,直接把主函数换成txt文档中程序就可运行(The operation environment of this project is VS2013+OPENCV2.4.10. The face and eyes can be detected by opening the camera. The program can be run directly by replacing the main function
人脸检测OPENCV
- 使用VS2013编写+OPENCV2.49,能够读取图片并识别人脸,采用 分类器制作,调试通过,也可以改为摄像头