-
Notifications
You must be signed in to change notification settings - Fork 130
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
Result values are wrong #4
Comments
Which code did you run? |
I run SolvePNP.cxx taken from 2015-12-04 22:20 GMT+02:00 David Doria [email protected]:
|
I would also expect that was the idea of the example. I don't know if I accidentally hardcoded the wrong points when I made this or if something changed in OpenCV since I made it. If you would like to hand-compute the correct projections and then make sure they agree with OpenCV's projections and send a pull request I'd be happy to merge it. |
the camera calibration matrix is being set as identity matrix which is wrong |
@abhigarg Care to submit a fix :) ? |
I run this code. I expect that positions of projectedPoints[i] is equal to position of imagepoints[i]. But when I write their values, they are different.
Is there a problem on this code?
The text was updated successfully, but these errors were encountered: