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

Release Date: 2015-10-05 // over 8 years ago
  • OpenMVG "Corydoras sterbai" v0.9 is out.

    ⚡️ It's recommended to checkout the master tree from the Git rather than download this archive (in order to get submodule updates).

    What's new:

    • 🆕 New features:
      • New Image Localization API :
      • new demo: find image poses inside an existing SfM reconstruction.
      • Matching API:
      • add a generic CascadeHashing implementation that works on arbitrary descriptor type,
      • Ground control point support :
      • QT GUI application & Rigid Registration to GCP.
      • Automatic pair selection for the sequential/incremental pipeline ,
      • New Camera Model:
      • Brown-Conrady Radial3+tangential2.
      • OpenMVG2MVE2 :
      • new exporter for MVE2.
      • Add a sample for features & description repeatability evaluation.
    • ✨ Enhancement:
      • Build:
      • enhanced cmake compilation (cmake report shows third party library version numbers)
      • add ability to use 3rd libraries as external modules,
      • OpenMVG is more easy to install and use in your own projects: Find_package(OpenMVG)
      • Speed:
      • faster Incremental & Global SfM pipelines,
      • faster matching of image collections.
      • Robustness:
      • enhanced stability of the global SfM pipeline

    Thanks to
    👕 @baritone, @cbalint13, @davidli43, @fcastan, @KevinCain,
    @LMescheder, @Ornis, @pranny, @pyp22, @rhiestan, @rperrot, @simogasp
    ✅ for testing and feedback.