OpenCV实现人脸检测功能
本文实例为大家分享了OpenCV实现人脸检测功能的具体代码,供大家参考,具体内容如下 1、HAAR级联检测 #include #include using namespace cv; #include #include using namespace std; int main(int artc, char** argv) { face_detect_haar(); waitKey(0); return 0; } void face_detect_haar() { Cascad
下载地址
用户评论