-
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
-
tongxin2
知识有matlab 仿真的 通信方面的课程设计,是关于AMI和CMI编码的 以及抽样判决方面的,请大家及时下载(please download this thing it is easy to understand ,you can easy get )
- 2011-11-06 10:06:39下载
- 积分:1
-
dynamic-model-of-fixed-aircraft
基于simulink环境的areospace模块的固定翼飞行器动力学建模与控制(Dynamic modeling and control of fixed-wing aircraft based on simulink environment areospace module)
- 2021-04-02 18:59:07下载
- 积分:1
-
涡旋电磁波相位图
说明: 不同模态OAM的相位图,电场场强图,及用箭头表示相位变化。(Phase diagram, electric field strength diagram of OAM with different modes and phase change indicated by arrows.)
- 2020-04-03 20:24:33下载
- 积分:1
-
lms_code
lms源码这是实验的代码 为了对理论进行实际的理解 仅作参考
1. 随机逼近算法模块
2. 抗噪检验模块
3.最陡下降法模块(This is the experimental lms source code to the actual understanding of the theory of reference only 1. Stochastic approximation algorithm for module 2. Anti-noise test module 3. Steepest descent method module)
- 2009-05-14 18:33:44下载
- 积分:1
-
waveform_generation_Tektronix_AWG5000_AWG7000
this program is for signal generation in the matlab
- 2011-02-05 08:43:42下载
- 积分:1
-
DHM
DHM PROGRAM which is used to calculate direct and inverse geometric model,direct and inverse kinematic model anddirect and inverse dynamic model of a serial robot with any dergee of freedem
- 2013-09-30 17:58:16下载
- 积分:1
-
Image-processing-1
edge detector using Sobel and Gradient Operator in Matlab
- 2012-05-11 16:37:28下载
- 积分:1
-
matlab
matlab 2010 latest updated software
- 2010-06-03 12:35:48下载
- 积分:1
-
13898395UKF
使用Kalman滤波实现二维图像中目标的轨迹跟踪(Two-dimensional images using Kalman Filtering Target tracking in)
- 2010-10-08 16:24:14下载
- 积分:1