-
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
-
bt_wavedisplay
小波变换系数在matlab7.0中的显示代码,便于我们分析其不同方向的性质(wavelet display with matlab)
- 2014-12-05 17:28:42下载
- 积分:1
-
FANYI
关于恶意代码检测和LTE网络,4G的LTE-A网络的外语文章的翻译论文(Foreign-language article about malicious code detection and lte network, lte-a network of 4g)
- 2014-01-02 18:09:59下载
- 积分:1
-
matlab-example
提供大量matlab的源代码,供初学者学习掌握(Provide a large number of matlab source code, for beginners to learn to master)
- 2013-01-15 02:46:43下载
- 积分:1
-
sinx
Matlab和C++混合编程,做出sin x图形(combination of matlab and C++)
- 2010-02-26 23:22:20下载
- 积分:1
-
PVarray_Grid
PV to grid built in simulink
- 2014-08-26 00:55:18下载
- 积分:1
-
MATLAB-for-PDEs
matlab关于解偏微分方程的教程 里面有很多例子和程序供读者学习(Matlab on the solution of partial differential equations. There are many examples and procedures for the readers to learn)
- 2013-08-27 10:11:11下载
- 积分:1
-
test4
实现数字信号的QPSK调制,并绘制频谱图(QPSK modulation of digital signal, and map spectrum)
- 2015-04-13 10:34:51下载
- 积分:1
-
nengliang1
语音端点检测,门限法包括短时能量、过零率等等(Voice activity detection, threshold laws, including the short-term energy, zero crossing rate, etc.)
- 2010-06-16 16:43:45下载
- 积分:1
-
Cyclic-codes-and-decode-GUI
循环编码,校验子译码,梅吉特译码,GUI界面设计。程序完整,可以良好运行,注释清晰。(Cyclic codes, check subdecode, Meggitt decoder, GUI interface design. Integrity of the process, you can run a good, clear notes)
- 2013-10-02 22:38:23下载
- 积分:1