-
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
-
Image-processing
说明: 用matlab进行图像处理,包括图像灰度,频谱,恢复等(Image processing using matlab, including gray, spectrum, restoration)
- 2011-03-16 06:44:49下载
- 积分:1
-
IEEE_14_Bus_Data
IEEE 14 bus system data function file.
- 2013-11-04 11:05:49下载
- 积分:1
-
srlua-master
sever mazdai kapibara
- 2015-04-07 03:51:58下载
- 积分:1
-
VC-matlab
详细的介绍了matlab和VC++混合编程时的方法过程,对于想实现混编的同志很有帮助,希望能帮得到大家。(A detailed description of the matlab mixed programming software and other methods when programming process, for those who want to achieve mixed comrades helpful, hoping to help get everyone.)
- 2013-05-23 10:28:59下载
- 积分:1
-
zweipunkt_regelung
simulink model of a two point control function
- 2011-06-13 00:53:23下载
- 积分:1
-
123
如何运用matlab中的GUI系统,里面用到了包括pushbutton 和 popumenu。 (How to use the matlab GUI system, which used to include pushbutton and popumenu.)
- 2013-10-05 12:40:24下载
- 积分:1
-
RBF_NN
using RBF_NN intelligent architecture for the plant dynamic.
- 2010-05-22 23:20:58下载
- 积分:1
-
Barrier_Up_Options
进行barrier option 计算的程序包(Be calculated barrier option package)
- 2014-02-16 08:46:15下载
- 积分:1
-
fskdet
说明: 基于matlab的通信系统仿真系列--FSK解调(相干解调方式)(Matlab-based communications system simulation series-- FSK demodulator (Coherent demodulation method))
- 2006-04-17 09:43:12下载
- 积分:1