compute_edge_energy.m.svn-base
来自「fast marching method」· SVN-BASE 代码 · 共 15 行
SVN-BASE
15 行
function W = compute_edge_energy(M,s,epsi, center_point)
% compute_edge_energy - compute an energy for fast marching.
%
% W = compute_edge_energy(M,s,epsi);
%
% W is the speed function for the front propagation
% (should be high in the area of strong gradient).
% The formula is :
%
% 1/W(x) = 1/(1 + |grad(M*G_s)|) + epsi
%
% where G_s is a gaussian smoothing of width s.
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?