You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something seems to be wrong with the parameters passed into cv2.initCameraMatrix2D... I suspect something not right with board.get_all_calibration_points
This is the output of cv2.calibrateCamera (focal length ~2250)
I realize this is very old, but if you're still available, do you have more detail on this?
Perhaps even the points that cause this issue?
I just spent some time double checking the cod and I can't find any clear issues. In the latest aniposelib, I'm getting reasonable values from initCameraMatrix2D...
Something seems to be wrong with the parameters passed into
cv2.initCameraMatrix2D
... I suspect something not right with board.get_all_calibration_pointsThis is the output of cv2.calibrateCamera (focal length ~2250)
Own implementation passing the same raw points into
cv2.initCameraMatrix2D
(focal length ~2250):aniposelib initialisation from
cv2.initCameraMatrix2D
afterboard.get_all_calibration_points(rows)
(focal length ~121!!!)
The text was updated successfully, but these errors were encountered: