opencv学习中——对视频的处理

1.将视频保存为连续的图片:ios #include "stdafx.h" #include <stdio.h> #include "opencv2/opencv.hpp" #include <iostream> int main(int argc, char *argv[]) { CvCapture* capture = cvCaptureFromAVI("G:\\21.flv");
相关文章
相关标签/搜索