Thank you for downloading the Uncertainty framework.
Created by: Michal Polic
Requirements:
Optional:
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:
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
1 2 3 | 2 4 5 | 3 5 6 |
---|