Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kiranvad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @jdtuck,
I have a quick question regarding computing the warping function between a pair of open curves.
I am trying to align the solid black curve to the solid blue curve shown below but the result after the optimization (dotted black curve) doesn't move much away from the solid black curve.
I am doing this using the following code:
where
f1, f2
are of the shape (2, 100) and I am plottingbeta2best
as the warped dotted black curve above.In reality, these can be aligned using the
time_warping
module but that seems to only align the major peak (see the plot below) of the two curves while I am particularly interested in the full diffeomorphism (i.e. the gamma function that optimally matches one curve to other by stretching and bending) that aligns the two curves.Do you have any suggestions?
TIA
Kiran Vaddi
Beta Was this translation helpful? Give feedback.
All reactions