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
Is your feature request related to a problem? Please describe.
The Calib3d module does not have the functions for SolvePnP, which I am looking to use for 3d Aruco pose estimation.
Describe the solution you'd like
Additional bindings in the Calib3d module for the SolvePnP functions.
Additional context
The global constants class has an enum called SolvePnPMethod, which is what would be used by the SolvePnP functions.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The Calib3d module does not have the functions for SolvePnP, which I am looking to use for 3d Aruco pose estimation.
Describe the solution you'd like
Additional bindings in the Calib3d module for the SolvePnP functions.
Additional context
The global constants class has an enum called
SolvePnPMethod
, which is what would be used by the SolvePnP functions.The text was updated successfully, but these errors were encountered: