I am currently searching for a way to reconstruct a set of 3D lines from a 2D projection.
I have an image of a projection of 3 coordinate system axes, camera parameters etc are known.
The position of the 2D points is given, also it is known that the angles between red/green, green/blue and blue/red are 90DEG (a cartesian coordinate system).
The position of the camera is also known, so it is possible to calculate the line of sight lines depicted in the image.
Is there an easy way to find a set of corresponding 3D points describing the object that lead to the given projection? (given that the solution can have an unknown scale factor?)
Thanks!