资源简介
GAC模型是基于边缘的图像分割方法,当图像中的对象和背景的边界处灰度值存在较大差异,那么对象的边缘就将形成明显的轮廓。
代码片段和文件信息
function newim = createimage( imuFlag )
% CREATEIMAGE returns a color image ( 3 channel uint8 image)
% in which the current zero_level_set is in red overlaied
% onto the original image (im.).And then re_initializes u.
[nnynnx]=size(im);
curvIndex=zeros(5*nnx*nny2);
curvImag=zeros([nnynnx]);
num=0;
for i = 2 : nnx - 1
for j = 2 : nny - 1
if u(ij)<0 & (u(i+1j)>=0 | u(i-1j)>=0 | u(ij+1)>=0 | u(ij-1)>=0)
num=num+1; curvIndex(num1)=i;curvIndex(num2)=j;
curvImag(ij)=255;
end
end
end
tempim = im;
tempim(curvImag>0) = 255;
newim( : : 1 ) = tempim;
tempim(curvImag>0) = 0;
newim( : : 2 ) = tempim;
newim( : : 3 ) = tempim;
% convert to uint8
newim = uint8( newim );
%If Flag==1re_initialize u
if Flag
new_u = zeros(nnxnny);
dist=zeros(1num);
for j=1:nny
for i=1:nnx
for k=1:num
dist(k)=sqrt((i-curvIndex(k1)).^2+(j-curvIndex(k2)).^2);
end
new_u(ij)=min(dist);
if u(ij)<0
new_u(ij)=-new_u(ij);
end
end
end
u=new_u;
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-05-18 15:39 GAC\
文件 11274 2012-03-12 15:49 GAC\03.jpg
文件 120054 2006-04-22 13:07 GAC\3.bmp
文件 4063 2012-05-17 19:28 GAC\brain.jpg
文件 1103 2007-11-20 12:07 GAC\createimage.m
文件 7554 2012-05-17 19:29 GAC\flower.jpg
文件 3514 2012-05-18 14:16 GAC\gacgaijinf.m
文件 1073 2006-07-13 18:21 GAC\gauss.m
文件 4282 2012-05-17 19:04 GAC\images (1).jpg
文件 8134 2004-07-05 18:59 GAC\twoObj.bmp
文件 16434 2004-07-23 20:36 GAC\twocells.bmp
相关资源
- 基于深度学习的医学图像分割技术:
- FCN模型实现图像分割配套资料分享.
- windows+TensorFlow+mask R-CNN
- 基于蚁群算法的图像分割方法
- 条件随机场代码图像分割
- 图像分割评测指标,dice,voeASDRVD等
- Copula边缘分布及联合分布
- 基于边缘检测的图像分割算法研究
- 阈值分割法在dicom图像分割中的应用
- 使用log算子实现的图像边缘检测
- 语义图像分割 deeplab-v3 tensorflow 源代码
- 最优阈值迭代实现图像分割
- 李纯明 博士水平集图像分割代码
- FCM用于图像分割
- 基于分水岭标记的图像分割
- 一种基于LIP模型的新算法
- 梯度锐化的方法----微分法;图像边缘
- 区域分裂合并法
- 基于区域增长的医学图像分割技术
- 一种基于视觉熵的图像分割压缩算法
- FCM图像分割
- 面向智慧医疗的5G移动边缘计算白皮书
- 外商直接投资与中国制造业边缘化问
- 基于Mean-shift的图像分割
- 边缘计算与云计算协同白皮书(2018年
- MEC介绍PPT版
- 边缘计算——权威综述.pdf
- 商汤冠军代码
- 边缘计算安全白皮书2019.pdf
- 中国《5G移动边缘计算》白皮书.pdf
评论
共有 条评论