-
GUISUSAN
边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的边缘检测中,实验证明该算法非常适合含噪图像的边缘检测。 2 SUSAN边缘检测简介
(err)
- 2009-10-22 11:34:46下载
- 积分:1
-
Histeq
包含两个代码,分别是全局直方图均衡和局部直方图均衡,适用于不同情形(Global and local histogram equalization)
- 2010-12-16 21:06:38下载
- 积分:1
-
groebner
manipulate and solve systems of multivariate polynomial equations by computing the groebner basis
- 2009-06-24 21:18:11下载
- 积分:1
-
OneDimensionalSearch
说明: 优化设计中的一维搜索方法,包括牛顿梯度法,平分线法,割线法,以及各种插值方法;能计算函数最优点,以及迭代的循环次数(Optimal Design of one-dimensional search methods, including Newton)
- 2008-10-12 09:22:01下载
- 积分:1
-
test_radar2
GBP1仿真,用于雷达跟踪,包含卡尔曼滤波器(GBP1 simulation)
- 2013-07-09 23:22:57下载
- 积分:1
-
GAMATLAB
A Matlab Code for Genetic Algorith
- 2015-04-17 16:53:45下载
- 积分:1
-
estimate
the simulation provides computation of target reflectivity data in the deficient elevation domain. Simulations are implemented to test the decoupled least-squares technique for high resolutionspectral estimation of target reflectivity.all seven (7)files should be downloaded for the simulation to work.(dls3D.m,estimate.m,get2S1Data.m,getConstraints.m, getImageData.m,getPixelData.m, getSLICYData.m)
- 2009-09-05 05:20:19下载
- 积分:1
-
turbo
说明: 无线通信信道编码TURBO码的MATLAB+SIMULINK仿真程序!(Wireless communication channel coding TURBO code MATLAB+ SIMULINK simulation program!)
- 2008-09-06 21:03:03下载
- 积分:1
-
pid
神经pid控制 挺好的 从书上打下来的 可以用的啊(nnpidcontrol)
- 2010-11-02 13:17:24下载
- 积分:1
-
exam4
一个时滞微分方程的例子及matlab程序代码(These are some delay differential equations matlab code.)
- 2013-07-18 22:20:00下载
- 积分:1