Learn R Programming

fdasrvf (version 1.9.4)

curve_geodesic: 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

Run this code
# NOT RUN {
data("mpeg7")
out = curve_geodesic(beta[,,1,1], beta[,,1,5])
# }

Run the code above in your browser using DataLab