-
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
-
rs-rr-order
水文趋势、突变点分析的matlab相关程序:相关系数法、极差 标准差RS法、有序聚类法(Hydrological trends point mutation analysis matlab procedures: correlation coefficient method, very poor standard deviation RS method, sequential clustering method)
- 2013-08-15 18:44:52下载
- 积分:1
-
drawing-code
MATLAB的绘图码和讲义,列举了该软件中的各种绘图命令。(MATLAB code and drawing notes, citing the software in a variety of drawing commands.)
- 2011-08-31 15:37:01下载
- 积分:1
-
GENERALIZED-TENSOR-
最新的压缩感知文章,从IEL上精选的,对从事压缩感知的同仁定有很大帮助。(Latest articles compressed sensing, selected from the IEL, compressed sensing colleagues engaged given great help.)
- 2013-12-03 15:17:37下载
- 积分:1
-
2
说明: 周克敏 鲁棒控制基础 (essential of robust control ) 部分习题(周克敏the basis of robust control (essential of robust control) part of Exercises)
- 2007-11-22 20:30:15下载
- 积分:1
-
SpatialFiltering
sptial filters useful in mage processing
- 2010-03-05 19:12:46下载
- 积分:1
-
BLH-XYZ
包括大地坐标与三维直角坐标系的互相转换两个程序(Including the transform of the geodetic coordinates and three-dimensional Cartesian coordinates )
- 2021-04-23 18:28:47下载
- 积分:1
-
ant-colony-optimization-TSP
蚁群算法解决旅行商问题,经过运行,能产生最优解(ant colony optimization TSP)
- 2012-05-12 08:39:56下载
- 积分:1
-
exp1
Experiment no 1 that is describing the first experiment of the Electromagnetic interference in the power electronics system.
- 2014-09-28 21:53:59下载
- 积分:1
-
PSO
用基本粒子群算法来解决优化问题,本程序给出的是测试函数,根据需要可以自行更改适应度函数。(Using particle swarm optimization algorithm to solve the problem, this program is given a test function, you can change the fitness function according to their needs.)
- 2015-01-24 10:51:48下载
- 积分:1