-
COVAR
matlab source code from mathworks
- 2021-03-31 20:09:09下载
- 积分:1
-
tuxiangpeizhun
此程序是在MATLAB下进行图像配准,通过归一化互相关来确定图像配准的区域。(This program is for image registration in MATLAB, by normalized cross-correlation to determine the image registration area.)
- 2014-12-12 17:54:57下载
- 积分:1
-
code
在过程控制中,按偏差的比例(P)、积分(I)和微分(D)进行控制的PID控制器(亦称PID调节器)是应用最为广泛的一种自动控制器。(In process control, according to the ratio of deviation (P), integral (I) and differential (D) to control the PID controller (also known as PID regulators) is the most widely used an automatic controller.)
- 2008-07-23 23:33:27下载
- 积分:1
-
LMS--FPGA
The simulink model of Back propagation Algorithm using an Adaptative Filter.
- 2013-07-09 15:33:19下载
- 积分:1
-
dxVideo
This library contains helper functions to read image frames into matlab from Video
file using DirectShow. This library has borrowed codes from Ashwin Thangali s
"DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs.
- 2009-11-05 17:17:06下载
- 积分:1
-
imageprocessing
the code for dilation , erode ,compliment and morphology are given
- 2009-07-10 00:52:34下载
- 积分:1
-
CHAP09
是Matlab图像处理的原程序代码,适合初学者使用。(Matlab image processing is the original code, suitable for beginners.)
- 2010-01-24 16:50:06下载
- 积分:1
-
power-system-with-MATLABPSIMULINK
电力系统的MATLAB+SIMULINK仿真与应用(Power system simulation and application of MATLAB+ SIMULINK)
- 2011-04-22 10:04:01下载
- 积分:1
-
MATLAB-finite-element-analysis
《MATLAB有限元分析与应用》一本不错的教材(MATLAB finite element analysis and application)
- 2013-12-08 23:40:54下载
- 积分:1
-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1