-
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
-
LDPC_BPSK_simulink
MATLAB M文件调用SIMULINK完成LDPC误码率仿真(MATLAB M SIMULINK LDPC BER SIMULATION)
- 2013-10-03 16:47:10下载
- 积分:1
-
PFC
PFC 的原理与分析设计 我们作比赛的资料(Principle and Analysis of PFC design we make the game data)
- 2013-09-05 06:46:08下载
- 积分:1
-
finger
用MATLAB编写的指纹处理程序,不过要自己改图像输入。程学中并没有压缩图像(Prepared using MATLAB fingerprint process, but to change their image input. CHENG Xue did not compress images)
- 2007-09-23 09:39:57下载
- 积分:1
-
fuj
运用matlab的过程中的一些注意地方,为一个附件(Matlab course of the use of some of the attention of local, as an annex)
- 2008-03-16 10:22:40下载
- 积分:1
-
hardthrdenoise
小波去噪,包括各种小波变换,去噪效果好,保证可用。
(Wavelet denoising, including wavelet transforms, denoising effect, guarantee available.)
- 2010-12-19 21:21:12下载
- 积分:1
-
fuzzycontrol
说明: 这个程序是我自己编写的小车倒立摆经典PID控制和模糊控制matlab程序,相信对初学模糊控制的朋友有不小的帮助,包含传统PID控制和模糊控制的对比,是一份内容详细的完整报告(This program is written in my own car classic inverted pendulum PID control and fuzzy control matlab program, I believe beginner friends of fuzzy control no small help, with the traditional PID control and fuzzy control of contrast, is a complete and detailed report of)
- 2021-03-25 15:39:14下载
- 积分:1
-
taiozhanbei
说明: 用遗传算法和模拟退火算法解决旅行商方面的问题(The genetic algorithm and simulated annealing algorithm to solve traveling salesman problems)
- 2010-04-28 09:09:36下载
- 积分:1
-
dream_Win64_v2.1.3
dream_Win64_v2.1.3工具箱,功能强大,能够计算不同形状超声传感器的声场(the dream_Win64_v2.1.3 toolbox, powerful, able to calculate the different shapes ultrasonic transducer sound field)
- 2013-05-10 09:09:47下载
- 积分:1
-
Fitz
在qpsk下的Fitz 算法,是对fitz论文中算法的实现,压缩文件中包含代码和实验图像(The Fitz algorithm under qpsk is an implementation of the algorithm in the fitz paper, which contains code and experimental images)
- 2017-03-05 12:33:29下载
- 积分:1