-
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
-
mi
说明: 通用机器学习及数据挖掘的特征提取及贝叶斯网络程序-通用机器学习及数据挖掘的特征提取及贝叶斯网络程序.(Common machine learning and data mining feature extraction and Bayesian network program- common machine learning and data mining of feature extraction and Bayesian network program.)
- 2011-09-25 12:45:24下载
- 积分:1
-
MatlabIdentification
《系统辨识理论及Matlab仿真》MATLAB程序( System identification theory and Matlab simulation MATLAB program)
- 2014-10-10 09:19:04下载
- 积分:1
-
huinvmoments
code for calculating basic moment invariants.
- 2011-12-30 13:40:27下载
- 积分:1
-
matlab
矩形窗、汉宁窗的函数源代码,用于查看其时域和频域波形;求过零率的函数以及其源代码(Rectangular window, Hanning window function of the source code for the view of its time-domain and frequency-domain waveform seeking function of the rate of zero, and its source code)
- 2013-04-05 15:08:08下载
- 积分:1
-
MATLAB 计算在湍流大气中,高斯光束传播过程中闪烁系数的计算
计算在湍流大气中,高斯光束传播过程中闪烁系数的计算(Calculation of the turbulent atmosphere, the process of flashing Gaussian beam propagation factor calculation)
- 2020-06-27 10:00:02下载
- 积分:1
-
P411
说明: 模式识别作业第411面的源程序,实现交叉验证算法(Pattern recognition operations side of the source 411 to achieve cross-validation algorithm)
- 2010-05-01 09:13:30下载
- 积分:1
-
K_l
基于K-L变换的特征值提取 三维 数据效果还可以高维转换为低维(K-L character )
- 2012-04-25 22:53:10下载
- 积分:1
-
bcd.c
a code that converts decimal to bcd
- 2014-12-02 11:28:41下载
- 积分:1
-
Applied-Digital-Signal-Processing---D
Digital signal processing
- 2013-11-09 22:04:54下载
- 积分:1