-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image is undistorted/warped twice in detect_points_in_stereo_canonical_space if using dot detector #33
Comments
Hold on ... |
MattClarkson
added a commit
that referenced
this issue
Feb 8, 2021
MattClarkson
added a commit
that referenced
this issue
Feb 8, 2021
MattClarkson
added a commit
that referenced
this issue
Feb 8, 2021
MattClarkson
added a commit
that referenced
this issue
Feb 8, 2021
…er each iteration in iterative calibration.
MattClarkson
added a commit
that referenced
this issue
Feb 8, 2021
tdowrick
added a commit
that referenced
this issue
Feb 9, 2021
tdowrick
added a commit
that referenced
this issue
Feb 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Iterative calibration calls detect_points_in_stereo_canonical_space(), which has this bit of code:
The image is undistorted and warped. However, the get_points() function for dotty_grid_point_detector also undistorts and warps the image, so we end up with something like this, which messes up the rest of the processing:
Other point detectors (charuco etc) are unaffected as they don't undistort or warp the input image.
The text was updated successfully, but these errors were encountered: