OpenMVG (open Multiple View Geometry) v0.7 Release Notes

Release Date: 2015-05-12 // almost 9 years ago
  • OpenMVG Core Modules

    • Multiview:
      rotation averaging:
      • make L2 and L1 rotation averaging using the same input interface,
      • faster L2 rotation averaging.
        ๐Ÿ›  minor bug fixes.
    • SFM (general)
      enable MultiThread BA,
      ๐Ÿ”จ some code-refactoring.
    • system
      introduce a timer class.

    Continuous integration
    โž• Add code coverage to continuous integration: 90% of openMVG core is unit tested -> https://coveralls.io/r/openMVG/openMVG

    ๐Ÿ— Build/CMake

    • ๐Ÿ“œ Use a new EXIF parsing library,
    • ๐Ÿ›  fix for latest Mac OS clang.