q_to_curve | R Documentation |
This function converts SRVFs to curves
q_to_curve(q, scale = 1)
q |
either a matrix of shape |
scale |
scale of from curve_to_q (default = |
beta array describing curve
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.
q <- curve_to_q(beta[, , 1, 1])$q
beta1 <- q_to_curve(q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.