Finds optimal alignment for discrete closed curves
Finds optimal aligned time points for srv curve q to srv curve p using coordinate wise optimization.
find_optimal_t_discrete_closed(r, p, s, q, initial_t, eps = 10^-3)
r
: time points for p, first is last - 1p
: square root velocity vectors, one less than time points in rs
: time points for q, first is last - 1q
: square root velocity vectors, one less than time points in sinitial_t
: starting value for the optimization algorithmeps
: convergence toleranceoptimal time points for q, first is last -1
Useful links