-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
multical/multical/board/common.py
Line 42 in 76b8987
| valid, rvec, tvec, error = cv2.solvePnPGeneric(objPoints, undistorted, camera.intrinsic, camera.dist) |
In this line undistorted points are input to cv2.solvePnPGeneric, the distortion should be zeros: np.zeros(camera.dist.shape).
In my fisheye dataset, the current version, cv2.solvePnPGeneric leads to average error of 18.69. When np.zeros(camera.dist.shape) are input to cv2.solvePnPGeneric , average error becomes to 3.44
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels