Please see setup of data capture
I have 2 data sets with coordinates of tracking a human body movement from 2 different tracking systems at the same time. One is 2 dimensional and One is 3 dimensional that obviously do not share the same origin. Therefore, for the 2D data, the coordinates are with respect to an origin A, whilst for the 3D data, the coordinates are with respect to origin B. Note that since they track the same human figure, the actual points that they refer to are the same.
I have read about transformation matrices, change of basis etc but all seem to have more information on then I have. Is there any way that I am able to shift and rotate any of the axes to get the data tracks similar I order to analyse the difference between the systems tracking errors?
Much appreciated!