Git Product home page Git Product logo

sba's Introduction

sba - Generic Sparse Bundle Adjustment Based on the Levenberg-Marquardt Algorithm

This is sba, a library for generic sparse bundle adjustment in 3D reconstruction that is distributed under the GPLv2. Bundle adjustment simultaneously refines an initial motion and structure estimate by minimizing the reprojection error between the observed and predicted image points. Solving this problem with a general-purpose implementation of a non-linear least squares algorithm (e.g., Levenberg-Marquardt) incurs high computational costs due to the large number of unknowns involved.

sba exploits the sparse block structure of the underlying normal equations with a tailored sparse variant of the LM algorithm that leads to considerable computational gains. sba is generic in the sense that it grants the user full control over the definition of the parameters describing cameras and 3D structure. For example, see this application to SfM for light field images.

More details can be found in the corresponding publication and sba's web site.

Required libraries

sba requires LAPACK or an equivalent numerical linear algebra library.

Build

After installing the required dependencies, create a build directory in the root of the cloned repository and run cmake .

Matlab interface

sba has a matlab mex interface in the matlab subdirectory. See the included README.txt for more information.

Cite as

If you use this code in your published work, please cite the following paper:

@article{Lourakis09sba,
    author={M. I. A. Lourakis and A. A. Argyros},
    title={{SBA}: A Software Package for Generic Sparse Bundle Adjustment},
    journal={ACM Transactions on Mathematical Software},
    volume={36},
    number={1},
    year={2009},
    pages={1-30},
    publisher={ACM},
    address={New York, NY, USA},
    doi={http://doi.acm.org/10.1145/1486525.1486527}
}

sba's People

Contributors

mlourakis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.