compute an ODF by interpolating orientations and weights
Syntax
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) |