View source: R/fit_alignment_proc2d.R
fit_alignment_proc2d | R Documentation |
Finds optimal rotation and scaling alignment for a discrete open srv curve to a smooth curve
fit_alignment_proc2d(
q,
type,
knots,
var_type,
coefs.compl,
method,
cov_fit,
pca,
L
)
q |
complex srv curve with parametrization, needs to be vectorized.
The result of a call to |
type |
spline degree |
knots |
basis knots |
var_type |
either "smooth" or "constant" measurement error in cov_fit object |
coefs.compl |
complex coefficients of smooth curve |
method |
temp |
cov_fit |
temp |
pca |
temp |
L |
temp |
optimal rotation G and scaling b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.