Coder Social home page Coder Social logo

opendtam's Introduction

OpenDTAM

An open source implementation of DTAM On Ubuntu, you need the qtbase5-dev and libopencv-dev packages

Build Instructions On Ubuntu 12.04 LTS

Notice: From now until 8/18/14 I will be attempting to get this code to compile on OpenCV 3.0.0 Getting this to build from the latest commits will therefore be nigh impossible. Instead try commit a5f91d0cd58c3353ef56a3694648375f1c053082 on the main branch and use OpenCV 2.4.something

For building OpenDTAM, here is a brief instruction on Ubuntu 12.04 LTS.

Install dependencies

qtbase5-dev

sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install qtbase5-dev

libopencv-dev

sudo apt-get install libopencv-dev

boost

sudo apt-get install libboost1.48-all-dev

Build OpenDTAM

cd OpenDTAM/Cpp
mkdir Build
cmake ..
make

Run OpenDTAM

./a.out

Trouble Shooting

Running "pkg-config --modversion opencv" will tell you what version you have. Hopefully it is close to 2.4.9 which is what commit a5f91d0cd58c3353ef56a3694648375f1c053082 was built for.

You may have problems with the versions of the dependencies, if so you may be able to resolve them by installing the required ones according to the messages output by cmake.

The Trajectory_30_seconds directory may reside in different path in your system, you can modify them in testprog.cpp before running make.

Or if none of this works compile a version of OpenCV from source on your machine.
Then send me an email with the output of cmake (something like " -- Detected version of GNU GCC: 46 (406) .......")
and also the output of
"cmake -L"
and I can tell you what you need to do.

opendtam's People

Contributors

anuranbaka avatar vrabaud avatar hustcalm avatar

Watchers

James Cloos avatar Pengfei Wu 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.