-
EX
说明: 这是用matlab实现的边缘检测图像技术,您可以看看,对新学者有帮助。。。(This is achieved by edge detection matlab imaging technology, you can look at to help the new scholars. . .)
- 2009-04-22 10:51:02下载
- 积分:1
-
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
-
bosuxingchengsuanfa
数字波束形成算法库,超好,matlab源码(digital beamforming algorithms library, super-good, Matlab FOSS)
- 2007-01-24 09:47:21下载
- 积分:1
-
B
说明: it is an rar file containing codes of matlab an info related to matlab
- 2011-08-29 13:26:29下载
- 积分:1
-
source
输入信号为方波信号+高斯白噪声,方波信号基 频为1kHz,幅值为1,高斯白噪声方差为0.2, 均值为0,采样频率为20kHz。试用最大熵估计 法估计此信号的AR模型及其功率谱,并分析结 果(The input signal is a square wave signal+ Gaussian white noise, square wave signal fundamental frequency 1kHz, amplitude is a Gaussian white noise variance is 0.2, the mean is 0, the sampling frequency is 20kHz. Try maximum entropy estimation method to estimate the AR model of this signal and its power spectrum, and analyze the results)
- 2013-10-29 17:50:45下载
- 积分:1
-
WaterFilling_alg
说明: 通信系统功率分配--基于SVD分解的注水算法仿真(Communication system power distribution- filling algorithm based on SVD decomposition simulation)
- 2011-02-27 23:29:15下载
- 积分:1
-
algha
induction machine simulation
- 2014-09-16 03:57:52下载
- 积分:1
-
45-test-images
45张图像处理中经常用到的示例图片,全部为bmp图(45 sample pictures frequently used in image processing, all the bmp maps)
- 2012-12-26 20:22:05下载
- 积分:1
-
activeset2
最优化方法的有效集算法的matlab程序,附带拉格朗日函数的程序.(active set program and lagrange function for solving Quadratic Programming promblems.)
- 2012-05-12 21:58:31下载
- 积分:1
-
L2InvertedPendulum_chy
直线二级倒立摆的建模,应用lagrange方法,在mathematica里实现。(two inverted pendulum linear modeling, application ESO, In Mathematica achieve.)
- 2007-06-18 09:09:17下载
- 积分:1