-
-
Notifications
You must be signed in to change notification settings - Fork 830
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sfm] Reduce duplication in sequantial sfm triangulation
The current code recomputes the same source data for both 2 and N observation cases. Due to the code being structured differently it's hard to see that in both cases the same operations are being performed. By extracting the code into separate function we make this fact explicit.
- Loading branch information
Showing
1 changed file
with
52 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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