摘要: #include <opencv2/opencv.hpp>#include <iostream> using namespace cv;using namespace std; int main(int argc, char** argv) { VideoCapture capture; //一个视 阅读全文
posted @ 2022-01-10 03:58 量子与太极 阅读(117) 评论(0) 推荐(0) 编辑
摘要: #include <opencv2/opencv.hpp> #include <iostream> using namespace cv; using namespace std; int main(int argc, char** argv) { VideoCapture capture(0); 阅读全文
posted @ 2022-01-10 03:56 量子与太极 阅读(101) 评论(0) 推荐(0) 编辑