-
legend11_m
matlab - image processing - median filter(matlab- image processing- median filter)
- 2009-04-08 06:23:52下载
- 积分:1
-
bisect
BISSECTION METHODE NUMERIQUE
- 2010-12-14 06:38:32下载
- 积分:1
-
WordRecognition
Recognition of the word
- 2010-06-26 19:05:12下载
- 积分:1
-
Algorithm-Collections-for-Digital-Signal-Processi
Algorithm Collections for Digital Signal Processing Applications using Matlab - E.S. Gopi
- 2014-09-22 01:54:51下载
- 积分:1
-
Written-in-MatLab-mean-filtering
MatLab编写的均值滤波、中值滤波、高斯滤波 等图像处理函数(Written in MatLab mean filtering, median filtering, Gaussian filtering and other image processing functions)
- 2013-12-19 20:20:45下载
- 积分:1
-
对iris数据进行分类 Kmeans iris
说明: 环境:matlab 算法:Kmeans 功能:对iris数据进行分类(Classification of iris data by kmeans algorithm)
- 2020-04-30 13:03:49下载
- 积分:1
-
-component-analysis
用独立分量分析方法实现地震转换波与多次反射波分离(Using independent component analysis method to achieve multiple seismic converted wave and the reflected wave separation)
- 2013-11-04 17:11:45下载
- 积分:1
-
experiment2
MATLAB仿真,自适应均衡器的LMS算法(LMS algorithm MATLAB simulation, adaptive equalizer)
- 2013-12-29 20:31:13下载
- 积分: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
-
Triangulation
划分三角形网络时用到的大量算法和测试例程(A large number of algorithms and test routines to be used when dividing triangular networks)
- 2016-05-24 23:42:23下载
- 积分:1