资源简介
基于FCM和水平集的图像分割,以脑颅图像为例,分割结果良好
代码片段和文件信息
function [imglsoptssls]=FCLSM(imgimgfcmbeta)
img=double(img);
se=5; %template radius for spatial filtering
sigma=2; %spatial filter weight
d0=.5; %fuzzy thresholding
epsilon=1.5; %Dirac regulator
%adaptive definition of penalizing item mu
u=d0<=imgfcm;
bwa=bwarea(u); %area of initial contour
bw2=bwperim(u);
bwp=sum(sum(bw2)); %peripherium of initial contour
mu=bwp/bwa; %Coefficient of the internal (penalizing) energy term P(\phi);
opts.mu=mu;
timestep=0.2/mu; %The product timestep*mu must be less than 0.25 for stability
opts.timestep=timestep;
%end
% fs=fspecial(‘disk‘5);
% imgs=imfilter(imgfs‘replicate‘);
fs=fspecial(‘gaussian‘sesigma);
img_smooth=conv2(double(img)double(fs)‘same‘);
[IxIy]=gradient(img_smooth);
f=Ix.^2+Iy.^2;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-04-16 23:04 FCMLSM\
文件 1150012 2011-04-16 01:35 FCMLSM\CBM2011.pdf
文件 51080 2009-10-30 05:41 FCMLSM\ctlivertumor.bmp
文件 3102 2009-12-04 15:16 FCMLSM\FCLSM.m
文件 3564 2011-04-16 23:03 FCMLSM\fuzzyLSM.m
文件 51078 2009-06-22 01:39 FCMLSM\mrihead.bmp
文件 980 2011-04-16 23:04 FCMLSM\runtest.m
文件 2455 2009-10-30 20:23 FCMLSM\SFCM2D.m
文件 1332 2011-07-16 01:02 license.txt
相关资源
- 模糊聚类图像分割FCM/FLICM等
- KFCM与FCM进行脑电图分割
- 基于变分水平集的图像分割
- DRLSE距离正则化水平集演化算法的MA
- 李纯明的2011年水平集新论文加上试验
- Matlab实现FCM算法
- 水平集 matlab实现 内含原理论文!效果
- 使用FCM进行图像分割
- 四种聚类算法源代码及
- 水平集level set、李纯明博士DRLSE改进方
- 李纯明老师的level set代码和相关论文
- fcm实现matlab图像分割的一组程序
- FCM聚类算法matlab源代码
- 模糊聚类分析传递闭包算法FCM的matl
- FCM+KFCM 模糊C均值聚类分析算法 matla
- 模糊c均值聚类 FCM算法的MATLAB代码
- 基于水平集的分割方法MATLAB代码
- 水平集方法的matlab源代码
- 水平集matlab实现
- 椭圆约束主动轮廓视盘分割
- MATLAB 代码 基于C-V模型的水平集图像分
- 水平集的图像分割
- 彩色图像分割——matlab实现FCM算法
- 李纯明老师 水平集CV MATLAB代码
- cv水平集及改进算法MATLAB程序
- FCMClust(模糊c均值聚类算法MATLAB实现
- FCM目标检测代码
- FCM的MATLAB实现
- 自己编写的WFCM算法
- 模糊c均值聚类FCM算法的matlab代码
评论
共有 条评论