Module opencv::sfm

source ·
Expand description

Structure From Motion

The opencv_sfm module contains algorithms to perform 3d reconstruction from 2d images.

The core of the module is based on a light version of Libmv originally developed by Sameer Agarwal and Keir Mierle.

Whats is libmv?

libmv, also known as the Library for Multiview Reconstruction (or LMV), is the computer vision backend for Blender’s motion tracking abilities. Unlike other vision libraries with general ambitions, libmv is focused on algorithms for match moving, specifically targeting Blender as the primary customer. Dense reconstruction, reconstruction from unorganized photo collections, image recognition, and other tasks are not a focus of libmv.

Development

libmv is officially under the Blender umbrella, and so is developed on developer.blender.org. The source repository can get checked out independently from Blender.

This module has been originally developed as a project for Google Summer of Code 2012-2015.

Note:

  • Notice that it is compiled only when Eigen, GLog and GFlags are correctly installed.

Check installation instructions in the following tutorial: [tutorial_sfm_installation]

Conditioning

Fundamental

Input/Output

Numeric

Projection

Robust Estimation

Triangulation

Reconstruction

Note: - Notice that it is compiled only when Ceres Solver is correctly installed.

      Check installation instructions in the following tutorial: [tutorial_sfm_installation]

Simple Pipeline

Note: - Notice that it is compiled only when Ceres Solver is correctly installed.

       Check installation instructions in the following tutorial: [tutorial_sfm_installation]

Modules

Structs

Constants

Traits

Functions