摘要: 开源 网址 :primetang/LSD-OpenCV-MATLAB: Line Segment Detector for OpenCV, MATLAB, and Python. (github.com) 阅读全文
posted @ 2023-07-24 11:08 SusieSnail_SUN 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 代码如下: ivpath ='D:\video\正常.mp4'; v_b = VideoReader(ivpath); % 获取视频的帧率和总帧数 frameRate_b = v_b.FrameRate; totalFrames_b = v_b.NumFrames; i = 1; while 1 i 阅读全文
posted @ 2023-07-24 09:36 SusieSnail_SUN 阅读(102) 评论(0) 推荐(0) 编辑