-
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
-
femto
说明: 一种提高室内覆盖 的 解决方案 就 是所谓的 FAPs ( femtocell 接入点 ) 或家庭
基站 。 这些都是 为 室内使用 而设计的 低功耗 基站 , 这就 使蜂窝网络运营商 可以 扩大室内覆盖的 范围,比如一些受限或 不可用 的地方 。(A way to improve indoor coverage solution is called FAPs (femtocell access point) or home base stations. These are designed for indoor use of low-power base stations, which enables cellular network operators can expand the scope of indoor coverage, such as some areas limited or unavailable.
)
- 2011-03-28 20:47:46下载
- 积分:1
-
wavelets
Wavelets Compression
- 2015-02-18 03:39:11下载
- 积分:1
-
vrp
vrp问题代码,免疫遗传算法求解车辆路径问题(vrp problem code, immune genetic algorithm for vehicle routing problem)
- 2020-10-22 19:27:23下载
- 积分:1
-
facerecognition
人脸识别匹配的源代码,并配有部分人脸照片,欢迎下载学习(The source code of Face recognition , with some face photos, welcome to learn.)
- 2009-12-15 20:31:15下载
- 积分:1
-
Demo_Curvature_CenteralDist
3d model processing about
- 2013-05-05 19:36:32下载
- 积分:1
-
signalent
alias filename passpharse for Andriod.
- 2014-03-15 11:29:31下载
- 积分:1
-
使用指数加权移动平均值的估计值
说明: matlab开发-使用指数加权移动平均值的估计值。用指数加权移动平均法估计投资组合的风险价值。(Matlab development - the use of exponentially weighted moving average estimates. Using the index weighted moving average method to estimate the value at risk of the portfolio.)
- 2020-07-06 15:48:58下载
- 积分:1
-
ImageFusion
图像融合 matlab编程环境 很简单的一个程序但是很能说明图像融合中的问题(Image fusion matlab programming environment is a very simple procedure, but is illustrative of the problem of image fusion)
- 2010-11-10 22:00:29下载
- 积分:1
-
CMACnonlinear
基于CMAC网络逼近非线性对象的程序,可以参考!希望能对大家有所帮助(based CMAC nonlinear approximation the procedure, we can make reference! The hope is to help everyone)
- 2007-06-18 15:10:34下载
- 积分:1