Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Invalid epipole check in match_for_triangulation #526

Open
adelpit opened this issue Feb 23, 2021 · 0 comments
Open

Invalid epipole check in match_for_triangulation #526

adelpit opened this issue Feb 23, 2021 · 0 comments

Comments

@adelpit
Copy link

adelpit commented Feb 23, 2021

The epipole check is being performed here even if reproject_to_bearing returns false and epiplane_in_keyfrm_2 is invalid. This can happen for, for example, perspective cameras when the epipole is not visible. The resulting value of epiplane_in_keyfrm_2 is not normalized which can cause a significant number of potential matches to fail this check.

The fix is in this PR: #525

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

No branches or pull requests

1 participant