-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use sparse ORB matching instead of correlation.
First, match all images based on only fundamental matrix inliers, without performing complete cross-correlation. In addition to having more reliable matches for estimating image poses, this also reduces dense cross-correlation for images that cannot be matched together. Additional changes: * Require more points for perspective fundamental matrix. * For first image pair, show both images that were added. * Drop tracks if they have <3 points (for 3+ images). * Tweaked triangulation parameters. * Improved logging.
- Loading branch information
Showing
3 changed files
with
419 additions
and
110 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
Oops, something went wrong.