mc_forward.m
来自「A toolbox to handle 2D curve and multire」· M 代码 · 共 13 行
M
13 行
function mc = mc_forward( c, J, type )
% mc_forward - perform fwd multiresolution curve.
%
% mc = mc_forward( c, J, type );
%
% 'type' is the kind of predictor used, can be either 'linear' or 'cubic'
% J is the level of subdivision (ie. the transform will use 2^J coefs).
%
% The wavelets coefficients are stored in 'mc.coef' and the extremity
% points are in 'mc.begin' and 'mc.end'.
%
% Copyright (c) 2004 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?