I have a square with the length of the sides being 1. This square is transformed by an unknown transformation matrix in the 3D space and then projected back to the plane (the projection is known). I know the coordinates of the 4 angles of the transformed, projected square.
How do I find the unknown transformation matrix?
UPDATE: sorry I forgot to add that the projection is perspective.