Hi!,
I have coordinates (x,y) on a "flat" soccer-field. These are the coordinates as seen from directly from top-down and they have the lower-left corner as their origin.
Now, I have an image like the one below which is rotated in space. I don't know exactly how it's rotated as I did not make the image. I would like to map the flat coordinates onto the image below.
![]()
I have tried using linear interpolation in order to find the matrix that maps a coordinate in the 2d field to the 3d field. However, this seems to work only partially.
Tips anyone?
Thanks in advance!



