Skip to content
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

Store image of actually used patterns, not only all corners that are detected initially (but potentially not used) #65

Open
adrian-bodenmann opened this issue Mar 17, 2022 · 0 comments

Comments

@adrian-bodenmann
Copy link
Contributor

Store image of actually used patterns used for the calibration determined in if-clause at

self.distortion = self.calibrations[best_idx]["distortion"]

Currently all detected corners are written to an image at

cv2.imwrite(str(filename), all_detections)

This is also useful to have, but only having this will very likely make users believe that all these patterns were used.

Do the same for StereoCalibration class at

self.R = self.calibrations[best_idx]["R"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant