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

implement equivalent of solvePnP #29

Open
dehann opened this issue Mar 31, 2022 · 1 comment
Open

implement equivalent of solvePnP #29

dehann opened this issue Mar 31, 2022 · 1 comment

Comments

@dehann
Copy link
Member

dehann commented Mar 31, 2022

xref (thanks @yakir12 for pointing this out!):

In OpenCV this is called the solvePnP function, I've looked at it before, and its very long and hard to maintain. I've long wanted to rewrite

Also see:

Copying quote from @yakir12 (hope you don't mind):
"""
I feel like [JuliaRobotics/]CameraModels.jl package, together with the mechanics already in CoordinateTransformations.jl and Rotations.jl, plus some clever usage of autodifferentiation may very well be the ultimate way forward. If it's really solid we could build a similar interactive tool for calibration like AprilCal...
"""

I totally agree! I'm putting it all together in a common project, so we can track to see how what where is happening on this front.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant