curve_geodesic {fdasrvf} | R Documentation |
Form geodesic between two curves
Description
Form geodesic between two curves using Elastic Method
Usage
curve_geodesic(beta1, beta2, k = 5)
Arguments
beta1 |
curve 1, provided as a matrix of dimensions |
beta2 |
curve 2, provided as a matrix of dimensions |
k |
number of curves along geodesic (default |
Value
a list containing
geod |
curves along geodesic (n,T,k) |
geod_q |
srvf's along geodesic |
References
Srivastava, A., Klassen, E., Joshi, S., Jermyn, I., (2011). Shape analysis of elastic curves in euclidean spaces. Pattern Analysis and Machine Intelligence, IEEE Transactions on 33 (7), 1415-1428.
Examples
out <- curve_geodesic(beta[, , 1, 1], beta[, , 1, 5])
[Package fdasrvf version 2.3.1 Index]