Learn R Programming

fdasrvf (version 1.9.4)

q_to_curve: Convert to curve space

Description

This function converts SRVFs to curves

Usage

q_to_curve(q)

Arguments

q

array describing SRVF (n,T)

Value

beta array describing curve

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")
q = curve_to_q(beta[,,1,1])
beta1 = q_to_curve(q)
# }

Run the code above in your browser using DataLab