-
segment
用matlab实现的医学图像分割算法,(分割最佳阈值的迭代算法)代码, 可适合初学者使用,并有图。(Using matlab to achieve the medical image segmentation algorithm, (partition optimal threshold of iterative algorithm) code which may be suitable for beginners to use, and map.)
- 2008-12-16 20:02:02下载
- 积分:1
-
similitudeMoments
自己按J David的方法做的7个Hu时刻,用于边缘检测(7 HU moments,similitude Moments,matlab)
- 2010-11-05 10:39:32下载
- 积分:1
-
Euler(matlab)_CanTestWithImage
计算图像中的欧拉数,经典代码,采用matlab实现,可以熟悉欧拉数的求法,及相关MATLAB函数的用法,带图片可测试。(calculated image of Euler number, classic code using Matlab realized, could familiar with the Euler number for the law, MATLAB functions and related usage, with pictures can be tested.)
- 2006-11-02 12:25:03下载
- 积分:1
-
HSV
convertion spase RGB to HSV
- 2012-05-08 21:30:57下载
- 积分:1
-
相位误差对MUSIC影响
说明: 从理论上介绍了MUSIC算法原理、分析了阵列相位误差对MUSIC算法性能的影响(The principle of music algorithm is introduced in theory, and the effect of array phase error on the performance of music algorithm is analyzed)
- 2020-02-15 17:12:14下载
- 积分:1
-
LEACH
无线传感器网络节点调度算法——leach算法(leach)
- 2010-06-02 09:03:20下载
- 积分:1
-
dpll_fixpt
Simulink all digital pll with fixed point
- 2012-09-11 06:54:00下载
- 积分:1
-
termproject
rand, randn, randint.... you can understand my code
- 2015-06-06 13:57:36下载
- 积分:1
-
jcontrol
该程序提供一种在matlab中调用java.awt和javax.swing库的方法()
- 2007-07-24 16:45:06下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1