Ask Your Question

off99555's profile - activity

2020-10-17 03:04:40 -0600 commented answer is there a waitkey table?

This list is very useful. I want to detect backspace so I just check whether key == 8

2019-11-27 01:19:33 -0600 commented answer Is there a solvePnP function for the fisheye Camera model?

This answer is slightly wrong. You need to provide np.eye(3) as cameraMatrix argument to solvePnP.

2019-11-26 23:18:42 -0600 asked a question How can I solvePnP with fisheye camera parameters?

How can I solvePnP with fisheye camera parameters? I saw that OpenCV's solvePnP() function assume that your camera param

2019-11-26 23:18:41 -0600 commented answer Is there a solvePnP function for the fisheye Camera model?

The trick almost works but there is little difference between cv.projectPoints and cv.fisheye.projectPoints. If you feed