GithubHelp home page GithubHelp logo

vivzqs / globopt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amonszpart/rapter

0.0 2.0 0.0 1.31 GB

globOpt

License: Apache License 2.0

CMake 1.59% C++ 72.11% MATLAB 5.25% Mathematica 0.15% M 0.02% Shell 5.88% Python 7.17% TeX 1.49% Gnuplot 0.03% C 4.34% Objective-C 0.01% HTML 1.91% CSS 0.05%

globopt's Introduction

RAPter

Please use the version published here: geometry.cs.ucl.ac.uk/projects/2015/regular-arrangements-of-planes

RAPter provides a set of tools to generate, segment, approximate, and visualize 2D and 3D point clouds with ground truth. It also comes with a set of quantitative and qualitative tests to evaluate the approximation results regarding the ground truth. The different modules are:

  • inputGen: to generate 2D point clouds and ground truth abstraction from svg files. It provides different samplers to convert svg primitives to point clouds and stackable noise kernels (bias, random noise with uniform and normal distribution).
  • visualization: based on PCL viewer, support both 2D and 3D point clouds and inter-primitive relations.
  • RAPter: the core of the project, a new approach to approximate scenes with primitives supported by global relations.

##Dependencies

  • 3rd Party: ** CoinBonmin (optimisation) ** libfbi (fast box intersection) All dependencies are assumed to be available in a workspace folder and a 3rdparty subdirectory.

RAPter also requires OpenCV and PointCloudLibrary, and we recommend to use respectively the last stable release and the development branch for these packages (tested with Ubuntu 14.04 and Debian Testing).

Ubuntu packages: python-pygraphviz

###CoinBonmin First, download Bonmin in ${WORKSPACE}/3rdparty:

svn co https://projects.coin-or.org/svn/Bonmin/stable/1.5 CoinBonmin-stable

Then:

  • install the following packages (Debian/Ubuntu): liblapack-dev libblas-dev fortran-compiler.
  • install 3rd party solver using the script path/to/Bonmin/ThirdParty/Mumps/get.Mumps.
  • Compile and install:
mkdir build
cd build
../configure -C
make
make -install

###libfbi Download in ${WORKSPACE}/3rdparty from Github. No installation required.

##Compilation ###RAPter Once all the dependencies are satisfied, you can build RAPter. By default, dependencies are expected to be in /home:${USER}/workspace/ (you may need to edit CMakelist.txt to change that behaviour).

mkdir build
cd build
cmake ..
make

###InputGen Just compile using cmake like usual.

globopt's People

Contributors

amonszpart avatar nmellado avatar vivzqs avatar

Watchers

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.