-
stereo
this is a stereo vision code.
- 2010-11-17 19:45:16下载
- 积分:1
-
signlms
说明: 符号LMS算法的MATLAB实现 并比较误差性能和收敛速度
结果正确 可以直接使用(MATLAB symbolic realization of LMS algorithm and compare the results of error performance and convergence speed can use proper)
- 2021-04-18 18:38:51下载
- 积分:1
-
quyushengzhang
一种新的基于区域生长的彩色图像分割算法研究(A new segmentation algorithm for color images based on region growing)
- 2014-12-07 21:13:38下载
- 积分:1
-
lcmv
自适应波束形成,利用LCMV准则进行自适应波束形成(Adaptive beamforming, using LCMV Standards adaptive beamforming is formed)
- 2021-04-23 19:08:47下载
- 积分:1
-
SEMI-CONTROLLERS
CONTROLLING TECHNIQUES OF POWER ELECTRONIC
- 2012-02-13 01:50:15下载
- 积分:1
-
traffic-ligth-simulation
traffic light simulation
- 2011-03-02 04:55:47下载
- 积分:1
-
AR
说明: 高级数字信号处理AR模型信号处理 MATLAB 例程(the information process of model AR)
- 2012-05-11 14:18:53下载
- 积分:1
-
传感器信息融合:MATLAB程序实现
这本书主要对一些典型多传感器融合算法进行描述并给出了Matlab仿真程序。(This book describs classical multisensor fusion algorithms and gives the simulation program based on Matlab.)
- 2018-11-11 18:29:59下载
- 积分:1
-
数字图像处理实验
说明: 数字图像处理常用程序,包括图像读取、显示、详细信息,对图像文件格式转换,RGB分量显示,索引图像、伪彩色图像、真彩色图像显示,灰度直方图处理,图像灰度变换,均衡化处理,图像加噪声处理,均值滤波、中值滤波,图像加减乘除运算,图像放大,插值拟合,旋转,多种边缘检测方法,高通滤波,低通滤波,带通滤波,维纳滤波,运动模糊等处理。(Common digital image processing programs, including image reading, display, detailed information, image file format conversion, RGB component display, index image, pseudo color image, true color image display, gray histogram processing, image gray transformation, equalization processing, image plus noise processing, mean filtering, median filtering, image plus, subtraction, multiplication and division, image amplification, interpolation Fitting, rotation, multiple edge detection methods, high pass filtering, low-pass filtering, band-pass filtering, Wiener filtering, motion blur and other processing.)
- 2020-06-30 00:20:02下载
- 积分:1
-
基于Matlab的简单图像网格划分
简单的图像网格划分软件,使用Matlab语言,能够自动对二维、三维图像进行网格划分,图像通过输入轮廓代码进行描绘。% Example: (Uniform Mesh on Unit Circle)
fd=@(p) sqrt(sum(p.^2,2))-1;
[p,t]=distmesh2d(fd,@huniform,0.2,[-1,-1;1,1],[]);% Example: (Uniform Mesh on Torus)
fd=@(p) (sum(p.^2,2)+.8^2-.2^2).^2-4*.8^2*(p(:,1).^2+p(:,2).^2);
[p,t]=distmeshsurface(fd,@huniform,0.1,[-1.1,-1.1,-.25;1.1,1.1,.25]);
- 2022-01-26 17:33:19下载
- 积分:1