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

Fixed stereo calibration problem with chessboard with the same number of rows and cols #252

Merged
merged 1 commit into from
Nov 5, 2017

Conversation

jbosch
Copy link
Contributor

@jbosch jbosch commented Feb 16, 2017

Related to #140, the stereo calibration fails when the detection of the corners has a different order for left and right cameras. This was solved on Jan 2 for chessboard with ncols=nrows as can be seen in the issue, but the problem continued for the case ncols=nrows, where detection apart from inverted can be rotated 90 or -90 degrees.

1- Changed flags CV_LOAD_IMAGE_COLOR by IMREAD_COLOR to adapt to Opencv3.

2- Fixed stereo calibration problem with chessboard with the same number of rows and cols by rotating the corners to same direction.

…cv3.

2- Fixed stereo calibration problem with chessboard with the same number of rows and cols by rotating the corners to same direction.
@vrabaud
Copy link
Contributor

vrabaud commented Apr 30, 2017

This package has to work under OpenCV 2.4.8 (Indigo with Trusy). Your change cannot be taken. Can you please make a different pull request with that fix using http://wiki.ros.org/opencv3#Python . Thx

@vrabaud
Copy link
Contributor

vrabaud commented Nov 5, 2017

Actually works, thx.

@vrabaud vrabaud merged commit cf1a18b into ros-perception:indigo Nov 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants