-
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
-
Kalman_Filter_Package
Power quality generation of voltage sags. All kinds of sags can be generated.
- 2014-09-09 21:49:03下载
- 积分:1
-
LMS
关于LMS算法的MATLAB仿真程序,LMS自适应滤波算法的仿真结果和收敛过程。(About LMS algorithm MATLAB simulation program, LMS adaptive filter algorithm simulation results and convergence process.)
- 2011-09-20 20:42:53下载
- 积分:1
-
pdf
MIMO方面一篇非常的文章,无线通信的,协同通信,中继选择的(MIMO an article, wireless communications, cooperative communication, the relay selection)
- 2013-04-29 13:47:04下载
- 积分:1
-
Chapter3_edu
it is about power electronics for the student from university lecture notes thirth lesson...
- 2010-09-03 07:45:54下载
- 积分:1
-
xcorr_pg
Auto-correlation and cross-correlation - graphic version(Auto-correlation and cross-correlation- graphic version)
- 2009-05-29 09:57:10下载
- 积分:1
-
One-Rank-Cuckoo-Search
布谷鸟搜索算法 讲的非常详细 matlab专用的(Cuckoo search in a very detailed matlab dedicated)
- 2015-01-16 20:13:06下载
- 积分:1
-
mutibodyMatlab
用于计算多体系统动力学的程序,可用于多体系统动力学的计算和仿镇,也可用于机器人的设计和计算(used in the calculation of multi-body system dynamics procedure can be used for multi-body system dynamics calculations and imitate town, Robots can also be used for the design and calculation)
- 2021-04-06 09:49:03下载
- 积分:1
-
GPSR
This set of MATLAB files contain an implementation of the
gradient projection algorithms described in the paper
"Gradient Projection for Sparse Reconstruction:
- 2013-03-14 03:02:02下载
- 积分:1
-
370644RAFisher2cda
fisher判别分析的matlab压缩文件(fisher discriminant analysis)
- 2012-09-23 10:30:57下载
- 积分:1