Share SolveEpipolarConstraintMatrix between eight-point F and E - #4721
Open
ahojnnes wants to merge 1 commit into
Open
Share SolveEpipolarConstraintMatrix between eight-point F and E#4721ahojnnes wants to merge 1 commit into
ahojnnes wants to merge 1 commit into
Conversation
ahojnnes
changed the base branch from
main
to
user/jsch/solver-sampson-shared-kernel
September 13, 2026 19:40
ahojnnes
added this pull request to stack #4726
September 13, 2026 19:41
ahojnnes
force-pushed
the
user/jsch/solver-epipolar-nullspace
branch
from
September 13, 2026 19:49
de12c6b to
612d92d
Compare
ahojnnes
force-pushed
the
user/jsch/solver-epipolar-nullspace
branch
2 times, most recently
from
September 13, 2026 20:05
f350d09 to
83ac4c2
Compare
ahojnnes
force-pushed
the
user/jsch/solver-epipolar-nullspace
branch
from
September 13, 2026 20:36
83ac4c2 to
6ecbf8f
Compare
ahojnnes
removed this pull request from stack #4726
September 13, 2026 20:43
ahojnnes
added this pull request to stack #4728
September 13, 2026 20:43
ahojnnes
marked this pull request as ready for review
September 14, 2026 07:38
ahojnnes
removed this pull request from stack #4728
September 14, 2026 10:59
ahojnnes
changed the base branch from
user/jsch/solver-sampson-shared-kernel
to
main
September 14, 2026 10:59
ahojnnes
added this pull request to stack #4729
September 14, 2026 10:59
ahojnnes
force-pushed
the
user/jsch/solver-epipolar-nullspace
branch
from
September 14, 2026 10:59
6ecbf8f to
ac52fa0
Compare
Add SolveEpipolarConstraintMatrix to a new solvers/utils library and use it in the eight-point fundamental and essential estimators, replacing two verbatim copies of the QR/SVD nullspace plus rank-2 enforcement. Direct unit test pins exact recovery, rank 2, and both N==8 and N>8 paths.
ahojnnes
force-pushed
the
user/jsch/solver-epipolar-nullspace
branch
from
September 14, 2026 11:07
ac52fa0 to
94dbd73
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
SolveEpipolarConstraintMatrixandRaysFromCamRaysWithJacto a new solvers/utils library. The former replaces two verbatim copies of the QR/SVD nullspace plus rank-2 enforcement in the eight-point fundamental and essential estimators; the latter replaces the file-localUnpackCamRaysWithJachelper.Part 2/5 of the solver-simplify stack (stacked on #4720).
Test Plan: