-
e2md2.m
BEMD对图像进行分解,包络构造采用Delaunay三角剖分和三次插值,得到分解的结果。
输入:灰度bmp图像
输出:imf1 imf2 imf3 残差(BEMD image decomposition, the envelope structure using Delaunay triangulation and cubic interpolation, the result of decomposition. Input: greyscale bmp image output: imf1 imf2 imf3 residuals)
- 2007-12-08 20:22:55下载
- 积分:1
-
gg
说明: MATLAB code for simple edge detection algorithms including simple mask, sobel mask, Gaussian derivatives.
- 2011-01-05 01:42:40下载
- 积分:1
-
Z_folded_cavity
计算Z型腔内的光斑分布,用ABCD矩阵的方法,包括两个球面反射镜,两个平面反射镜(Z cavity inside of light distribution, calculated using the ABCD matrix method, including two spherical mirrors, two plane mirrors)
- 2014-10-08 22:43:54下载
- 积分:1
-
data
MATLAB+Excel定量预测与决策:运作案例精编/张建林编著的原数据文件,包括每章的matlab文件和EXcel数据(MATLAB+ Excel quantitative forecasting and decision-making: operational case for fine/Jianlin edited the original data files, including files for each chapter and EXcel data matlab)
- 2013-12-16 17:36:34下载
- 积分:1
-
EOF-analysis
EOF分析的一个基础,里面有matlab基础的程序(EOF analysis based on matlab program)
- 2012-11-27 15:48:29下载
- 积分:1
-
参考源码(模糊控制)
基于模糊控制的机器人避障,智能控制基础大四。(Obstacle avoidance of fuzzy control robot)
- 2017-12-07 21:54:42下载
- 积分:1
-
1
对图片中字母数字识别,通过matlab实现(Recognition of letters and numbers in pictures)
- 2020-06-22 16:20:02下载
- 积分:1
-
TinyOS-Programming
对学习tinyos的初学者很有帮助,有助于进一步地学习wsn(Useful for beginners learning tinyos help further learning wsn)
- 2010-08-10 20:36:01下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
matlab-codes
matlab programs counting coins finding an object in an image gui in matlab codes in image processing in matlab , math calculator with gui in matlab
- 2011-05-27 03:14:27下载
- 积分:1