-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
timedelay
说明: 捷联惯导系统传递对准MATLAB程序,加时间延迟,但是不进行补偿。(SINS Transfer Alignment MATLAB procedures, plus time-delay, but not be compensated.)
- 2008-09-18 16:20:28下载
- 积分:1
-
omap1510
Hardware definitions for TI OMAP1510 processor.
- 2014-08-20 21:36:17下载
- 积分:1
-
Lab2_q1_FullControlledRectifier
fully controlled alpha controoler for power electronics
- 2011-08-31 20:56:38下载
- 积分:1
-
Proficient-in-MATLAB-optimization
精通MATLAB最优化计算一书源码。很多算法,值得拥有。(Proficient in MATLAB optimization
)
- 2013-04-08 22:59:34下载
- 积分:1
-
ridgew
自己写的岭回归算法。做统计的都懂得。有需要就自己下载(Write your own regression algorithm. All know how to do statistics. There is a need to download)
- 2020-07-04 09:40:01下载
- 积分:1
-
twodigitalleddisply
本程序的功能是:程序复位后,数码管从0开始显示数字,直到99,然而又从0到99循环显示(control the digital led from 0 to 99,then back to 0 and repeat 0 to 99.)
- 2009-05-30 09:30:10下载
- 积分:1
-
dos
another progaram that has been in matlab
- 2013-07-11 09:36:50下载
- 积分:1
-
cvx
好用的matlab实现凸优化工具包,适用于压缩感知重构过程(Easy to use matlab to achieve a convex optimization tool kit for compressed sensing reconstruction process)
- 2013-07-11 17:31:28下载
- 积分:1
-
matlab
几种窗函数的时域图比较,可以显示图像,直接运行即可(Time-domain diagram of several window functions, can display images, can be run directly
)
- 2012-04-30 12:58:02下载
- 积分:1