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

OpenCv Camera Calibration configuration file was parsed wrongly #34

Merged
merged 2 commits into from
Nov 6, 2014
Merged

Conversation

siims
Copy link
Contributor

@siims siims commented Nov 3, 2014

OpenCV camera calibration configuration file first row gives values 'fx fy cx cy k1 k2 p1 p2', not values 'fx/width fy/height cx/width cy/height k1 k2 p1 p2'

This problem can be solved two ways: 1) What I did or 2) change documentation + example configuration file to have the expected format.

Siim Schults added 2 commits November 3, 2014 21:23
…fx fy cx cy k1 k2 p1 p2', not values 'fx/width fy/height cx/width cy/height k1 k2 p1 p2'
@JakobEngel
Copy link
Member

thx! that kind of bug is why I put the [untested] in the readme ;)

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.

2 participants