lfsruerj / e-foto-tests

The goal of this project is to start unit test in e-foto.
http://www.efoto.eng.uerj.br/
GNU General Public License v3.0
1 stars 0 forks source link

e-foto

GNU GPL3 Lines of code GitHub code size in bytes GitHub top language

FORK to start test implementation

A free GNU/GPL educational digital photogrammetric workstation

The e-foto Project aims to deliver a comprehensive and accessible digital photogrammetric workstation by offering a complete implementation of the software as free and open-source under the GNU General Public License (GPL).

Digital Photogrammetry

e-foto is equipped with photogrammetric functionalities that empower the creation of topographic tridimensional mapping projects. It supports the utilization of aerial photogrammetric images captured by both analog cameras and digital sensors, enabling professionals to harness diverse data sources for their mapping endeavors.

How to use

You can access our website at http://www.efoto.eng.uerj.br/ where you will find comprehensive tutorials, thus ensuring a smooth and efficient learning experience.

How to install and run from sources (on Linux)

  1. Clone this repository
  2. Install packages:
    1. libgdal.dev
    2. build-essential
    3. libfontconfig1
    4. mesa-common-dev
    5. libx11-xcb-dev
    6. libglu1-mesa-dev

      sudo apt installlibgdal−dev build−essential libfontconfig1 mesa−common−dev libx11−xcb−dev libglu1−mesa−dev

  3. Install qt5 packages:
    1. qt5-default
    2. qt5-qmake

      sudo apt install qt5−default sudo apt install −y qt5−qmake

  4. Compile the source

    qmake e−foto.pro make

  5. Run e-foto

    ./build/bin/e−foto

Contribution Guidelines

License

This project is licensed under the terms of the GNU Public License.