登录
首页 » matlab » ENFCM

ENFCM

于 2020-12-01 发布 文件大小:301KB
0 221
下载积分: 1 下载次数: 33

代码说明:

  文章MR Brain Image Segmentation Using an Enhanced Fuzzy C-Means Algorithm的代码实现(the code of MR Brain Image Segmentation Using an Enhanced Fuzzy (:-Means Algorithm)

文件列表:

ENFCM, 0 , 2015-03-19
ENFCM\3.bmp, 13366 , 2008-12-03
ENFCM\4.bmp, 51080 , 2009-10-30
ENFCM\5.bmp, 51078 , 2009-06-22
ENFCM\brain.tif, 65466 , 2011-04-19
ENFCM\brain_n.tif, 65722 , 2010-06-07
ENFCM\defuzzy.m, 386 , 2011-05-30
ENFCM\demo.m, 245 , 2015-03-19
ENFCM\Dfour244true.bmp, 60614 , 2011-10-31
ENFCM\EnFCM.m, 532 , 2015-03-19
ENFCM\FLAIRimage.jpg, 17610 , 2010-03-20
ENFCM\flower.png, 91005 , 2009-11-02
ENFCM\GADOimage.jpg, 18673 , 2010-03-20
ENFCM\Initialization.m, 1899 , 2015-03-19
ENFCM\synthetic.bmp, 41080 , 2015-03-17
ENFCM\synthetic1.bmp, 120054 , 2015-03-17
ENFCM\test_biasfield_noise.png, 34534 , 2009-10-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlab2
    遗传算法及其MATLAB实现 含源程序 GA算法及其MATLAB实现 含源程序(MATLAB Genetic Algorithm and Its realize containing source GA algorithm and its realization with MATLAB source)
    2007-09-23 11:44:30下载
    积分:1
  • dataprocesswithvcandmatlab
    如何在vc环境下利用matlab工具箱进行数据处理(how to do data processing in vc++ with the toolbox of matlab)
    2009-11-22 15:57:22下载
    积分:1
  • Coordinate-conversion
    坐标转换(四参数) [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end (Coordinate conversion: [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end )
    2014-12-12 19:02:28下载
    积分:1
  • lagsqp
    用基于拉格朗日函数Hesse矩阵的SQP方法求解约束优化问题(matlab: SQP based on modification Hesse matrix)
    2011-11-24 09:28:38下载
    积分:1
  • PMUSIC
    雷达来波方向的DOA估计,本程序是利用matlab进行一维DOA谱峰搜索(Radar DOA DOA estimation, the procedure is carried out using matlab DOA one-dimensional spectral peak search)
    2013-10-22 20:59:36下载
    积分:1
  • ROBOTSCONTROL
    机器人各种机构的控制仿真例程,代码都能运行,适合初学者(Robot control simulation routines of various institutions, the code can run, suitable for beginners)
    2014-02-16 07:41:32下载
    积分:1
  • stepwise
    多元统计分析中用于判别的逐步判别法,用于筛选变量,剔除多余变量的逐步判别的matlab程序(Multivariate statistical analysis for discriminant stepwise discriminant method for screening variables, stepwise discriminant eliminate redundant variables matlab program)
    2012-12-25 09:41:53下载
    积分:1
  • Desktop
    说明:  进行抽水蓄能机组常规机组仿真,水轮机采用恒定值代替,后续会补充水轮机模型(Simulation of conventional units of pumped storage units)
    2020-11-16 21:59:28下载
    积分:1
  • matlab5.3LEARN
    可以学习matlab的最基本操作功能,为新版matlab的学习打基础。(Can learn the basic operation of matlab functions for the new version of matlab learning foundation.)
    2008-06-05 09:31:54下载
    积分:1
  • ZXCFF
    用中心差分法计算输入地震动的位移时程曲线,该函数仅为示例用,在计算短周期结构的反应时,可能不准确,需要减小时间间隔 ( central difference method)
    2012-05-18 09:26:13下载
    积分:1
  • 696516资源总数
  • 106642会员总数
  • 12今日下载