GithubHelp home page GithubHelp logo

summersyz / lma Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bezout/lma

0.0 0.0 0.0 202 KB

Levenberg-Marquardt C++ library

License: Boost Software License 1.0

C++ 97.09% MATLAB 2.73% CMake 0.18%

lma's Introduction

LMA : Levenberg-Marquardt Algorithm

LMA is a submodule of libv, so its installation depends on libv-core: https://github.com/bezout/libv-core.git

The dependencies are Eigen-3.2, Boost >= 1.51, g++ >= 4.8, c++11.

The following procedure should work for a local installation:

git clone https://github.com/bezout/libv-core.git libv-core

mkdir build_libv-core && cd build_libv-core

cmake ../libv-core -DCMAKE_INSTALL_PREFIX=../ROOT

make -j4 && make install

cd ..

git clone https://github.com/bezout/LMA.git LMA

mkdir build_lma && cd build_lma

cmake ../LMA -DCMAKE_PREFIX_PATH=../ROOT -DCMAKE_INSTALL_PREFIX=../ROOT

make && make install

Dependencies Graph:

Tool used to generate multiple constraints problem. See: LMA/examples/dependencies_graph

Available examples :

bal : Bundle Adjustment on http://grail.cs.washington.edu/projects/bal/ datasets.

circle : optimize a circle equation

lma's People

Contributors

bezout avatar charlybigoud avatar mpslade 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.