Can solvePnP handle points outside of the Image-frame?

96 Views Asked by At

Kontext: I have a soccer field, and I am building a Pipeline for Camera calibration (far from actual implementing). The camera is static and has an overview of the field. After some preparation I want to take the crossings of the field-lines to calculate the extrinsic Parameters of the camera with solvePnP. But sometimes the Camera-Image doesn't show the corners of the field which can easily be calculated. But can solvePnP handle these Points which are outside the field or is there another function which solves this problem?

1

There are 1 best solutions below

1
On

After trying on my own project, I can answer my own question with yes. OpenCVs solvePnP can handle coordinates outside the image without problems.