How can I solvePnP with fisheye camera parameters?

asked 2019-11-26 21:40:45 -0600

I saw that OpenCV's solvePnP() function assume that your camera parameters are from a pinhole model. But I calibrated my camera using cv.fisheye module, so I wanted to know how to use solvePnP with parameters obtained from that fisheye module.

How can I use my fisheye camera parameters with solvePnP()?

edit retag flag offensive close merge delete