opencv 重用代码块记录
摘要:
Created on 2013-8-7URL : http://blog.sina.com.cn/s/blog_a502f1a30101mfj4.html@author: zhxfl转载请说明出处一 从视频中提取帧并且保存图片#include #include #include "opencv2/highgui/highgui.hpp"using namespace std;using namespace cv;bool VedioToImage(char *from, char *to){ CvCapture *capture = cvCreateFileCapture( 阅读全文
posted @ 2013-08-07 17:38 zhxfl 阅读(405) 评论(0) 推荐(0)