-
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
-
Multiclass-SVM
说明: SVM的多类分类算法,可用于多类分类,里面有详细的例子(multi-class classification by SVM)
- 2019-03-13 12:46:50下载
- 积分:1
-
digitalsignal
一个信号处理文件包,对于学习数字信号处理算法的还是很值得借鉴(digital signal processing.)
- 2010-07-12 09:50:35下载
- 积分:1
-
motorModel
永磁同步电机的仿真模型,matlab文件,可实现闭环,计算力矩(model of permanent magnet synchronous motor)
- 2009-05-11 00:23:32下载
- 积分:1
-
rar
说明: 风电场随机注入功率潮流计算文件,在IEEE14节点下任意设置风电节点及其注入功率,即可进行潮流计算以及静态安全分析(The power flow calculation file of random injected power of wind farm can be used for power flow calculation and static safety analysis if the wind power node and its injected power are arbitrarily set under IEEE14 node)
- 2020-05-14 10:26:18下载
- 积分:1
-
chap1
刘金琨老师
《先进PID与Matlab仿真》(第二版)
数字PID仿真程序(Liu Jinkun
‘Advanced PID with the Matlab simulation[second edition]’
digital PID simulation program)
- 2009-02-17 14:36:40下载
- 积分:1
-
CMA_DD-LMS
这是一个信道盲均衡的程序,程序若然简单,单是非常经典好用。(This is a blind channel equalization program, the program and if so simple, one is very classic easy to use.)
- 2021-04-16 17:38:53下载
- 积分:1
-
chengxu
视频检索,图像识别等方面的内容,用于matlab(Video retrieval, image recognition and other aspects)
- 2009-05-28 15:34:09下载
- 积分:1
-
EVM2.0
Error Vector Magnitude Calculation
- 2010-05-09 20:52:15下载
- 积分:1
-
Czuhexinpusenqiujifen
C组合辛普森求积分
源程序
MATLAB(C portfolio Simpson integral source for MATLAB)
- 2008-07-02 13:06:30下载
- 积分:1