I'm doing an experiment where a user tries to draw a shown trajectory.
So, we have two trajectories - one 'template' trajectory with a fixed number of elements (3d coordinates) and a trajectory with an arbitrary number of elements (3d coordinates) drawn by a user. The templates are simple shapes such as a circle, a triangle and a square.
I'd like to compare/analyze the two trajectories and so far I've come up with what I think are subpar (and simple) ways to compare the two:
- Compare the centroid (the mean) of the trajectories
- Compare the extremities of each dimension
While this can be accurate when the two shapes are similar, it can also show 'false positives' when the shapes are completely dissimilar but have similar metrics. I cannot compare pair-wise since the user generated trajectory does not have a static fixed number of elements (or can I?).
Any input or thoughts would be appreciated. Not sure what to add as a tag so I'll just add correlation...