find_optimal_t_discrete {elasdics}R Documentation

Finds optimal alignment for discrete open curves

Description

Finds optimal aligned time points for srv curve q to srv curve p using coordinate wise optimization.

Usage

find_optimal_t_discrete(r, p, s, q, initial_t = s, eps = 10^-3)

Arguments

r

time points for p, first has to be 0, last has to be 1

p

square root velocity vectors, one less than time points in r

s

time points for q, first has to be 0, last has to be 1

q

square root velocity vectors, one less than time points in s

initial_t

starting value for the optimization algorithm

eps

convergence tolerance

Value

optimal time points for q, without first value 0 and last value 1 optimal time points have the distance of the observation to the srv_curve as an attribute


[Package elasdics version 1.1.3 Index]