interpolate edit page

compute an ODF by interpolating orientations and weights

Syntax

odf = SO3Fun.interpolate(ori,values)

Input

ori orientation
values double

Output

SO3F SO3FunRBF

Flags

lsqr least squares (MATLAB)
lsqnonneg non negative least squares (MATLAB, fast)
lsqlin interior point non negative least squares (optimization toolbox, slow)
nnls non negative least squares (W.Whiten)