xqyd / MVStudio

An integrated SfM (Structure from Motion) and MVS (Multi-View Stereo) solution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

MVStudio is a lightweight, easy to use, and integrated SfM (Structure from Motion) and MVS (Multi-View Stereo) solution. It is intended for learning 3D computer vision and it can also be used for production.


Build

MVStudio depends on some third-party libraries and all dependencies (except for Qt) are included in the distribution. To build MVStudio, you need Qt, CMake, and of course, a compiler:

MVStudio has been tested on macOS (Xcode >= 8), Windows (MSVC >=2015), and Linux (GCC >= 4.8, Clang >= 3.3). Machines nowadays typically provide higher supports, so you should be able to build MVStudio on almost all platforms.

There are many options to build MVStudio. Choose one of the following (or whatever you are familiar with):

  • Option 1: Use any IDE that can directly handle CMakeLists files to open the CMakeLists.txt in the root directory of MVStudio. Then you should have obtained a usable project and just build. I recommend using CLion or QtCreator.
  • Option 2: Use CMake to generate project files for your IDE. Then load the project to your IDE and build.
  • Option 3: Use CMake to generate Makefiles and then make (on Linux/macOS) or nmake(on Windows with Microsoft Visual Studio).

Don't have any experience with C/C++ programming? Have a look at How to build MVStudio step by step.


How to use MVStudio

  • Create a project

    • Goto menu File -> New Project, choose a folder, fill in the project name and Save the project file. The folder you choose will contain all (intermediate) results after reconstruction.
    • Goto menu File -> Add Images, choose the folder containing the images. This can also be done by right-clicking the image pannel (upper right corner of the program).
  • Reconstruction

    • Runconstruct -> Image Matching
    • Runconstruct -> Run Sparse (SfM) and wait to see the sparse point cloud.
    • Runconstruct -> Run Dense (MVS) and wait to see the dense point cloud.

License

MVStudio is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License or (at your option) any later version. The full text of the license can be found in the accompanying 'License' file.

Should you have any questions, comments, or suggestions, please contact me at: liangliang.nan@gmail.com


Liangliang Nan

https://3d.bk.tudelft.nl/liangliang/

March 26, 2018

Copyright (C) 2014

About

An integrated SfM (Structure from Motion) and MVS (Multi-View Stereo) solution.

License:GNU General Public License v3.0


Languages

Language:C++ 95.7%Language:C 2.9%Language:CMake 1.4%