Git Product home page Git Product logo

uncertaintyte's Introduction

Thank you for downloading the Uncertainty framework. 

Created by: Michal Polic

-----------------------------------------------------
Requirements: 
 - Gflags, Eigen, Blas and Lapack, Ceres, Cuda, Magma dense

Optional:
 - Glog, Matlab, AliceVision, SuiteSparse
-----------------------------------------------------

## Installation on Windows

This tutorial shows how to create the project in Visual Studio by Cmake. At first, you need to download the repository. You can use any GIT client for that. We recommend the GitExtensions which is simple and intuitive.
1) Install libraries dependencies:
- Download the precompiled libraries
You can download the prebuild libraries for win64 at: 'cmp.felk.cvut.cz/~policmic/files/uncer_libs_win64.zip' and unpack it into the root project directory.
- Or install them through VCPKG
- Or build them manually
2) Generate the Visual Studio project and compile it
3) Try it by calling
 uncertatinty.exe -in=./in/01_Cube.jacob


## Installation on Linux

1) Install Cmake
2) Install all the required libraries

 sudo apt-get install cmake
 sudo apt-get install build-essential
 sudo apt-get install libboost-all-dev
 sudo apt-get install libeigen3-dev
 sudo apt-get install libsuitesparse-dev
 sudo apt-get install libfreeimage-dev
 sudo apt-get install libgoogle-glog-dev  # may cause problems in MEX ( unresolved symbol _Unwind.. )
 sudo apt-get install libgflags-dev
 sudo apt-get install libglew-dev
 sudo apt-get install qtbase5-dev
 sudo apt-get install libqt5opengl5-dev
 sudo apt-get install libatlas-base-dev
 sudo apt-get install libsuitesparse-dev
 git clone https://ceres-solver.googlesource.com/ceres-solver
 cd ceres-solver
 mkdir build
 cd build
 cmake ..
 sudo make install

Download and compile Magma (http://icl.cs.utk.edu/magma/software/index.html)
Set up the root of the source code and the directory with compiled libraries. It is not necessary to install magma.

3) Generate the project (Makefiles)
 mkdir build
 cd build
 cmake ..
4) Try the framework by calling
 uncertainty -in=./Release/in/01_Cube.jacob


-----------------------------------------------------

Output:
The covariance matrices are symmetric. Therfore, our output is just the upper triangle of their covariance matrices.
So, the camera which is in our model represented by 9 parameters has upper triangle composed of 45 values and the 
covariances of points are represented by 6 values:
-----------
| 1  2  3 |
| 2  4  5 |
| 3  5  6 |
----------- 

uncertaintyte's People

Contributors

fcastan avatar michalpolic avatar yann-lty avatar

Watchers

James Cloos 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.