资源简介
一种改进的基于整合空间的模糊聚类的水平集分割方法,分割效果比较好
代码片段和文件信息
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;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 328578 2011-12-28 20:04 FCMLSM\53.bmp
文件 483226 2011-12-28 20:05 FCMLSM\54.bmp
文件 1150012 2011-12-28 20:05 FCMLSM\CBM2011.pdf
文件 51080 2011-12-28 20:05 FCMLSM\ctlivertumor.bmp
文件 3102 2011-12-28 20:05 FCMLSM\FCLSM.m
文件 3594 2011-12-28 20:05 FCMLSM\fuzzyLSM.asv
文件 3851 2011-12-28 20:05 FCMLSM\fuzzyLSM.m
文件 51078 2011-12-28 20:05 FCMLSM\mrihead.bmp
文件 1182 2011-12-28 20:05 FCMLSM\runtest.asv
文件 1210 2011-12-28 20:05 FCMLSM\runtest.m
文件 235542 2011-12-28 20:05 FCMLSM\set1\43.bmp
文件 366982 2011-12-28 20:05 FCMLSM\set1\44.bmp
文件 700866 2011-12-28 20:05 FCMLSM\set1\45.bmp
文件 226018 2011-12-28 20:05 FCMLSM\set1\46.bmp
文件 258266 2011-12-28 20:05 FCMLSM\set1\48.bmp
文件 321994 2011-12-28 20:05 FCMLSM\set1\49.bmp
文件 159010 2011-12-28 20:05 FCMLSM\set1\50.bmp
文件 91882 2011-12-28 20:05 FCMLSM\set1\51.bmp
文件 169282 2011-12-28 20:05 FCMLSM\set1\52.bmp
文件 328578 2011-12-28 20:05 FCMLSM\set1\53.bmp
文件 483226 2011-12-28 20:05 FCMLSM\set1\54.bmp
..A.SH. 45568 2011-12-28 20:06 FCMLSM\set1\Thumbs.db
文件 2443 2011-12-28 20:05 FCMLSM\SFCM2D.asv
文件 2443 2011-12-28 20:05 FCMLSM\SFCM2D.m
..A.SH. 20480 2011-12-28 20:08 FCMLSM\Thumbs.db
目录 0 2011-12-28 20:25 FCMLSM\set1
目录 0 2011-12-28 20:25 FCMLSM
----------- --------- ---------- ----- ----
5489493 27
............此处省略0个文件信息
相关资源
- imageCorrectForm 建立几何畸变模型
- MATLAB_image_process_with_PDE 运用偏微分方
- Graph_cut 几篇关于graph cut的论文
- mean_shift_segmentation mean shift图像分割软
- WSN-matlab-simulation
- ssim_index 图片结构相似度评价
- p-laplace 改进了Criminisi算法
- SimuAPSO 模拟退火发与粒子群算法的结
- zhifangtujunhanghua 直方图均衡
-
LTE_li
nk_Simulation LTE链路级的仿真 - imagefusion2836201
- multiimagepocs 对多帧图像进行超分辨率
- image_matching
- ImageSegmentation 多尺度分水岭变换分割
- regiongrow 利用区域标记进行区域分割
- imgmosaic
-
Theimagetextureanalyssba
sedonthefractaldime - zimushibie 图片 26个字母识别 用matla
- imagesegmentation 压缩文件里有四种图像
-
LTE_ba
seband_simulation LTE基带收发仿真 - matlabimagetothefuzzy 本例中主要使用四个
- PDE_in_image_processing (1)MATLAB程序:其
-
BP_tanh_linaer BP神经网络Simuli
nk模型。 - NLMeans NLmeans(ima
- ImageMatlab Matlab数字图像处理
- CVPR10-LLC \“Locality-constrained Linear Cod
- image-fusion-and-detection-on-curvelet-wavelet
-
SteppingMotor 步进电机的SIMli
nk模型 - MRI_image_segmentation
- image_processing 本程序是基于Matlab的米粒
评论
共有 条评论