Giter Club home page Giter Club logo

meshtoolbox's Introduction

meshToolbox

3D Surface Mesh Toolbox

An open-source toolbox for post-processing and analysis of 3D meshes obtained from SLAM or Structure-from-Motion solutions of underwater structures such as: shipwrecks, seabed, coral colonies and reefs, etc. Yet, it can be applied to any generic surface. It's aimed to process OBJ or PLY meshes exported from Agisoft Photoscan PSX or other 3D mesh processing tool such as Meshlab.

meshToolbox is a free and open source software licensed under the GNU GPLv3.0 License, unless otherwise specified in particular modules or libraries (see LICENSE and README.md).

Table of Contents

Modules list

  • objLoader Basic OBJ import module for debugging purposes. Relies on OBJ-Loader library (see #requirements)

Each module contains information describing its usage, with (usually) some useful README file. Code documentation is expected to be provided in Doxygen-compatible format. The current release contains C/C++, Python and/or Matlab implementations.

Requirements

The current release has been developed and tested in Ubuntu 16.04 LTS 64 bits.

  • cmake 2.8 - cmake making it happen again
  • OBJ-Loader - OBJ Loading header file, released under MIT license.

Getting Started

This repository provides an incremental collection of compatible, yet independent, modules for 3D mesh analysis. For more extensive and user-friendly solution please see other alternatives as Meshlab. To start using this toolbox, proceed to the standard clone steps:

cd <some_directory>
git clone https://github.com/cappelletto/meshToolbox.git

Then enter the desired module and compile it:

cd <module_directory>
mkdir build
cd build
cmake ..
make

Software Details

  • Implementation done in C++, Python and/or Matlab/Octave.

Contributing

Summary of contributing guidelines (based on those of other projects such as OpenCV):

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Use small datasets for testing purposes;
  • Follow always the same coding style guide. If possible, apply code formating with any IDE.

Feel free to fork, clone or join the dev team. For further information please contact J. Cappelletto ([email protected]) with the subject: meshToolbox.

License

Copyright (c) 2017-2018 José Cappelletto ([email protected]). Released under the GNU GPLv3.0 License.

meshtoolbox's People

Contributors

cappelletto avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

yuancaimaiyi

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.