You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
first of all, thank you for this great tutorial! Excelent work.
I noticed there is a strange mistake in your code example:
In the section where you calculate the translation and rotation, the solvePnPRansac function returns one extra value.
This isn't documented, but it happend when i excecute it. It looks like the return value similar to the findChessboardCorners function or the calibrateCamera function.
This is a small snippet, a little modified to show the issue, from your tutorial:
On the right is the output of the excecution
The text was updated successfully, but these errors were encountered:
Hello,
first of all, thank you for this great tutorial! Excelent work.
I noticed there is a strange mistake in your code example:
In the section where you calculate the translation and rotation, the solvePnPRansac function returns one extra value.
This isn't documented, but it happend when i excecute it. It looks like the return value similar to the findChessboardCorners function or the calibrateCamera function.
This is a small snippet, a little modified to show the issue, from your tutorial:
On the right is the output of the excecution
The text was updated successfully, but these errors were encountered: