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

only perform epipole check for valid bearing #525

Closed
wants to merge 1 commit into from

Conversation

adelpit
Copy link

@adelpit adelpit commented Feb 23, 2021

reproject_to_bearing can return false indicating that the bearing is not valid and should not be used. For example, perspective::reproject_to_bearing will return false and an invalid bearing if the depth is negative. The resulting invalid bearing is not normalized, which can cause many potential landmarks to get thrown out in the epipole check. This fix skips the epipole check if epiplane_in_keyfrm_2 is invalid

reproject_to_bearing can return false indicating that the bearing is not valid and should not be used.  For example, perspective::reproject_to_bearing will return false and an invalid bearing if the depth is negative.  The resulting invalid bearing is not normalized, which can cause many potential landmarks to get thrown out in the epipole check.  This fix skips the epipole check if epiplane_in_keyfrm_2 is not valid
@adelpit adelpit changed the title perform epipole check only for valid bearing only perform epipole check for valid bearing Feb 23, 2021
@MikiyaShibuya MikiyaShibuya deleted the branch xdspacelab:develop February 25, 2021 06:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants