All Versions
11
Latest Version
1.6
Avg Release Cycle
183 days
Latest Release
1444 days ago

Changelog History
Page 2

  • v0.7 Changes

    May 12, 2015

    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.