You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
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 epipole check is being performed here even if
reproject_to_bearing
returns false andepiplane_in_keyfrm_2
is invalid. This can happen for, for example, perspective cameras when the epipole is not visible. The resulting value ofepiplane_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
The text was updated successfully, but these errors were encountered: