v1.4 Chinook Salmon
OpenMVG v1.4 “Chinook Salmon” is out
What's new:
- 14 PR has been handled.
- 22 issues/features enhancement has been completed.
OpenMVG core:
Matching:
- Fix SVG matches export when images have different width or height size #1216
- Use reference instead of a temporary in the function named MatchesPairToMat #1188
- Create a RegionMatcherFactory #1056
Multiview:
- Fix the CVPR 2017 resection solver #1253
- Add an orthographic essential matrix solver "Two-View Orthographic Epipolar Geometry: Minimal and Optimal Solvers", Magnus Oskarsson, Journal of Mathematical Imaging and Vision, 2017. #1246
Robust-Estimation:
- Add a GMS Filter (Grid-based Motion Statistics filter) "GMS: Grid-based Motion Statistics for Fast, Ultra-robust Feature Correspondence, JiaWang Bian and al., CVPR2017 #1049
SfM:
-
Implement a new Incremental SfM pipeline, SequentialSfMReconstructionEngine2: #1241