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
If I get an rvec back from for example opencv::aruco::estimate_pose_charuco_board_def(), how can I convert it to a quaternion (ideally using nalgebra or similar, not the error prone cutting and pasting of a big block of quaternion math code)?
This isn't really an issue with opencv-rust, it may go better in a discussion section if that were enabled here.
I'll probably have it figured out in a little while, and I'll post the answer and maybe it'll save someone else some time.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
If I get an
rvec
back from for exampleopencv::aruco::estimate_pose_charuco_board_def()
, how can I convert it to a quaternion (ideally using nalgebra or similar, not the error prone cutting and pasting of a big block of quaternion math code)?This isn't really an issue with opencv-rust, it may go better in a discussion section if that were enabled here.
I'll probably have it figured out in a little while, and I'll post the answer and maybe it'll save someone else some time.
The text was updated successfully, but these errors were encountered: