fit_alignment_proc2d: Optimal rotation and scaling alignment to a smooth curve

View source: R/fit_alignment_proc2d.R

fit_alignment_proc2dR 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 get_model_data_complex

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


elastes documentation built on Aug. 21, 2023, 5:12 p.m.