View source: R/curve_geodesic.R
curve_geodesic | R Documentation |
Form geodesic between two curves using Elastic Method
curve_geodesic(beta1, beta2, k = 5)
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 |
a list containing
geod |
curves along geodesic (n,T,k) |
geod_q |
srvf's along geodesic |
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.
out <- curve_geodesic(beta[, , 1, 1], beta[, , 1, 5])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.