Giter Club home page Giter Club logo

mve's Introduction

Introduction
---------------------------------------------------------------------------

The Multi-View Environment is an effort to ease the work with multi-view
datasets and to support the development of algorithms based on multiple
views. It features Structure from Motion, Multi-View Stereo and Surface
Reconstruction. MVE is developed at the TU Darmstadt. Visit the following
websites for more details.

    http://www.gris.tu-darmstadt.de/projects/multiview-environment/
    http://www.gris.tu-darmstadt.de/
    http://www.tu-darmstadt.de/

This README.txt covers compilation and basic information about the
pipeline. For documentation, please refer to the Wiki pages on GitHub.

    https://github.com/simonfuhrmann/mve/wiki


Building MVE and UMVE
---------------------------------------------------------------------------

To download and build MVE, type:

    $ git clone https://github.com/simonfuhrmann/mve.git
    $ cd mve
    $ make -j8

To compile and run UMVE, the Qt user interface, type:

    $ cd apps/umve/
    $ qmake && make -j8
    $ ./umve

System requirements to compile and run MVE or UVME are:

    libjpeg (for MVE, http://www.ijg.org/)
    libpng (for MVE, http://www.libpng.org/pub/png/libpng.html)
    libtiff (for MVE, http://www.libtiff.org/)
    OpenGL (for libogl in MVE and UMVE)
    Qt 5 (for UMVE, http://qt.nokia.com)

Windows and OS X: Please refer to the Wiki pages for instructions.


The Reconstruction Pipeline
---------------------------------------------------------------------------

The MVE reconstruction pipeline is composed of the following components:

* Creating a dataset, by converting input photos into the MVE File Format.
* Structure from Motion, which reconstructs the camera parameters.
* Multi-View Stereo, which reconstructs dense depth maps for each photo.
* Surface Reconstruction, which reconstructs a surface mesh.

Please refer to the Wiki pages for a more detailed description.


Licensing
---------------------------------------------------------------------------

Most of MVE is licensed under the BSD 3-Clause license. Some parts are
licensed using the GPL 3 license. See the source file headers or the
LICENSE.txt file for more details.

mve's People

Contributors

andre-schulz avatar cos65535 avatar dthul avatar flanggut avatar lemony-fresh avatar luyujia avatar nmoehrle avatar pmoulon avatar rhiestan avatar seepa avatar simonfuhrmann avatar waldteufel 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.