perform_curve_resampling.m.svn-base
来自「fast marching method」· SVN-BASE 代码 · 共 14 行
SVN-BASE
14 行
function c1 = perform_curve_resampling(c, s, mode, interp_type)
% perform_curve_resampling - resample a curve
%
% c1 = perform_curve_resampling(c, n, 'nbpts', intep_type);
% or
% c1 = perform_curve_resampling(c, s, 'dist', intep_type);
%
% Where 'n' is the new number of point in the curve,
% and 's' is the curvilinear absice between two points.
%
% For 'interp_type', see the 'method' parameter in 'help interp1'.
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?