-
GUISUSAN
边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的边缘检测中,实验证明该算法非常适合含噪图像的边缘检测。 2 SUSAN边缘检测简介
(err)
- 2009-10-22 11:34:46下载
- 积分:1
-
kanong
用matlab软件谱出卡农音乐的程序源代码(Spectrum of the source code of the canon of music using matlab software)
- 2012-05-31 00:36:35下载
- 积分:1
-
daitonglvbo1
matlab带通滤波程序
两个滤波器都是切比雪夫I型数字滤波器,不是巴特沃尔滤波器,包括实例
(bandpass filtering matlab program)
- 2014-10-21 21:19:55下载
- 积分:1
-
example-for-svm
说明: 支持向量机程序使用实例:通过实例演示怎样使用支持向量机(Support vector machine uses examples: an example how to use the support vector machine)
- 2011-02-18 20:40:45下载
- 积分:1
-
Integrated-Electrical-System-Design
使用matlab进行机电系统综合仿真设计,内容包括PPT教程和模型文件。(Mechanical and electrical systems integration using matlab simulation design, including PPT tutorials and model files.)
- 2011-05-30 20:57:56下载
- 积分:1
-
Pulso
Simulation poulse wave on matlab try it
- 2013-10-31 04:54:28下载
- 积分:1
-
acfplot
A very useful ploting function that plots the matlab correlation function up to user specified lags. You can also easily add titles.
- 2009-03-29 08:41:40下载
- 积分:1
-
控制器优化设计
说明: 对简单闭环系统的PID控制参数进行优化,得到最佳的控制效果。使用时将该文件夹设为matlab默认文件夹,用simulink打开.mdl文件,在命令行窗口输入.txt文档中命令,可以得到优化后的P、I和D参数。(The PID control parameters of the simple closed-loop system are optimized to obtain the best control effect. With using these codes, the folder must be set as the default folder of matlab, then open the. MDL file, and input the commands of . TXT document in the command line window. The optimized P, I and D parameters will be obtained.)
- 2019-03-22 17:22:38下载
- 积分:1
-
基于遗传算法和非线性规划的函数寻优算法
chapter2 基于遗传算法和非线性规划的函数寻优算法 《MATLAB智能算法30个案例分析》(史峰等)(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
- 2017-11-24 16:45:32下载
- 积分:1
-
image_transform
这是关于图像翻转,旋转,缩放等变换的MATLAB源程序,以函数的形式写出来。(This is about image rotation, zooming transform MATLAB source code, written in the form to function.)
- 2010-05-27 15:35:43下载
- 积分:1