⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testvideoread.m

📁 Video IO toolbox for matlab. 用directshow做的
💻 M
字号:
%testVideoRead%  Simple tests for the videoread function.  Always uses the default%  videoReader plugin.%%Example:%  testVideoRead%%Copyright (c) 2006 Gerald Dalley%See "MIT.txt" in the installation directory for licensing details%(especially when using this library on GNU/Linux). ienterimgs = doFullRead('numbers.uncompressed.avi');mov = videoread('numbers.uncompressed.avi');vrassert abs(length(imgs) - length(mov)) < 4;for i=1:min(length(imgs), length(mov))  movImg = mov(i).cdata;  movImg = movImg(:,:,1);  vrassert all(movImg == imgs(:,:,i));endiexit

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -