curve_geodesic: Form geodesic between two curves

View source: R/curve_geodesic.R

curve_geodesicR Documentation

Form geodesic between two curves

Description

Form geodesic between two curves using Elastic Method

Usage

curve_geodesic(beta1, beta2, k = 5)

Arguments

beta1

array describing curve 1 (n,T)

beta2

array describing curve 2 (n,T)

k

number of curves along geodesic (default 5)

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])

fdasrvf documentation built on Nov. 19, 2023, 1:09 a.m.