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

Add homography matrix routines to cv-pinhole #25

Open
vadixidav opened this issue Sep 22, 2020 · 2 comments
Open

Add homography matrix routines to cv-pinhole #25

vadixidav opened this issue Sep 22, 2020 · 2 comments
Assignees
Labels
cv-pinhole Issues regarding cv-pinhole enhancement New feature or request good first issue Good for newcomers

Comments

@vadixidav
Copy link
Member

Currently, cv-pinhole has the essential matrix and various methods designed to help people extract pose from it, among other things. The same thing needs to be done for the homography matrix.

@vadixidav vadixidav added cv-pinhole Issues regarding cv-pinhole enhancement New feature or request good first issue Good for newcomers labels Sep 22, 2020
@UnkDevE
Copy link

UnkDevE commented Oct 28, 2021

Hi, I would like to give this a go!

@vadixidav
Copy link
Member Author

Hi, I would like to give this a go!

Excellent, I will assign you to the issue. If you are on the Discord server, feel free to ask me more questions on there. In essence we need to be able to decompose homography matrix into pose (rotation and translation), and we also need an estimator. See the eight-point crate for an example of an estimator. The definition of HomographyMatrix should go into cv-pinhole.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cv-pinhole Issues regarding cv-pinhole enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants