opencv学习(十)(opencv3.0.0+VS2012+win7)打开摄像头而且进行人脸识别的例子

#include "opencv2/objdetect.hpp" #include "opencv2/highgui.hpp" #include "opencv2/imgproc.hpp" #include <iostream> #include <stdio.h> using namespace std; using namespace cv; void detectAndDraw( Mat&
相关文章
相关标签/搜索