2016年3月31日

opencv-写入AVI视频文件

摘要: #include #include int main(int argc, char **argv) { CvCapture* capture = NULL; capture = cvCreateFileCapture("红动中国设计网视频素材2185.avi"); if (!capture) return -1; //获取视频的第一帧 并存在bgr_frame... 阅读全文

posted @ 2016-03-31 21:07 `Elaine 阅读(5143) 评论(0) 推荐(0) 编辑

导航