一个简单的OpenCV人脸检测代码
基于OpenCV harr级联分类器的人脸及眼睛、鼻子、嘴巴检测程序。代码很简单:#include <opencv2/core/core.hpp>#include <opencv2/highgui//highgui.hpp>#include <opencv2/objdetect/objdetect.hpp>#include <string>#include <vector>using namesp...