testall.m

来自「Video IO toolbox for matlab. 用directsho」· M 代码 · 共 27 行

M
27
字号
%testAll%  Script that runs all known tests for the current platform, using the%  appropriate videoReader/videoWriter plugins.%%Example:%  testAll%%Copyright (c) 2006 Gerald Dalley%See "MIT.txt" in the installation directory for licensing details (especially%when using this library on GNU/Linux). ienterclear mex;testLoadAndImread;if ispc,   testDirectShow; else  testFfmpeg;endtestVideoRead;iexit

⌨️ 快捷键说明

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