摘要:
#include <opencv2/opencv.hpp>#include <iostream> using namespace cv;using namespace std; int main(int argc, char** argv) { VideoCapture capture; //一个视 阅读全文
摘要:
#include <opencv2/opencv.hpp> #include <iostream> using namespace cv; using namespace std; int main(int argc, char** argv) { VideoCapture capture(0); 阅读全文