-
ondellette
La transformée en ondelette discrète (en anglais Discrete Wavelet Transform, ou DWT) est une technique utilisée dans la compression de données numériques avec ou sans perte (JPEG2000). La compression est réalisée par approximations successives de l information initiale du plus grossier au plus fin. On réduit alors la taille de l information en choisissant un niveau de détail.
- 2010-06-05 04:12:18下载
- 积分:1
-
lux
用GAUSS列主元消去法解线性方程组,文件为matlab GAUSS列主元消去法源代码。(GAUSS out with principal component elimination method for solving linear equations, the document matlab GAUSS out principal component elimination method source code.)
- 2009-12-27 23:47:43下载
- 积分:1
-
A-mathematical-Introduction-to-Robotic-manipulati
A mathematical Introduction to Robotic manipulation Richard M. Murray
- 2015-01-07 10:52:59下载
- 积分:1
-
vad
基于双门限比较法的端点检测程序,使用matlab7编写!(Comparison method based on double threshold endpoint testing procedures, the use matlab7 write!)
- 2010-09-14 11:15:17下载
- 积分:1
-
Programming_Style
说明: 编码规范指导,及代码编写经验分享
编码规范指导,及代码编写经验分享(Elements of Programming Style )
- 2010-04-07 11:15:51下载
- 积分:1
-
horos
Circle detection using Hough transform
- 2012-03-21 21:28:40下载
- 积分:1
-
Y_FCMC_Ver.1.0
模糊C均值聚类的一个参考材料,做模糊聚类是用的一个程序(FCM of a reference materials, so fuzzy clustering is a process)
- 2006-12-08 09:34:26下载
- 积分:1
-
digtal-filters
各种滤波器实现,包括卡尔曼、维纳、自适应等实现数字信号处理(some kinds of filters,to realise digtal signals processing)
- 2011-07-10 13:20:00下载
- 积分:1
-
SkinDetector
Skin Detector for matlab
- 2015-03-05 16:45:58下载
- 积分: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