-
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
-
SPSS-numerica-anslysis
说明: Springerj经典数据分析书籍,分别介绍有SPSS,Statistica和matlab软件。(Springerj classical data analysis books, each depicting a SPSS, Statistica and matlab software.)
- 2011-03-02 19:34:45下载
- 积分:1
-
w
说明: 转速电流双闭环电机控制仿真,转矩脉动有些大,速度还可以。
(Current double closed-loop motor speed control simulation, some large torque ripple and speed also.)
- 2011-11-15 23:30:51下载
- 积分:1
-
fds60
ace Detection Program for MATLAB 2013a
using Gabor Feature Extraction and Neural Networks
----------------------------------------------------------------
1- copy all files and directories to the MATLAB s work folder
* In order to run the program you must have Image Processing and Neural Networks Toolboxes
2- (Important) Navigate to the root folder which contains "main.m".
3- Type "main" or "run main" in the command window
4. Only fort the first time, the program creates
Gabor filters and stores them in ./data/gabor.mat
Training set dataset and stores it in ./data/imgdb.mat
Neural Network and stores it in ./data/net.mat
5- imgdb is short for "image data base".
6- When the program menu appears click on "Train Network" and wait until the program is
done with the training
- 2014-01-02 17:20:34下载
- 积分:1
-
example_swimmer
direct kinematics neural network in matlab
- 2014-01-22 17:55:13下载
- 积分:1
-
preisach
简单的Preisach模型,在Matlab中的建模,用于压电陶瓷输入输出曲线的拟合。(Simple Preisach model in Matlab modeling for piezoelectric ceramic input and output curve fitting.)
- 2021-04-19 12:58:51下载
- 积分:1
-
bh_simulator
最新的bellhop软件,用于信道建模,很好用的。(the newest bellhop software, it is used for modelling channel, and it is so useful)
- 2014-10-12 17:05:50下载
- 积分:1
-
1-59-Linguistica-aplicada
aRTICULO DE LOS INICIOS DE LINGUISTICA APLICADA A LA COMPUTACION
- 2015-02-07 15:22:07下载
- 积分:1
-
802.11
802.11程序对无线局域网11的系统构成、信号体制、编解码以及OFDM结构等等,MIMO系统等等进行编程实现(802.11 wireless LAN system 11 program constitutes the signal system, codecs and OFDM structure, etc., MIMO systems, etc. can be programmed to achieve)
- 2013-11-30 15:11:53下载
- 积分:1
-
baogao
高级语言程序设计 I 课程实验报告.doc
实验题目:建立简单的应用程序
(Advanced Language Program Design I course experiment on the experiment title: building a simple application)
- 2009-11-10 11:54:23下载
- 积分:1