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

Support for Calib3d SolvePnP #320

Closed
Gold872 opened this issue Jan 17, 2025 · 3 comments · Fixed by #324
Closed

Support for Calib3d SolvePnP #320

Gold872 opened this issue Jan 17, 2025 · 3 comments · Fixed by #324
Labels
enhancement New feature or request

Comments

@Gold872
Copy link
Contributor

Gold872 commented Jan 17, 2025

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.

@Gold872 Gold872 added the enhancement New feature or request label Jan 17, 2025
@rainyl
Copy link
Owner

rainyl commented Jan 18, 2025

@Gold872 will add this.

@Gold872
Copy link
Contributor Author

Gold872 commented Jan 18, 2025

Similarly, could the projectPoints() method be added as well? I'll need it to draw the 3d detection result around the Aruco

@rainyl
Copy link
Owner

rainyl commented Jan 18, 2025

Yes, is there any other necessary functions needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants