-
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
-
LpMethodFusion
基于拉普拉斯塔型分解图像融合算法,采用matlab实现,算法用三层分解(Lapulashida-based decomposition algorithm for image fusion using Matlab realized, with the three-tier decomposition algorithm)
- 2007-05-30 22:51:06下载
- 积分:1
-
yangjinchuan
关于bpsk的ber仿真与理论性能比较,可运行(Ber simulation and theoretical performance on bpsk comparison, you can run)
- 2013-11-26 20:11:30下载
- 积分:1
-
fr
说明: FR共轭梯度算法求极小值。y为给定函数,x为函数变量,x0为搜索起始点
返回值fm为极小值,xm为极小值点(FR conjugate gradient algorithm for the minimum. y for a given function, x as a function of variables, x0 the starting point for the search to return to the value of fm for the minimum, xm for the minimum point)
- 2008-12-23 21:25:19下载
- 积分:1
-
Matlab2001B
北大竞赛题,非常好的。好不容易才找到的东东!(North title race, very good. Hard to find the NEE!)
- 2007-09-23 20:24:12下载
- 积分:1
-
pf-segmentation-master
Matlab interface for the image segmentation algorithm of
Efficient Graph-Based Image Segmentation
Pedro F. Felzenszwalb and Daniel P. Huttenlocher
International Journal of Computer Vision, 59(2) September 2004.
- 2013-09-28 06:40:40下载
- 积分:1
-
cpm
cpm连续相位调制系统的matlab仿真程序,全面。(cpm continuous phase modulation system matlab simulation program, comprehensive.)
- 2020-09-29 18:57:44下载
- 积分:1
-
for-cycle-solving-factorial
说明: matlab利用For循环求解阶乘之和,matlab利用For循环求解阶乘之和(For cycling solving factorial)
- 2011-03-20 11:43:43下载
- 积分:1
-
chengxushejijiaochengmatlab1
很好的matlab教程,交你学回如何利用matlab边车能够,是个很不错的教程!(good Matlab and guidance to pay you to learn how to use Matlab to edge car, it is a very good tutorial!)
- 2006-05-27 11:50:34下载
- 积分:1
-
MATLAB
精通matlab.pdf(1,715,585 字节)(matlab learning)
- 2015-01-05 22:32:13下载
- 积分:1