摘要: 处理视频序列 videoprocessing capture cv::VideoCapture capture('bike.avi'); capture.isOpened(); double rate = capture.get(cv::CAP_PROP_FPS); cv::Mat frame; f 阅读全文
posted @ 2021-10-21 15:27 mtgold 阅读(92) 评论(0) 推荐(0) 编辑
摘要: mat // create image cv:Mat function(){ cv::Mat ima(500,500,CV_8U,50); return ima; } // create a new image made of 240 rows and 320 columns cv::Mat ima 阅读全文
posted @ 2021-10-21 09:56 mtgold 阅读(229) 评论(0) 推荐(0) 编辑