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

Pose Estimation #61

Open
G-Flavio opened this issue Feb 3, 2022 · 1 comment
Open

Pose Estimation #61

G-Flavio opened this issue Feb 3, 2022 · 1 comment

Comments

@G-Flavio
Copy link

G-Flavio commented Feb 3, 2022

Hi @puzzlepaint

Given a generic target geometry, corresponding pixels, and calibration parameters, is there a function or guidelines to perform poses estimations?

Thanks for sharing this great work

@puzzlepaint
Copy link
Owner

Hi, the library I personally use for that is OpenGV (see the "absolute pose problems" in how to use). It works on observation directions / lines instead of detected pixel locations, which can be computed from the pixel locations using the camera calibration. This makes the problem independent of the camera model (apart from whether it is a central or non-central model). It also means that the pose optimization errors will be minimized as angle differences instead of pixel differences; I'd guess that this doesn't really matter in practice though.

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

No branches or pull requests

2 participants