How can I find X and Y coordinates from pixel coordinates?

Viewed 43

I try to find 3D(X-Y-Z) coordinates. I know Z, the distance between the camera and the object I photographed. I know pixel coordinates(x,y).

While resarching I found Rotation matrix, Translation matrix etc.

But I couldn't find a Python code for this. What should I do?

0 Answers
Related