-
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
-
FEC
用matlab实现fec中丢失率和误码率(Using matlab to achieve fec loss rate and bit error rate in)
- 2011-10-29 13:18:36下载
- 积分:1
-
diff-PRecoding
RBD and LCRBD algorithm for capacity and ber
- 2013-04-10 14:28:30下载
- 积分:1
-
chengxuji
北京航空航天大学出版社的matlab从零进阶第四章节的小程序(Matlab Beijing University of Aeronautics and Astronautics Press from zero advanced fourth chapter applet)
- 2014-01-13 10:58:56下载
- 积分:1
-
Kalman-Filtering-Matlab
卡尔曼滤波理论及其Matlab实现。清晰版。(Kalman Filtering Theory And Practice Using Matlab (2Ed , Wiley, 2001)(410S))
- 2014-09-22 20:31:15下载
- 积分:1
-
jiefangcheng
matlab中解方程的主要命令,和详细的使用方法,希望对朋友门有用!(Solutions of equations in matlab major orders, and detailed the use of, in the hope that useful door Friend!)
- 2008-05-09 18:43:33下载
- 积分:1
-
MATLAB-GUI
包含图形对象句柄 图形对象的层次 获取图形对象的句柄 修改图形对象的属性(Contains graphic objects Handle Graphics object hierarchy to obtain a handle to the graphics object to modify the properties of the graphic object)
- 2012-04-01 11:07:39下载
- 积分:1
-
Lagranges
计算方法n次Lagrange插值多项式算法的matlab程序,含实验报告,里面有详细的设计过程(Calculation of n-Lagrange interpolation polynomial algorithm matlab procedures, including lab reports, which detail the design process)
- 2010-05-23 10:38:02下载
- 积分:1
-
kalman-filter
假设一物体围绕一圆周运动,角加速度是白噪声,观测噪声也是零均值的白噪声。编程使用卡尔曼滤波器实现运动物体的跟踪。(Suppose an object around a circular motion, the angular acceleration is white noise, measurement noise is zero mean white noise. Programming using a Kalman filter to achieve tracking moving objects.)
- 2015-01-30 17:01:52下载
- 积分:1
-
ems_pattern
matlab计算振子天线增益和极化方向。(matlab for antenna)
- 2011-06-21 16:16:30下载
- 积分:1