Coder Social home page Coder Social logo

603e / 3d-forest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vukoz-oel/3d-forest

0.0 0.0 0.0 22.1 MB

Visualization, processing and analysis of Lidar point clouds, mainly focused on forest environment. New version of 3D Forest. Process files with terabytes of data. Edit new point attributes. Simple addition of new features by plugins.

Home Page: https://3dforest.eu

License: GNU General Public License v3.0

C++ 95.96% CMake 4.04%

3d-forest's Introduction

3D Forest

3D Forest is software for analysis of Lidar data from forest environment.

Copyright 2020-Present VUKOZ Blue Cat team and other authors

License

3D Forest is released under the GPLv3 license. See LICENSE for more information.

Documentation

HTML Documentation with User Manual and Developer Guide.

Tools and Algorithms

Build

The code uses C++17, CMake, Qt5 or Qt6 and OpenGL.

    > mkdir build
    > cd build
    > cmake -G "MinGW Makefiles" .. -DCMAKE_INSTALL_PREFIX=..
    > mingw32-make
    > mingw32-make install

Build Instructions

The code uses C++17 and CMake. Qt5 or Qt6 and OpenGL are required to build desktop application. The build process generates desktop application with graphical user interface and command line tools. See INSTALL for more information.

Third-Party Libraries

3D Forest source code includes several third-party libraries which are stored under 3rdparty directory. This approach allows to use compatible versions of third-party libraries without downloading and installation of each library.

  • ctk widgets: ctkRangeSlider (Jul 27, 2018), A slider that has 2 input values.
  • delaunator-cpp (Oct 6, 2018), Delaunay triangulation of 2D points.
  • eigen (3.4.0), Template library for linear algebra.
  • libigl (2.4.0), A simple geometry processing library.
  • stb_image_write (v1.16), stb single-file public domain libraries for C++.
  • octree (0.1-icra), Index-based Octree implementation.

Known Issues

This software is currently in development.

Support

Links

Some useful links:

Source Code sitemap

CMakeLists.txt     - CMake top-level file.
INSTALL            - Installation and building instructions.
LICENSE            - The GPL license.
README.md          - Project summary.

3rdparty/          - 3rd party libraries.
bin/               - 3D Forest binaries. CMake install destination directory.
build/             - CMake build directory.
cmake/             - CMake settings.
data/              - Example data files.
doc/               - Documentation.
src/               - Source code.

3d-forest's People

Contributors

vaclavbubnik avatar janekt 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.