Let us have a board, and a set of trajectories on that board. Those trajectories are represented as time-dependent curves, $\gamma_i:[0,T_i] \longrightarrow\mathbb{R}^2$, where the $T_i>0$ are non necessarily equal for the different $i$'s (actually, most of the times they will be different). I've read about some ways of comparing geometrical paths, but they only measure the similarity between their graphs, not taking into account the time. Also, we are not interested only about the final graph, but also about how that path has been walked (for instance, maybe the "walker" has gone back and forth several times over the same segment, which would make it a different path that if the walker had not gone through the same path twice).
I would like to be able to measure the similarity in both space and time. That is, $\gamma_i = \gamma_j$ if and only if $T_i=T_j$ and $\gamma_i(t)=\gamma_j(t)$ $\forall t \in [0,T_i]$, so I can use to find clusters among the set of trajectories. Is there any similarity measure like that?
If it helps, most of our paths are a continuous sequence of line segments.