Skip to main content
. Author manuscript; available in PMC: 2010 May 7.
Published in final edited form as: Proc IEEE Comput Soc Conf Comput Vis Pattern Recognit. 2006 Jun 17;2006:86. doi: 10.1109/CVPRW.2006.179
input : N tensors (p0, …, pN−1),
  N+2(k-1) monotonically increasing
  knots (tk+1, …, tN−1+k−1)
  k, and a small value e
output: N-1+k-1 control tensors
  (c0, …, cN−1+k−2)
X0 ‖ ← e+1;
while
jXj>e
do
for j=0 to N-1+k-2 do
  Xj ← zero matrix ;
  for i=0 to N-1 do
   XjXj +
   Λcj(pi,S(ti))Nj,k(ti) ;
  end
  cjExpcj Xj ;
end
cc′ ;
end