摘要: 使用 VideoWriter 写视频文件 用代码说明如何写视频: #include <opencv2/opencv.h> voide videoWrite() { std::string inputFile = "test.mp4"; cv::VideoCapture cap(inputFile); 阅读全文
posted @ 2021-06-11 15:01 CV卡卡西 阅读(1043) 评论(0) 推荐(0)