-
GUISUSAN
边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的边缘检测中,实验证明该算法非常适合含噪图像的边缘检测。 2 SUSAN边缘检测简介
(err)
- 2009-10-22 11:34:46下载
- 积分:1
-
7yt6fc
基于MATLAB的地震正演模型实现,很适合初学者学习掌握(MATLAB-based seismic forward model implementation, it is suitable for beginners to learn to master)
- 2013-11-05 00:48:13下载
- 积分:1
-
matlab3studying
matlab教程,内容充实,易于理解,适合于初学者
(Matlab Guide, informative and easy to understand, suitable for beginners)
- 2007-03-26 23:17:14下载
- 积分:1
-
least_square
这个源码是最小二乘法在Matlab上应用的一个例子,可供大家参考(This source is the least squares method in the Matlab application of an example for your reference)
- 2009-01-19 23:12:50下载
- 积分:1
-
dtdwt1
dualtree discrete wavlet transform of EEG database
- 2014-09-18 16:02:31下载
- 积分:1
-
matlab
计算数学当用常用的几个计算方法的matlab的程序代码,这些代码有时候比较有用(Computational Mathematics when using matlab several calculation methods commonly used program code, which is sometimes more useful)
- 2015-01-27 10:12:56下载
- 积分:1
-
LDPC
LDPC编码的完整实现,包括编码和解码过程(LDPC encoding the full implementation, including encoding and decoding process)
- 2017-04-13 15:49:55下载
- 积分:1
-
2
说明: 周克敏 鲁棒控制基础 (essential of robust control ) 部分习题(周克敏the basis of robust control (essential of robust control) part of Exercises)
- 2007-11-22 20:30:15下载
- 积分:1
-
medfilter
基于matlab对图像进行中值滤波处理处理,另外附有自己编写的两种中值滤波算法,同时也可以使用matlab自带的median函数(median filter for image processing)
- 2009-05-22 19:32:03下载
- 积分:1
-
time_feature
计算时间信号特征值的matlab函数文件(function used for calculating feature values of a time signal)
- 2012-04-20 21:03:24下载
- 积分:1