perform_farthest_landmark_sampling.m.svn-base
来自「fast marching method」· SVN-BASE 代码 · 共 10 行
SVN-BASE
10 行
function landmark = perform_farthest_landmark_sampling( W, landmark, DL_landmark, base_points, DL_base, nbr_points )
% perform_farthest_landmark_sampling - samples landmark using least error seeding strategy
%
% points = perform_farthest_landmark_sampling( W, points, nbr_points, DL, base_points );
%
% points can be []
% DL is the distance map to base_points, wich is a 2 x p matrix
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?