摘要: // sample23视频.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "highgui.h"#include "cv.h"int _tmain(int argc, _TCHAR* argv[]){cvNamedWindow("Example2",CV_WINDOW_AUTOSIZE);CvCapture* capture = cvCreateFileCapture("D:\\bak\\k\\jiebiao.avi"); IplImage* 阅读全文
posted @ 2011-09-01 15:53 qqhfeng16 阅读(275) 评论(0) 推荐(0)