摘要: cvCreateVideoWriter函数的说明创建视频文件写入器 typedef struct CvVideoWriter CvVideoWriter;CvVideoWriter* cvCreateVideoWriter( const char* filename, int fourcc, double fps, CvSize frame_size, int is_color=1 );filename 输出视频文件名。 fourcc 四个字符用来表示压缩帧的codec 例如,CV_FOURCC('P','I','M','1') 阅读全文
posted @ 2010-05-23 11:08 phata 阅读(736) 评论(0) 推荐(0) 编辑