| fit_alignment_proc2d {elastes} | R Documentation | 
Optimal rotation and scaling alignment to a smooth curve
Description
Finds optimal rotation and scaling alignment for a discrete open srv curve to a smooth curve
Usage
fit_alignment_proc2d(
  q,
  type,
  knots,
  var_type,
  coefs.compl,
  method,
  cov_fit,
  pca,
  L
)
Arguments
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  | 
Value
optimal rotation G and scaling b
[Package elastes version 0.1.7 Index]