Giter Club home page Giter Club logo

v4hn / las-vegas-reconstruction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lasvegasrc/las-vegas-reconstruction

0.0 3.0 0.0 127.92 MB

Automatic Surface Reconstruction from Point Cloud Data

Home Page: www.las-vegas.uni-osnabrueck.de

License: GNU General Public License v3.0

CMake 1.43% Makefile 0.40% C++ 87.82% C 4.57% Objective-C 0.06% Shell 0.36% Cuda 1.03% Ruby 0.49% Python 0.63% ActionScript 0.94% C# 1.61% Java 0.53% MATLAB 0.10% CSS 0.02%

las-vegas-reconstruction's Introduction

ABOUT
=====

This software delivers tools to build surface reconstructions from point cloud
data and a simple viewer to display the results. Additionally, the found
surfaces will be classified into predefined categories. The main aim of this
project is to deliver fast and accurate surface extraction algorithms for
robotic applications such as tele operation in unknown environments and
localization.

This software is under permanent development and runs under Linux and MacOS. A
Windows version will be made avialable soon.


COMPILATION
===========

The software is built using cmake. To compile create a build subdirectory.
Switch to this directory and call:

% cmake -DCMAKE_BUILD_TYPE=Release ..
% make

The binaries are compiled to the ./bin directory in the base dir.

You may simply copy this:
% mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Release ..; make; cd ../bin 

REQUIRED LIBRARIES
==================

  + OpenGL
  + glut
  + BOOST Filesystem
  + BOOST Program Option
  + BOOST System
  + Qt 4.8 or higher for viewer
  + BOOST
    - Filesystem
    - Program Option
    - System
    - Thread
  + Qt 4.6 or newer (for qviewer)
  + libQGLViewer 2.3.9 or newer (for qviewer)
  + libXi
  + libXmu
  + Optional: librply [https://github.com/lkiesow/librply]
  + OpenCV

You need to compile libQGLViewer with CONFIG += no_keywords to be compatible 
with Boost. If the version that comes with your Linux distrubution is not
build this way, you have to compile and install the library manually with these 
flags. The sources can be found on the project website: http://www.libqglviewer.com/

USAGE
=====

Your can experiment with the software using the provided dataset. For a simple
reconstruction call:

% ./bin/reconstruct -v 100 dat/scan.pts

in the root directory of the project. This will create a file called
“traingle_mesh.ply” which can be displayed using the viewer application:

% ./bin/qviewer 

If you want to use the example data, call for colorizing a point cloud without
color informaion call:

% ./colorize -d 100 -c ff0000 example-data/scan-no-color.3d \
     example-data/scan-with-color.pts colored-scan.pts

For file conversion of point clouds and meshes use the convertmodel
application:

% ./convertmodel examplefile.pts examplefile.ply


For more information, build the Doxygen documentation by calling
% make doc
in the build directory.

las-vegas-reconstruction's People

Contributors

twiemann avatar lasvegasrc avatar lkiesow avatar dofeldsc avatar fotte avatar sherkenhoff avatar hdeeken avatar tigelbri avatar jspricke avatar spuetz avatar mmrozins avatar mintar avatar svenalbrecht avatar

Watchers

Michael Görner avatar James Cloos avatar  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.