• 大小: 1000KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签:

资源简介

王利的活动轮廓模型代码及文章(基于局部高斯模型),目前比较流行的算法

资源截图

代码片段和文件信息

% This is a demo for segmentation using local gaussian distribution (LGD)
% fitting energy
%
% Reference: % Active Contours Driven by Local Gaussian Distribution Fitting Energy.
% Signal Processing 89(12) 2009p. 2435-2447>
%
% Please DO NOT distribute this code to anybody.
% Copyright (c) by Li Wang
%
% Author:       Li Wang
% E-mail:       li_wang@med.unc.edu
% URL:          http://www.unc.edu/~liwa/
%
% 2010-01-02 PM



clc;clear all;close all;

Img=imread(‘1.bmp‘);
Img = double(Img(::1));

NumIter = 300; %iterations
timestep=0.1; %time step
mu=0.1/timestep;% level set regularization term please refer to “Chunming Li and et al. Level Set Evolution Without Re-initialization: A New Variational Formulation CVPR

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      12240  2008-06-11 07:46  LGD_source_code\1.bmp

     文件      48056  2008-04-10 01:37  LGD_source_code\2.bmp

     文件      25380  2008-07-04 07:35  LGD_source_code\3.bmp

     文件      26156  2008-04-15 01:45  LGD_source_code\4.bmp

     文件      14408  2008-04-16 00:57  LGD_source_code\5.bmp

     文件    1051531  2011-08-15 23:14  LGD_source_code\Active contours driven by local Gaussian distribution fitting energy.pdf

     文件       2228  2011-08-16 09:49  LGD_source_code\Demo_LGD_1.m

     文件       2221  2011-08-16 09:49  LGD_source_code\Demo_LGD_2.m

     文件       2225  2011-08-16 09:49  LGD_source_code\Demo_LGD_3.m

     文件       2219  2011-08-16 09:49  LGD_source_code\Demo_LGD_4.m

     文件       2222  2011-08-16 09:49  LGD_source_code\Demo_LGD_5.m

     文件       2330  2011-08-16 09:50  LGD_source_code\evolution_LGD.m

     目录          0  2011-08-16 09:47  LGD_source_code

----------- ---------  ---------- -----  ----

              1191216                    13


评论

共有 条评论

相关资源