-
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
-
voicebox
《matlab实例》有关voicebox方面的实例源码,希望对大家有帮助(" Matlab example of" the voicebox Examples source code, we want to help)
- 2010-05-19 19:51:47下载
- 积分:1
-
ATM-Skimming
ATM skimmingia a method used by criminals to capture data from the magnetic stripe on the back of an ATM card.
- 2014-09-03 18:56:59下载
- 积分:1
-
MI.rar
codes for matlab imagrs
- 2015-06-18 19:08:02下载
- 积分:1
-
pv1
基于matlab的光伏电池阵列仿真模型,可以真实反应光伏电池随时间及温度变化规律(Matlab array of photovoltaic cells based on the simulation model can accurately reflect the temperature of photovoltaic cells and the variation with time)
- 2011-02-06 15:44:06下载
- 积分:1
-
solvecone
Conical flow field solver
- 2013-07-20 23:15:49下载
- 积分:1
-
基于AdaBoost算法的人脸检测原理+matlab代码
说明: 有关于matlab 编程 人脸检测等等,关于adaboost级联分类器(About matlab programming)
- 2019-03-12 13:59:46下载
- 积分:1
-
TheElementsofJavaStyle
THE SYNTAX OF A PROGRAMMING LANGUAGE tells you what code it is possible
to write—what the machine will understand. Style tells you what you ought to write—
what the humans reading the code will understand. Code written with a consistent, simple
style will be maintainable, robust, and contain fewer bugs. Code written with no regard to
style will contain more bugs. It may simply be thrown away and rewritten rather than
maintained.(var OF THE PROGRAMMING LANGUAGE tells A. you what code it is possible to write-what the ma chine will understand. Style tells you what you ought to write-what the humans reading the code will understand. Code written with a consisten t, simple style will be maintainable, and robust. and contain fewer bugs. Code written with no reg ard to style will contain more bugs. It may simpl y be thrown away and rewritten rather than maint ained.)
- 2007-05-10 15:04:37下载
- 积分:1
-
encryp
two-dimensional maps on a torus or on a square to
create new symmetric block encryption schemes. The
schemes are especially useful for encryption of large
amounts of data, such as digital images or electronic
databases.
- 2012-09-21 03:58:36下载
- 积分:1
-
turbo_code
turbo_tst.m 是启动文件,利用bcjr算法进行Turbo码的仿真。同时为了进行比较,还进行了viterbi软译码的仿真。单独的turbo码的仿真主要就是bcjr.m程序,viterbi译码所需的文件比较多一点。(turbo_tst.m the startup files, the use of simulation algorithms bcjr Turbo codes. Meanwhile, in order for comparison, the viterbi decoding software for simulation. Simulation separate turbo code is mainly bcjr.m program, viterbi decoding files needed a little more.)
- 2014-01-06 20:18:11下载
- 积分:1