I have the following problem:
I have several (23) 3D coordinates of points (points on a human head) and need to know the corresponding coordinates of three points lying on x-, +y-, and -y-axes, i.e., (x, 0, 0), (0, -y, 0) and (0, +y, 0). Those points are necessary because they are needed as reference points in a coregistration problem (brain research).
In the coordinate system the origin is defined as the midpoint between -y and y, and of course x- and z-axes are perpendicular to the y-axis.
(1) Is there any way to calculate these points based on the 23 3D coordinates I have?
Furthermore, for that same person I have another set of the same head locations plus the x, -y and +y coordinates I am looking for. However, the coordinates of the positions slightly differ (collected on different days by different persons...) and I am sure that also the x, -y, and +y differ so that I can not simply take the second version of these coordinates.
If the first question is answered with 'no', is there a way to use a combination of the first and the second measurement to calculate those positions (x, -y, +y) for the first measurement where they are missing?
Thanks!