perform_farthest_point_sampling_boundary.m.svn-base

来自「fast marching method」· SVN-BASE 代码 · 共 9 行

SVN-BASE
9
字号
function points = perform_farthest_point_sampling_boundary( W, points, nbr_pts, method )

% perform_farthest_point_sampling - samples points using farthest seeding strategy
%
% points = perform_farthest_point_sampling( W, points, nbr_points );
%
%   points can be []
%   
%   Copyright (c) 2005 Gabriel Peyr

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?